From 32d1b4754c650a29c557d7131dbff66839c4fad6 Mon Sep 17 00:00:00 2001 From: macocha Date: Tue, 15 Jul 2025 17:04:50 +0000 Subject: [PATCH] print_start.cfg modified - 07/15/2025 - 05:04:48 PM --- printer_data/config/macros/print_start.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 9e70f1d..941bacb 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -10,7 +10,12 @@ gcode: # Home the printer, set absolute positioning and update the Stealthburner LEDs. BED_MESH_CLEAR # Clear old saved bed mesh (if any) - COND_G28 # Full home (XYZ) - conditional + + {% if "xyz" not in printer.toolhead.homed_axes %} + RESPOND PREFIX="PRINT_START: " MSG="Homing all axes" + LEDS_STATUS_HOMING # Set LEDs to homing-mode + COND_G28 # Full home (XYZ) - conditional + {% endif %} G90 # Absolute position # Check if the bed temp is higher than 90c - if so then trigger a heatsoak.