From ad3ac21fbf827a76bc6f7f5d46ed035e5be565be Mon Sep 17 00:00:00 2001 From: macocha Date: Tue, 15 Jul 2025 17:55:20 +0000 Subject: [PATCH] print_start.cfg modified - 07/15/2025 - 05:55:17 PM --- printer_data/config/macros/print_start.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 9764e6b..b0a009e 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -14,8 +14,9 @@ gcode: {% if "xyz" not in printer.toolhead.homed_axes %} RESPOND PREFIX="PRINT_START: " MSG="Homing all axes" LEDS_STATUS_HOMING # Set LEDs to homing-mode - G28 # Full home (XYZ) - conditional + G28 # Full home (XYZ) {% endif %} + G90 # Absolute position # Check if the bed temp is higher than 90c - if so then trigger a heatsoak.