Issue in fan control with multiple extruders (PR#2597)
As pointed out by @radioelf (Issue #2596)
This commit is contained in:
@@ -4196,7 +4196,7 @@ void controllerFan()
|
||||
#if EXTRUDERS > 2
|
||||
|| !READ(E2_ENABLE_PIN)
|
||||
#endif
|
||||
#if EXTRUDER > 1
|
||||
#if EXTRUDERS > 1
|
||||
#if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
|
||||
|| !READ(X2_ENABLE_PIN)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user