Use e_steps[EXTRUDERS] instead of e_steps[4]

This commit is contained in:
Scott Lahteine
2016-06-05 01:44:53 -07:00
parent 43947072d5
commit e2a8961635
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ class Stepper {
#endif
#if ENABLED(ADVANCE)
static long e_steps[4];
static long e_steps[EXTRUDERS];
#endif
private: