Don't refresh on status line changes
This commit is contained in:
parent
13cf417a98
commit
3664beec29
1 changed files with 0 additions and 2 deletions
|
@ -1348,8 +1348,6 @@ void MarlinUI::update() {
|
||||||
#if ENABLED(EXTENSIBLE_UI)
|
#if ENABLED(EXTENSIBLE_UI)
|
||||||
ExtUI::onStatusChanged(status_message);
|
ExtUI::onStatusChanged(status_message);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
refresh();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MarlinUI::has_status() { return (status_message[0] != '\0'); }
|
bool MarlinUI::has_status() { return (status_message[0] != '\0'); }
|
||||||
|
|
Reference in a new issue