Restore position_float to fix LIN_ADVANCE
This commit is contained in:
@ -195,7 +195,9 @@ class Planner {
|
||||
#endif
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
static float extruder_advance_k, advance_ed_ratio;
|
||||
static float extruder_advance_k, advance_ed_ratio,
|
||||
position_float[XYZE],
|
||||
lin_dist_xy, lin_dist_e;
|
||||
#endif
|
||||
|
||||
#if ENABLED(SKEW_CORRECTION)
|
||||
|
Reference in New Issue
Block a user