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
|
||||
#define E_STEPPERS 1
|
||||
#endif
|
||||
#define E_MANUAL E_STEPPERS
|
||||
#define E_MANUAL EXTRUDERS
|
||||
#elif ENABLED(MIXING_EXTRUDER)
|
||||
#define E_STEPPERS MIXING_STEPPERS
|
||||
#define E_MANUAL 1
|
||||
|
|
Loading…
Reference in a new issue