From 9a0ecc49351cb9ea2ea627f3f87281c20cc78185 Mon Sep 17 00:00:00 2001 From: macocha Date: Sun, 6 Jul 2025 13:48:42 +0000 Subject: [PATCH] print_start.cfg modified - 07/06/2025 - 01:48:39 PM --- printer_data/config/macros/print_start.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 %}