flexi-bot/docs/marlin/_gcode/M017.md
2023-09-05 20:38:49 +02:00

994 B

tag title brief author group codes notes parameters examples
m0017 Enable Steppers Enable steppers thinkyhead control
M17
tag optional description values
X true X Enable
tag type
flag bool
tag optional description values
Y true Y Enable
tag type
flag bool
tag optional description values
Z true Z Enable
tag type
flag bool
tag optional description values
E true E Enable
tag type
flag bool
pre code
Enable power on all stepper motors M17
pre code
Enable Z and E steppers immediately M17 Z E

This command can be used to enable one or more steppers (X,Y,Z,E).

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

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