diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index a128a09..9764e6b 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -10,10 +10,11 @@ gcode: # Home the printer, set absolute positioning and update the Stealthburner LEDs. BED_MESH_CLEAR # Clear old saved bed mesh (if any) - {% if "xyz" not in printer.toolhead.homed_axes %} + + {% 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 + G28 # Full home (XYZ) - conditional {% endif %} G90 # Absolute position