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.