conditional_home.cfg modified - 07/15/2025 - 05:01:10 PM

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

View file

@ -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 %}