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

This commit is contained in:
macocha 2025-07-15 17:01:35 +00:00
parent e26a232c42
commit ba31b0e62f

View file

@ -12,7 +12,7 @@ gcode:
BED_MESH_CLEAR # Clear old saved bed mesh (if any)
RESPOND PREFIX="PRINT_START: " MSG="Homing all axes"
LEDS_STATUS_HOMING # Set LEDs to homing-mode
G28 # Full home (XYZ)
COND_G28 # Full home (XYZ) - conditional
G90 # Absolute position
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak.