Defer "quiet probing" till the last Z bump (#20610)
This commit is contained in:
@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user