machines/systems/flexibot/docs/marlin/_gcode/M018.md
2025-03-11 23:32:39 +01:00

1.4 KiB

tag title brief author group codes notes parameters examples
m0018 Disable steppers Disable steppers (same as M84). thinkyhead control
M18
M84
tag optional description values
S true Inactivity Timeout. If none specified, disable now.
tag type
seconds int
tag optional description values
X true X Disable
tag type
flag bool
tag optional description values
Y true Y Disable
tag type
flag bool
tag optional description values
Z true Z Disable
tag type
flag bool
tag optional description values
E true E Disable
tag type
flag bool
pre code
Set the stepper inactivity timeout to 1 minute M18 S60
pre code
Disable all steppers immediately M18
pre code
Disable Z and E steppers immediately M18 Z E

This command can be used to set the stepper inactivity timeout (S) or to disable one or more steppers (X,Y,Z,E).

If a timeout is given with S, this command just sets the stepper inactivity timeout.

If no steppers are specified, this command disables all steppers immediately.

If one or more axes are specified, this command disables the specified steppers immediately.