Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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