Skip to content

Commit b3a3cf2

Browse files
committed
🚸 More clearance on fast probe failure
1 parent b5899a9 commit b3a3cf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Marlin/src/module/probe.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) {
767767
if (current_position.z > z) {
768768
// Probe down fast. If the probe never triggered, raise for probe clearance
769769
if (!probe_down_to_z(z, z_probe_fast_mm_s))
770-
do_z_clearance(Z_CLEARANCE_BETWEEN_PROBES);
770+
do_z_clearance(Z_PROBE_SAFE_CLEARANCE);
771771
}
772772
#endif
773773

@@ -886,7 +886,6 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) {
886886
#endif
887887

888888
/**
889-
* - Switch to PROBING_TOOL if necessary
890889
* - Move to the given XY
891890
* - Deploy the probe, if not already deployed
892891
* - Probe the bed, get the Z position

0 commit comments

Comments
 (0)