conditional_home.cfg modified - 07/15/2025 - 05:01:10 PM
This commit is contained in:
parent
b7e861b90c
commit
e26a232c42
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
||||||
|
# Homes if not homed, skips homing if already homed.
|
||||||
|
[gcode_macro COND_G28]
|
||||||
|
gcode:
|
||||||
|
{% if "xyz" not in printer.toolhead.homed_axes %}
|
||||||
|
G28
|
||||||
|
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue