#exclude

1 messages · Page 1 of 1 (latest)

bronze gyro
#

Switch off light and other function after timeout.
is this possible? i have already set an idle timeout of 3600 but is it possible to turnoff the light and maybe all fans when the idle timeout counter is run out?

wintry dune
#
#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".***