🚸 JyersUI updates (#24451)
This commit is contained in:
committed by
Scott Lahteine
parent
03760fd79e
commit
e93a1dd2fa
@@ -38,6 +38,8 @@
|
||||
#elif ENABLED(DWIN_LCD_PROUI)
|
||||
#include "../../lcd/e3v2/proui/dwin_popup.h"
|
||||
#include "../../lcd/e3v2/proui/dwin.h"
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
#include "../../lcd/e3v2/jyersui/dwin.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
@@ -76,6 +78,8 @@ void GcodeSuite::M0_M1() {
|
||||
DWIN_Popup_Confirm(ICON_BLTouch, parser.string_arg, GET_TEXT_F(MSG_USERWAIT));
|
||||
else
|
||||
DWIN_Popup_Confirm(ICON_BLTouch, GET_TEXT_F(MSG_STOPPED), GET_TEXT_F(MSG_USERWAIT));
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
CrealityDWIN.Confirm_Handler(UserInput, parser.string_arg == nullptr);
|
||||
#else
|
||||
|
||||
if (parser.string_arg) {
|
||||
|
Reference in New Issue
Block a user