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

This commit is contained in:
macocha 2025-07-15 17:55:20 +00:00
parent bec1818bab
commit ad3ac21fbf

View file

@ -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.