Fix compile issue with USE_CONTROLLER_FAN (#9665)
This commit is contained in:
committed by
Scott Lahteine
parent
2ec90d2162
commit
15204bd5e9
@@ -487,7 +487,7 @@ float soft_endstop_min[XYZ] = { X_MIN_BED, Y_MIN_BED, Z_MIN_POS },
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if HAS_CONTROLLERFAN
|
||||
#if ENABLED(USE_CONTROLLER_FAN)
|
||||
int controllerFanSpeed = 0;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user