Browse Source

What if 8 was 9? (#20076)

vanilla_fb_2.0.x
qwewer0 4 years ago
committed by GitHub
parent
commit
2abb674c87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/MarlinCore.cpp

2
Marlin/src/MarlinCore.cpp

@ -509,7 +509,7 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) {
kill();
}
// M18 / M94 : Handle steppers inactive time timeout
// M18 / M84 : Handle steppers inactive time timeout
if (gcode.stepper_inactive_time) {
static bool already_shutdown_steppers; // = false

Loading…
Cancel
Save