From 174754299a88c2fa2207b867aa2c2c653eb7a9e0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 18 Sep 2018 16:00:13 -0400 Subject: 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 --- klippy/extras/idle_timeout.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/extras/idle_timeout.py') diff --git a/klippy/extras/idle_timeout.py b/klippy/extras/idle_timeout.py index ac91cbcf..7ead83e2 100644 --- a/klippy/extras/idle_timeout.py +++ b/klippy/extras/idle_timeout.py @@ -5,6 +5,7 @@ # This file may be distributed under the terms of the GNU GPLv3 license. DEFAULT_IDLE_GCODE = """ +TURN_OFF_HEATERS M84 """ -- cgit v1.2.3-70-g09d2