Skip to content

Commit

Permalink
Beacon: return to safe_z_home after abl in calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Oct 13, 2024
1 parent d7714be commit c97eb26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions z-probe/beacon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,9 @@ gcode:
RATOS_ECHO MSG="Rehoming Z after quad gantry leveling..."
{% set needs_rehoming = True %}
{% endif %}

# Go to safe home
_MOVE_TO_SAFE_Z_HOME Z_HOP=True

# Home again as Z will have changed after automatic bed leveling.
{% if needs_rehoming %}
Expand Down

0 comments on commit c97eb26

Please sign in to comment.