From a08d72eeef62206539cf7c1dde22f1b747e722ef Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 25 Mar 2024 21:59:44 +0100 Subject: [PATCH] Update M600-support.cfg --- files/macros/M600-support.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/files/macros/M600-support.cfg b/files/macros/M600-support.cfg index 2f1d66c..c174b18 100644 --- a/files/macros/M600-support.cfg +++ b/files/macros/M600-support.cfg @@ -39,6 +39,7 @@ gcode: {action_respond_info("z_safe = %s"% (z_safe))} SET_GCODE_VARIABLE MACRO=M600 VARIABLE=m600_state VALUE=1 SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=hotend_temp VALUE={printer.extruder.target} + SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=z_safe_pause VALUE={z_safe|float} RESPOND TYPE=command MSG="Print paused for filament change!" PAUSE_BASE G91