From ba31b0e62f9444174d5ffcc37e8567e3ef79ff54 Mon Sep 17 00:00:00 2001 From: macocha Date: Tue, 15 Jul 2025 17:01:35 +0000 Subject: [PATCH] print_start.cfg modified - 07/15/2025 - 05:01:32 PM --- printer_data/config/macros/print_start.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 30e0ced..fc6a9d8 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -12,7 +12,7 @@ gcode: BED_MESH_CLEAR # Clear old saved bed mesh (if any) RESPOND PREFIX="PRINT_START: " MSG="Homing all axes" LEDS_STATUS_HOMING # Set LEDs to homing-mode - G28 # Full home (XYZ) + COND_G28 # Full home (XYZ) - conditional G90 # Absolute position # Check if the bed temp is higher than 90c - if so then trigger a heatsoak.