diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-18 16:00:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-09-18 16:01:07 -0400 |
commit | 174754299a88c2fa2207b867aa2c2c653eb7a9e0 (patch) | |
tree | 2a9f180724c1c420d4ce002e47ac2583d8f1738f /config | |
parent | 7b6a44e8f93fd6068facc0c4870d1e350eb82218 (diff) | |
download | kutter-174754299a88c2fa2207b867aa2c2c653eb7a9e0.tar.gz kutter-174754299a88c2fa2207b867aa2c2c653eb7a9e0.tar.xz kutter-174754299a88c2fa2207b867aa2c2c653eb7a9e0.zip |
heater: Add new TURN_OFF_HEATERS command
Add a command that will turn off all heaters in the printer. Run this
command in the default idle_timeout action.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 4f8a61b2..1ec4a1cb 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -260,7 +260,7 @@ #gcode: # A list of G-Code commands (one per line; subsequent lines # indented) to execute on an idle timeout. The default is to run -# "M84". +# "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. |