mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-09 05:51:15 +00:00
Added conditional homing macro.
This commit is contained in:
@@ -275,3 +275,9 @@ gcode:
|
|||||||
BASE_RESUME ; resume print
|
BASE_RESUME ; resume print
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[gcode_macro _CG28]
|
||||||
|
# Conditional homing
|
||||||
|
gcode:
|
||||||
|
{% if "xyz" not in printer.toolhead.homed_axes %}
|
||||||
|
G28
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user