print_start.cfg modified - 07/15/2025 - 05:55:17 PM
This commit is contained in:
parent
bec1818bab
commit
ad3ac21fbf
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue