mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 05:54:05 -06:00
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>
This commit is contained in:
parent
7b6a44e8f9
commit
174754299a
4 changed files with 12 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
|
||||
DEFAULT_IDLE_GCODE = """
|
||||
TURN_OFF_HEATERS
|
||||
M84
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue