Consistent heating status and status reset

Fix #10699
This commit is contained in:
Scott Lahteine
2018-05-13 17:18:19 -05:00
parent 37b15fe4cf
commit 35258dd50b
3 changed files with 5 additions and 14 deletions

View File

@ -82,7 +82,7 @@
#endif
#if ENABLED(ULTIPANEL)
LCD_MESSAGEPGM(WELCOME_MSG);
lcd_reset_status();
#endif
}