diff --git a/Firmware/fancheck.cpp b/Firmware/fancheck.cpp index eedc5fe3d..1afcd35df 100755 --- a/Firmware/fancheck.cpp +++ b/Firmware/fancheck.cpp @@ -146,6 +146,7 @@ void checkFanSpeed() if ((fan_check_error == EFCE_FIXED) && !printer_active()){ fan_check_error = EFCE_OK; //if the issue is fixed while the printer is doing nothing, reenable processing immediately. lcd_reset_alert_level(); //for another fan speed error + lcd_setstatuspgm(MSG_WELCOME); // Reset the status line message to visually show the error is gone } if (fans_check_enabled && (fan_check_error == EFCE_OK)) {