mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-23 06:36:34 +00:00
Issue in fan control with multiple extruders (PR#2597)
As pointed out by @radioelf (Issue #2596)
This commit is contained in:
parent
e4d911dd5e
commit
67d7ced009
1 changed files with 1 additions and 1 deletions
|
@ -4196,7 +4196,7 @@ void controllerFan()
|
||||||
#if EXTRUDERS > 2
|
#if EXTRUDERS > 2
|
||||||
|| !READ(E2_ENABLE_PIN)
|
|| !READ(E2_ENABLE_PIN)
|
||||||
#endif
|
#endif
|
||||||
#if EXTRUDER > 1
|
#if EXTRUDERS > 1
|
||||||
#if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
|
#if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
|
||||||
|| !READ(X2_ENABLE_PIN)
|
|| !READ(X2_ENABLE_PIN)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue