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

This commit is contained in:
macocha 2025-07-15 17:04:12 +00:00
parent 9fdab3f41c
commit d8eae1c184

View file

@ -1,8 +0,0 @@
# Homes if not homed, skips homing if already homed.
[gcode_macro COND_G28]
gcode:
G28 # Do the actual homing
{% else %}
RESPOND PREFIX="COND_G28: " MSG="Already homed, skipping."
{% endif %}