Don't refresh on status line changes

This commit is contained in:
Scott Lahteine 2019-10-10 19:28:12 -05:00
parent 13cf417a98
commit 3664beec29

View File

@ -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'); }