Browse Source

Comment M540

pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
3bc2273ac9
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -8354,7 +8354,7 @@ void process_next_command() {
break;
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
case 540:
case 540: // M540: Set abort on endstop hit for SD printing
gcode_M540();
break;
#endif

Loading…
Cancel
Save