mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-19 23:54:19 +00:00
🧑💻 Use largest_sensorless_adj in DELTA run_z_probe
This commit is contained in:
parent
4e73fdd03a
commit
b5899a9664
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ float Probe::run_z_probe(const bool sanity_check/*=true*/) {
|
|||
#if EXTRA_PROBING > 0
|
||||
< TOTAL_PROBING - 1
|
||||
#endif
|
||||
) do_z_clearance(Z_CLEARANCE_MULTI_PROBE);
|
||||
) do_z_clearance(z + (Z_CLEARANCE_MULTI_PROBE), false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue