Skip to content

Commit 1839b88

Browse files
qwewer0thinkyhead
authored andcommitted
What if 8 was 9? (MarlinFirmware#20076)
1 parent deffb91 commit 1839b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/MarlinCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) {
509509
kill();
510510
}
511511

512-
// M18 / M94 : Handle steppers inactive time timeout
512+
// M18 / M84 : Handle steppers inactive time timeout
513513
if (gcode.stepper_inactive_time) {
514514

515515
static bool already_shutdown_steppers; // = false

0 commit comments

Comments
 (0)