From b3a3cf28d244c02f89303d09d6b5d6cbdc90dd53 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 11 Apr 2023 18:14:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20More=20clearance=20on=20fast=20p?= =?UTF-8?q?robe=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/module/probe.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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