HOTENDS for Switching Nozzle with Switching Extruder

This commit is contained in:
Scott Lahteine 2018-05-29 11:05:52 -05:00
parent c68b7b3913
commit 9713538427

View file

@ -416,7 +416,9 @@
#else
#define E_STEPPERS 1
#endif
#define HOTENDS E_STEPPERS
#if DISABLED(SWITCHING_NOZZLE)
#define HOTENDS E_STEPPERS
#endif
#define E_MANUAL EXTRUDERS
#elif ENABLED(MIXING_EXTRUDER)
#define E_STEPPERS MIXING_STEPPERS