Fix SWITCHING_EXTRUDER manual movement
This commit is contained in:
parent
5f77816772
commit
d603e655d3
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,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…
Reference in a new issue