Browse Source

HOTENDS for Switching Nozzle with Switching Extruder

pull/1/head
Scott Lahteine 6 years ago
parent
commit
9713538427
  1. 4
      Marlin/src/inc/Conditionals_LCD.h

4
Marlin/src/inc/Conditionals_LCD.h

@ -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

Loading…
Cancel
Save