Autocommit from 2026-07-06 12:00:04
Klipper version: v0.13.0-464-g48f0b3ca Moonraker version: v0.10.0-2-g3e29720 Mainsail version: v2.17.0
This commit is contained in:
@@ -285,7 +285,7 @@ gcode:
|
||||
SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=extruder_restore_temp VALUE={printer.extruder.target}
|
||||
##### end of definitions #####
|
||||
SAVE_GCODE_STATE NAME=PAUSE_state
|
||||
SET_IDLE_TIMEOUT TIMEOUT={(sensor.pause_timeout)|float} # increase printer timeout
|
||||
#SET_IDLE_TIMEOUT TIMEOUT={(sensor.pause_timeout)|float} # increase printer timeout
|
||||
BASE_PAUSE
|
||||
G91
|
||||
G1 E-{e} F2100
|
||||
@@ -314,7 +314,7 @@ gcode:
|
||||
G1 E{e} F2100
|
||||
G90
|
||||
M118 O2S: Temperatures restored, resmume printing!
|
||||
SET_IDLE_TIMEOUT TIMEOUT=600 # restor klipper default printer timeout to 10 min
|
||||
#SET_IDLE_TIMEOUT TIMEOUT=600 # restor klipper default printer timeout to 10 min
|
||||
RESTORE_GCODE_STATE NAME=PAUSE_state MOVE=1
|
||||
BASE_RESUME
|
||||
# SET_LED LED=OrbiLED RED=1.0 GREEN=1.0 BLUE=1.0
|
||||
@@ -325,7 +325,7 @@ gcode:
|
||||
CLEAR_PAUSE
|
||||
#SDCARD_RESET_FILE
|
||||
BASE_CANCEL_PRINT
|
||||
SET_IDLE_TIMEOUT TIMEOUT=600 # restor klipper default printer timeout to 10 min
|
||||
#SET_IDLE_TIMEOUT TIMEOUT=600 # restor klipper default printer timeout to 10 min
|
||||
|
||||
[gcode_macro T0]
|
||||
gcode:
|
||||
|
||||
Reference in New Issue
Block a user