Scott Lahteine пре 6 година
родитељ
комит
772810fb24
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp Прегледај датотеку

@@ -1827,7 +1827,7 @@ void MarlinSettings::reset(PORTARG_SOLO) {
1827 1827
 
1828 1828
 #if DISABLED(DISABLE_M503)
1829 1829
 
1830
-  #define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START_P(PORTVAR_SOLO); }while(0)
1830
+  #define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START_P(port); }while(0)
1831 1831
 
1832 1832
   /**
1833 1833
    * M503 - Report current settings in RAM

Loading…
Откажи
Сачувај