Browse Source

What if 8 was 9? (#20076)

qwewer0 4 years ago
parent
commit
2abb674c87
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/MarlinCore.cpp

+ 1
- 1
Marlin/src/MarlinCore.cpp View File

509
     kill();
509
     kill();
510
   }
510
   }
511
 
511
 
512
-  // M18 / M94 : Handle steppers inactive time timeout
512
+  // M18 / M84 : Handle steppers inactive time timeout
513
   if (gcode.stepper_inactive_time) {
513
   if (gcode.stepper_inactive_time) {
514
 
514
 
515
     static bool already_shutdown_steppers; // = false
515
     static bool already_shutdown_steppers; // = false

Loading…
Cancel
Save