Don't refresh on status line changes
This commit is contained in:
parent
13cf417a98
commit
3664beec29
@ -1348,8 +1348,6 @@ void MarlinUI::update() {
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
ExtUI::onStatusChanged(status_message);
|
||||
#endif
|
||||
|
||||
refresh();
|
||||
}
|
||||
|
||||
bool MarlinUI::has_status() { return (status_message[0] != '\0'); }
|
||||
|
Loading…
Reference in New Issue
Block a user