Use e_steps[EXTRUDERS] instead of e_steps[4]
This commit is contained in:
parent
43947072d5
commit
e2a8961635
2 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ class Stepper {
|
|||
#endif
|
||||
|
||||
#if ENABLED(ADVANCE)
|
||||
static long e_steps[4];
|
||||
static long e_steps[EXTRUDERS];
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue