🚸 Update Ender3 V2/S1 Pro UI (#23878)
This commit is contained in:
committed by
GitHub
parent
bd3ecc3ea0
commit
79b38e0e14
@@ -48,7 +48,6 @@ MarlinUI ui;
|
||||
#if ENABLED(DWIN_CREALITY_LCD)
|
||||
#include "e3v2/creality/dwin.h"
|
||||
#elif ENABLED(DWIN_LCD_PROUI)
|
||||
#include "fontutils.h"
|
||||
#include "e3v2/proui/dwin.h"
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
#include "e3v2/jyersui/dwin.h"
|
||||
@@ -1441,8 +1440,10 @@ void MarlinUI::init() {
|
||||
else if (print_job_timer.needsService(3)) msg = FPSTR(service3);
|
||||
#endif
|
||||
|
||||
else if (!no_welcome)
|
||||
msg = GET_TEXT_F(WELCOME_MSG);
|
||||
else if (!no_welcome) msg = GET_TEXT_F(WELCOME_MSG);
|
||||
|
||||
else if (ENABLED(DWIN_LCD_PROUI))
|
||||
msg = F("");
|
||||
else
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user