From c97eb26dec2dcec56fa32b2067e0b9270670e6db Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Sun, 13 Oct 2024 12:02:44 +0200 Subject: [PATCH] Beacon: return to safe_z_home after abl in calibration --- z-probe/beacon.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/z-probe/beacon.cfg b/z-probe/beacon.cfg index 20b80a79..41090657 100644 --- a/z-probe/beacon.cfg +++ b/z-probe/beacon.cfg @@ -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 %}