0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

HOTENDS for Switching Extruder with Switching Nozzle

This commit is contained in:
Scott Lahteine 2018-05-29 11:08:37 -05:00
parent d6cd7d924c
commit 6f07699ed5

View file

@ -404,7 +404,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