🧑‍💻 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 #if EXTRA_PROBING > 0
< TOTAL_PROBING - 1 < TOTAL_PROBING - 1
#endif #endif
) do_z_clearance(Z_CLEARANCE_MULTI_PROBE); ) do_z_clearance(z + (Z_CLEARANCE_MULTI_PROBE), false);
#endif #endif
} }