Defer "quiet probing" till the last Z bump (#20610)

This commit is contained in:
FanDjango
2021-01-05 03:32:52 +01:00
committed by GitHub
parent 3a99d001ff
commit 55d1938977
2 changed files with 18 additions and 21 deletions

View File

@ -712,7 +712,7 @@ class Planner {
private:
// Allow do_homing_move to access internal functions, such as buffer_segment.
friend void do_homing_move(const AxisEnum, const float, const feedRate_t);
friend void do_homing_move(const AxisEnum, const float, const feedRate_t, const bool);
#endif
/**