print_start.cfg modified - 07/15/2025 - 05:54:38 PM
This commit is contained in:
parent
5d89cf01d5
commit
bec1818bab
1 changed files with 3 additions and 2 deletions
|
@ -10,10 +10,11 @@ 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)
|
||||||
{% if "xyz" not in printer.toolhead.homed_axes %}
|
|
||||||
|
{% if "xyz" not in printer.toolhead.homed_axes %}
|
||||||
RESPOND PREFIX="PRINT_START: " MSG="Homing all axes"
|
RESPOND PREFIX="PRINT_START: " MSG="Homing all axes"
|
||||||
LEDS_STATUS_HOMING # Set LEDs to homing-mode
|
LEDS_STATUS_HOMING # Set LEDs to homing-mode
|
||||||
COND_G28 # Full home (XYZ) - conditional
|
G28 # Full home (XYZ) - conditional
|
||||||
{% endif %}
|
{% endif %}
|
||||||
G90 # Absolute position
|
G90 # Absolute position
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue