diff --git a/config/CreatBot_D1000/base.cfg b/config/CreatBot_D1000/base.cfg index 7d456b0e1..e5308dfbe 100644 --- a/config/CreatBot_D1000/base.cfg +++ b/config/CreatBot_D1000/base.cfg @@ -423,6 +423,11 @@ gcode: _CLEAR_LAST_FILE _RUNOUT_HANDLE +[gcode_macro _CANCEL_PRINT_BASE] +description: Call when cancelled to print +gcode: + # Nothing + [gcode_macro START_PRINT] gcode: {% set BED_TEMP = params.BED|default(0)|float %} diff --git a/config/CreatBot_D1000_V0/base.cfg b/config/CreatBot_D1000_V0/base.cfg index 22e05218d..a9a85bf55 100644 --- a/config/CreatBot_D1000_V0/base.cfg +++ b/config/CreatBot_D1000_V0/base.cfg @@ -359,6 +359,11 @@ gcode: _CLEAR_LAST_FILE _RUNOUT_HANDLE +[gcode_macro _CANCEL_PRINT_BASE] +description: Call when cancelled to print +gcode: + # Nothing + [gcode_macro START_PRINT] gcode: {% set BED_TEMP = params.BED|default(0)|float %} diff --git a/config/CreatBot_D600Pro2/base.cfg b/config/CreatBot_D600Pro2/base.cfg index 8f30de32e..c9cae1170 100644 --- a/config/CreatBot_D600Pro2/base.cfg +++ b/config/CreatBot_D600Pro2/base.cfg @@ -423,6 +423,11 @@ gcode: _CLEAR_LAST_FILE _RUNOUT_HANDLE +[gcode_macro _CANCEL_PRINT_BASE] +description: Call when cancelled to print +gcode: + # Nothing + [gcode_macro START_PRINT] gcode: {% set BED_TEMP = params.BED|default(0)|float %} diff --git a/config/CreatBot_D600Pro2_V0/base.cfg b/config/CreatBot_D600Pro2_V0/base.cfg index 143b989ea..b93483986 100644 --- a/config/CreatBot_D600Pro2_V0/base.cfg +++ b/config/CreatBot_D600Pro2_V0/base.cfg @@ -359,6 +359,11 @@ gcode: _CLEAR_LAST_FILE _RUNOUT_HANDLE +[gcode_macro _CANCEL_PRINT_BASE] +description: Call when cancelled to print +gcode: + # Nothing + [gcode_macro START_PRINT] gcode: {% set BED_TEMP = params.BED|default(0)|float %}