Add DGUS_LCD_UI_RELOADED (#21931)

This commit is contained in:
mrv96
2021-09-07 02:51:04 +02:00
committed by GitHub
parent 853eebc3f2
commit b0e798330d
31 changed files with 4966 additions and 8 deletions

View File

@@ -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