diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 414866e..cc38661 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -1,3 +1,11 @@ +# [gcode_macro G32] +# gcode: +# BED_MESH_CLEAR +# G28 +# QUAD_GANTRY_LEVEL +# G28 +# G0 X175 Y175 Z30 F3600 + # [gcode_macro PRINT_START] # gcode: # {% set bedtemp = params.BED|int %} @@ -27,12 +35,12 @@ gcode: RESPOND PREFIX="PRINT_START: " MSG="Starting the print..." # Home the printer, set absolute positioning and update the Stealthburner LEDs. + BED_MESH_CLEAR # Clear old saved bed mesh (if any) RESPOND PREFIX="PRINT_START: " MSG="Homing all axes" LED_STATUS_HOMING # Set LEDs to homing-mode G28 # Full home (XYZ) G90 # Absolute position - BED_MESH_CLEAR # Clear old saved bed mesh (if any) # Check if the bed temp is higher than 90c - if so then trigger a heatsoak. {% if target_bed > 90 %}