全系添加_CANCEL_PRINT_BASE宏支持

This commit is contained in:
魏瑞鹏 2025-01-02 17:57:20 +08:00
parent ba4f343e94
commit c7cb4b97c2
4 changed files with 20 additions and 0 deletions

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}