|
@@ -824,7 +824,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
824
|
824
|
#error "LCD_PROGRESS_BAR requires SDSUPPORT or LCD_SET_PROGRESS_MANUALLY."
|
825
|
825
|
#elif NONE(HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
826
|
826
|
#error "LCD_PROGRESS_BAR only applies to HD44780 character LCD and TFTGLCD_PANEL_(SPI|I2C)."
|
827
|
|
- #elif HAS_MARLINUI_U8GLIB
|
|
827
|
+ #elif HAS_MARLINUI_U8GLIB || IS_DWIN_MARLINUI
|
828
|
828
|
#error "LCD_PROGRESS_BAR does not apply to graphical displays."
|
829
|
829
|
#elif ENABLED(FILAMENT_LCD_DISPLAY)
|
830
|
830
|
#error "LCD_PROGRESS_BAR and FILAMENT_LCD_DISPLAY are not fully compatible. Comment out this line to use both."
|
|
@@ -3695,7 +3695,7 @@ static_assert(_PLUS_TEST(4), "HOMING_FEEDRATE_MM_M values must be positive.");
|
3695
|
3695
|
#error "COOLANT_FLOOD requires COOLANT_FLOOD_PIN to be defined."
|
3696
|
3696
|
#endif
|
3697
|
3697
|
|
3698
|
|
-#if NONE(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI) && ENABLED(PRINT_PROGRESS_SHOW_DECIMALS)
|
|
3698
|
+#if NONE(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI, IS_DWIN_MARLINUI) && ENABLED(PRINT_PROGRESS_SHOW_DECIMALS)
|
3699
|
3699
|
#error "PRINT_PROGRESS_SHOW_DECIMALS currently requires a Graphical LCD."
|
3700
|
3700
|
#endif
|
3701
|
3701
|
|