Browse Source

Fix say_M603

pull/1/head
Scott Lahteine 7 years ago
parent
commit
b287560258
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

@ -1901,7 +1901,7 @@ void MarlinSettings::reset(PORTARG_SOLO) {
#endif
#if ENABLED(ADVANCED_PAUSE_FEATURE)
#define say_M603(PORTARG_SOLO) { SERIAL_ECHOPGM_P(port, " M603 "); }
void say_M603(PORTARG_SOLO) { SERIAL_ECHOPGM_P(port, " M603 "); }
#endif
/**

Loading…
Cancel
Save