Fix SWITCHING_EXTRUDER manual movement
This commit is contained in:
parent
5492f15633
commit
6146126b2a
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@
|
||||||
#else
|
#else
|
||||||
#define E_STEPPERS 1
|
#define E_STEPPERS 1
|
||||||
#endif
|
#endif
|
||||||
#define E_MANUAL E_STEPPERS
|
#define E_MANUAL EXTRUDERS
|
||||||
#elif ENABLED(MIXING_EXTRUDER)
|
#elif ENABLED(MIXING_EXTRUDER)
|
||||||
#define E_STEPPERS MIXING_STEPPERS
|
#define E_STEPPERS MIXING_STEPPERS
|
||||||
#define E_MANUAL 1
|
#define E_MANUAL 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue