mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
🔧 No DISABLE_OTHER_EXTRUDERS if < 2 steppers (#25818)
This commit is contained in:
parent
d5fdbb89ea
commit
30c3daf031
1 changed files with 2 additions and 2 deletions
|
@ -681,8 +681,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// No inactive extruders with SWITCHING_NOZZLE or Průša MMU1
|
||||
#if HAS_SWITCHING_NOZZLE || HAS_PRUSA_MMU1
|
||||
// No inactive extruders with SWITCHING_NOZZLE or Průša MMU1 or just 1 E stepper exists
|
||||
#if HAS_SWITCHING_NOZZLE || HAS_PRUSA_MMU1 || E_STEPPERS < 2
|
||||
#undef DISABLE_OTHER_EXTRUDERS
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue