You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sketch\src\lcd\HD44780\ultralcd_impl_HD44780.cpp: In static member function 'static void MarlinUI::draw_status_message(bool)':
sketch\src\lcd\HD44780\ultralcd_impl_HD44780.cpp:620:83: error: 'has_status' was not declared in this scope
if (ELAPSED(millis(), progress_bar_ms + PROGRESS_BAR_MSG_TIME) || !has_status()) {
Presumably as a result of changeset a0c795b * Encapsulate common display code in a singleton (#12395)
Compilation log excerpt:
Presumably as a result of changeset a0c795b * Encapsulate common display code in a singleton (#12395)
Prerequisites:
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#define LCD_PROGRESS_BAR
The text was updated successfully, but these errors were encountered: