Browse Source

Comment M540

Scott Lahteine 8 years ago
parent
commit
3bc2273ac9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

8354
         break;
8354
         break;
8355
 
8355
 
8356
       #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
8356
       #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
8357
-        case 540:
8357
+        case 540: // M540: Set abort on endstop hit for SD printing
8358
           gcode_M540();
8358
           gcode_M540();
8359
           break;
8359
           break;
8360
       #endif
8360
       #endif

Loading…
Cancel
Save