Module updates
This commit is contained in:
parent
0fcec02db5
commit
3d8a0ab4b2
20 changed files with 223 additions and 117 deletions
|
|
@ -350,6 +350,14 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define HOTEND_LOOP() for (int8_t e = 0; e < HOTENDS; e++)
|
||||
|
||||
#if HOTENDS == 1
|
||||
#define HOTEND_INDEX 0
|
||||
#else
|
||||
#define HOTEND_INDEX e
|
||||
#endif
|
||||
|
||||
#if ENABLED(SWITCHING_EXTRUDER) || ENABLED(MIXING_EXTRUDER) // Unified E axis
|
||||
#if ENABLED(MIXING_EXTRUDER)
|
||||
#define E_STEPPERS MIXING_STEPPERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue