diff --git a/Firmware/mmu2.cpp b/Firmware/mmu2.cpp index 7e3a16370..465e49470 100644 --- a/Firmware/mmu2.cpp +++ b/Firmware/mmu2.cpp @@ -936,7 +936,7 @@ void MMU2::ReportError(ErrorCode ec, ErrorSource res) { lastErrorSource = res; LogErrorEvent_P(_O(PrusaErrorTitle(PrusaErrorCodeIndex((uint16_t)ec)))); - if (ec != ErrorCode::OK) { + if (ec != ErrorCode::OK && ec != ErrorCode::FILAMENT_EJECTED) { IncrementMMUFails(); // check if it is a "power" failure - we consider TMC-related errors as power failures