diff --git a/Marlin/src/module/probe.cpp b/Marlin/src/module/probe.cpp index ece14caac8..7aa6595e28 100644 --- a/Marlin/src/module/probe.cpp +++ b/Marlin/src/module/probe.cpp @@ -767,7 +767,7 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) { if (current_position.z > z) { // Probe down fast. If the probe never triggered, raise for probe clearance if (!probe_down_to_z(z, z_probe_fast_mm_s)) - do_z_clearance(Z_CLEARANCE_BETWEEN_PROBES); + do_z_clearance(Z_PROBE_SAFE_CLEARANCE); } #endif @@ -886,7 +886,6 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) { #endif /** - * - Switch to PROBING_TOOL if necessary * - Move to the given XY * - Deploy the probe, if not already deployed * - Probe the bed, get the Z position