print_start.cfg modified - 07/15/2025 - 05:05:07 PM

This commit is contained in:
macocha 2025-07-15 17:05:09 +00:00
parent 32d1b4754c
commit 27233f4ce7

View file

@ -10,11 +10,10 @@ 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
LEDS_STATUS_HOMING # Set LEDs to homing-mode
COND_G28 # Full home (XYZ) - conditional
{% endif %}
G90 # Absolute position