Skip to content

Commit

Permalink
What if 8 was 9? (#20076)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwewer0 authored Nov 10, 2020
1 parent 60aadd2 commit 2abb674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2abb674

Please sign in to comment.