#exclude
1 messages · Page 1 of 1 (latest)
Sorry but sometimes reading would help … https://www.klipper3d.org/Config_Reference.html?h=id#idle_timeout
#gcode:
# A list of G-Code commands to execute on an idle timeout. See
# docs/Command_Templates.md for G-Code format. The default is to run
# "TURN_OFF_HEATERS" and "M84".
#timeout: 600
# Idle time (in seconds) to wait before running the above G-Code
# commands. The default is 600 seconds.```
A list of G-Code commands to execute on an idle timeout. See
docs/Command_Templates.md for G-Code format. The default is to run
"TURN_OFF_HEATERS" and "M84".***