Restore position_float to LIN_ADVANCE
This commit is contained in:
parent
4f375cd17d
commit
1068798465
3 changed files with 102 additions and 12 deletions
|
|
@ -191,7 +191,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue