From c146d9ba23eb665fec360a9583f228e3a4d7cf5a Mon Sep 17 00:00:00 2001 From: sk8board <96895142+sk8board@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:10:34 -0400 Subject: [PATCH] Update client.cfg Add second {client.user_pause_macro2|default("")} to PAUSE macro for allowing nozzle wipe or park macros after _TOOLHEAD_PARK_PAUSE_CANCEL --- client.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.cfg b/client.cfg index 61e1443..8aaf4d6 100644 --- a/client.cfg +++ b/client.cfg @@ -43,6 +43,7 @@ ## These macros are for simple operations like setting a status LED. Please make sure your macro does not interfere with the basic macro functions. ## Only single line commands are supported, please create a macro if you need more than one command. #variable_user_pause_macro : "" ; Everything inside the "" will be executed after the klipper base pause (PAUSE_BASE) function +#variable_user_pause_macro2 : "" ; Everything inside the "" will be executed after the mainsail.cfg _TOOLHEAD_PARK_PAUSE_CANCEL function #variable_user_resume_macro: "" ; Everything inside the "" will be executed before the klipper base resume (RESUME_BASE) function #variable_user_cancel_macro: "" ; Everything inside the "" will be executed before the klipper base cancel (CANCEL_PRINT_BASE) function #gcode: @@ -110,6 +111,7 @@ gcode: PAUSE_BASE {client.user_pause_macro|default("")} _TOOLHEAD_PARK_PAUSE_CANCEL {rawparams} + {client.user_pause_macro2|default("")} [gcode_macro RESUME] description: Resume the actual running print