Don't refresh on status line changes

2.0.x
Scott Lahteine 5 years ago
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…
Cancel
Save