Fix a messed up ELAPSED instance
This commit is contained in:
parent
56acaf3594
commit
c5a8755cc0
@ -696,7 +696,7 @@ void manage_heater() {
|
||||
} // Extruders Loop
|
||||
|
||||
#if HAS_AUTO_FAN
|
||||
if (ELAPSED(ms > next_auto_fan_check_ms)) { // only need to check fan state very infrequently
|
||||
if (ELAPSED(ms, next_auto_fan_check_ms)) { // only need to check fan state very infrequently
|
||||
checkExtruderAutoFans();
|
||||
next_auto_fan_check_ms = ms + 2500UL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user