Don't split first_move while homing or probing
While homing or probing it might be bad if the stop/trobe triggers during the first part and the second is still in the buffer.
This commit is contained in:
parent
d951ba83e6
commit
b19846aca1
3 changed files with 7 additions and 2 deletions
|
|
@ -161,6 +161,7 @@ class Planner {
|
|||
travel_acceleration, // Travel acceleration mm/s^2 DEFAULT ACCELERATION for all NON printing moves. M204 MXXXX
|
||||
max_jerk[XYZE], // The largest speed change requiring no acceleration
|
||||
min_travel_feedrate_mm_s;
|
||||
static bool split_first_move;
|
||||
|
||||
#if HAS_LEVELING
|
||||
static bool leveling_active; // Flag that bed leveling is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue