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

598 B

tag title brief author group codes notes parameters example
m0085 Inactivity Shutdown Set the inactivity timeout. thinkyhead control
M85
tag optional description values
S false Max inactive seconds
tag type
seconds int
pre code
Shut down the machine after 10 minutes with no activity M85 S600

Use this command to set a maximum period of time for the machine to be inactive (with no moves). If the machine is idle for longer than the set period, the firmware will shut everything down and halt the machine.