Comment M540

This commit is contained in:
Scott Lahteine 2016-11-21 18:08:00 -06:00 committed by GitHub
parent 14b74181f5
commit 3bc2273ac9

View File

@ -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