Gradual step towards EXTRUDERS 0 support
This commit is contained in:
parent
99d0022fae
commit
2f1e1dcb42
10 changed files with 191 additions and 145 deletions
|
|
@ -370,6 +370,16 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#if EXTRUDERS == 0
|
||||
#undef DISTINCT_E_FACTORS
|
||||
#undef SINGLENOZZLE
|
||||
#undef SWITCHING_EXTRUDER
|
||||
#undef SWITCHING_NOZZLE
|
||||
#undef MIXING_EXTRUDER
|
||||
#undef MK2_MULTIPLEXER
|
||||
#undef PRUSA_MMU2
|
||||
#endif
|
||||
|
||||
#if ENABLED(SWITCHING_EXTRUDER) // One stepper for every two EXTRUDERS
|
||||
#if EXTRUDERS > 4
|
||||
#define E_STEPPERS 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue