We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5899a9 commit b3a3cf2Copy full SHA for b3a3cf2
Marlin/src/module/probe.cpp
@@ -767,7 +767,7 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) {
767
if (current_position.z > z) {
768
// Probe down fast. If the probe never triggered, raise for probe clearance
769
if (!probe_down_to_z(z, z_probe_fast_mm_s))
770
- do_z_clearance(Z_CLEARANCE_BETWEEN_PROBES);
+ do_z_clearance(Z_PROBE_SAFE_CLEARANCE);
771
}
772
#endif
773
@@ -886,7 +886,6 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) {
886
887
888
/**
889
- * - Switch to PROBING_TOOL if necessary
890
* - Move to the given XY
891
* - Deploy the probe, if not already deployed
892
* - Probe the bed, get the Z position
0 commit comments