Fix and improve EXTENSIBLE_UI (#12117)

- Add methods to access print counter data
- Clean up some inconsistent method names
- Clear lcd status after filament change
- Implement `lcd_reset_status` so it works like UltraLCD
This commit is contained in:
Marcio Teixeira
2018-10-16 15:58:29 -06:00
committed by Scott Lahteine
parent 8bf596bd4c
commit f98f4ac7ea
7 changed files with 90 additions and 26 deletions

View File

@ -58,6 +58,9 @@ void GcodeSuite::M501() {
CHAT_PORT
#endif
);
#if ENABLED(EXTENSIBLE_UI)
UI::onLoadSettings();
#endif
}
/**