0
0
Fork 0
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:
Scott Lahteine 2023-04-11 18:13:24 -05:00
parent 4e73fdd03a
commit b5899a9664

View file

@ -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
}