🔧 No DISABLE_OTHER_EXTRUDERS if < 2 steppers (#25818)
This commit is contained in:
parent
d5fdbb89ea
commit
30c3daf031
@ -681,8 +681,8 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// No inactive extruders with SWITCHING_NOZZLE or Průša MMU1
|
// No inactive extruders with SWITCHING_NOZZLE or Průša MMU1 or just 1 E stepper exists
|
||||||
#if HAS_SWITCHING_NOZZLE || HAS_PRUSA_MMU1
|
#if HAS_SWITCHING_NOZZLE || HAS_PRUSA_MMU1 || E_STEPPERS < 2
|
||||||
#undef DISABLE_OTHER_EXTRUDERS
|
#undef DISABLE_OTHER_EXTRUDERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user