Skip to content
Snippets Groups Projects
Commit cc9cef7f authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix HAS_CONTROLLER_FAN in is_power_needed

parent 112917cf
Branches
Tags 1.42.0
No related merge requests found
......@@ -45,7 +45,7 @@ bool Power::is_power_needed() {
HOTEND_LOOP() if (thermalManager.autofan_speed[e] > 0) return true;
#endif
#if ENABLED(AUTO_POWER_CONTROLLERFAN) && HAS_CONTROLLERFAN
#if ENABLED(AUTO_POWER_CONTROLLERFAN) && HAS_CONTROLLER_FAN
if (controllerFanSpeed > 0) return true;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment