✨Add DGUS_LCD_UI_RELOADED (#21931)
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
#include "../../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if HAS_DGUS_LCD
|
||||
#if HAS_DGUS_LCD_CLASSIC
|
||||
|
||||
#if HOTENDS > 2
|
||||
#warning "More than 2 hotends not implemented on DGUS Display UI."
|
||||
@ -268,4 +268,4 @@ bool populate_VPVar(const uint16_t VP, DGUS_VP_Variable * const ramcopy) {
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // HAS_DGUS_LCD
|
||||
#endif // HAS_DGUS_LCD_CLASSIC
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "../../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if HAS_DGUS_LCD
|
||||
#if HAS_DGUS_LCD_CLASSIC
|
||||
|
||||
#include "DGUSScreenHandler.h"
|
||||
|
||||
@ -772,4 +772,4 @@ void DGUSDisplay::RequestScreen(DGUSLCD_Screens screen) {
|
||||
WriteVariable(0x84, gotoscreen, sizeof(gotoscreen));
|
||||
}
|
||||
|
||||
#endif // HAS_DGUS_LCD
|
||||
#endif // HAS_DGUS_LCD_CLASSIC
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "../../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if HAS_DGUS_LCD
|
||||
#if HAS_DGUS_LCD_CLASSIC
|
||||
|
||||
#include "../ui_api.h"
|
||||
#include "DGUSDisplay.h"
|
||||
@ -159,4 +159,4 @@ namespace ExtUI {
|
||||
void onSteppersEnabled() {}
|
||||
}
|
||||
|
||||
#endif // HAS_DGUS_LCD
|
||||
#endif // HAS_DGUS_LCD_CLASSIC
|
||||
|
Reference in New Issue
Block a user