Clean on trigger instead of split_first_move flag
This commit is contained in:
parent
f30b774f26
commit
3b30cc90f1
4 changed files with 2 additions and 6 deletions
|
|
@ -161,7 +161,6 @@ 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