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.