diff --git a/Firmware/mmu2_reporting.cpp b/Firmware/mmu2_reporting.cpp index 2bb0ceba1..0285b1827 100644 --- a/Firmware/mmu2_reporting.cpp +++ b/Firmware/mmu2_reporting.cpp @@ -76,8 +76,9 @@ static void ReportErrorHookStaticRender(uint16_t ec) { two_choices = true; } - lcd_clear(); + lcd_set_custom_characters_nextpage(); lcd_update_enable(false); + lcd_clear(); // Print title and header lcd_printf_P(PSTR("%.20S\nprusa3d.com/ERR04%hu"), _T(PrusaErrorTitle(ei)), PrusaErrorCode(ei) );