0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

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