Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Use largest_sensorless_adj in DELTA run_z_probe
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 11, 2023
1 parent 4e73fdd commit b5899a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/probe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b5899a9

Please sign in to comment.