Followup to PORTVAR patch
This commit is contained in:
parent
978f342392
commit
772810fb24
@ -1827,7 +1827,7 @@ void MarlinSettings::reset(PORTARG_SOLO) {
|
||||
|
||||
#if DISABLED(DISABLE_M503)
|
||||
|
||||
#define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START_P(PORTVAR_SOLO); }while(0)
|
||||
#define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START_P(port); }while(0)
|
||||
|
||||
/**
|
||||
* M503 - Report current settings in RAM
|
||||
|
Loading…
Reference in New Issue
Block a user