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

This commit is contained in:
macocha 2025-07-15 17:04:50 +00:00
parent d8eae1c184
commit 32d1b4754c

View file

@ -10,7 +10,12 @@ gcode:
# Home the printer, set absolute positioning and update the Stealthburner LEDs. # Home the printer, set absolute positioning and update the Stealthburner LEDs.
BED_MESH_CLEAR # Clear old saved bed mesh (if any) BED_MESH_CLEAR # Clear old saved bed mesh (if any)
COND_G28 # Full home (XYZ) - conditional
{% 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
{% endif %}
G90 # Absolute position G90 # Absolute position
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak. # Check if the bed temp is higher than 90c - if so then trigger a heatsoak.