Skip to content

Commit b5899a9

Browse files
committed
🧑‍💻 Use largest_sensorless_adj in DELTA run_z_probe
1 parent 4e73fdd commit b5899a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/probe.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) {
818818
#if EXTRA_PROBING > 0
819819
< TOTAL_PROBING - 1
820820
#endif
821-
) do_z_clearance(Z_CLEARANCE_MULTI_PROBE);
821+
) do_z_clearance(z + (Z_CLEARANCE_MULTI_PROBE), false);
822822
#endif
823823
}
824824

0 commit comments

Comments
 (0)