diff --git a/Marlin/Conditionals.h b/Marlin/Conditionals.h index 29659feb81..e654f07fa7 100644 --- a/Marlin/Conditionals.h +++ b/Marlin/Conditionals.h @@ -16,7 +16,6 @@ #if ENABLED(MAKRPANEL) #define DOGLCD - #define SDSUPPORT #define DEFAULT_LCD_CONTRAST 17 #define ULTIPANEL #define NEWPANEL @@ -48,7 +47,6 @@ #if ENABLED(PANEL_ONE) - #define SDSUPPORT #define ULTIMAKERCONTROLLER #endif @@ -77,7 +75,6 @@ #if ENABLED(MINIPANEL) #define DOGLCD - #define SDSUPPORT #define ULTIPANEL #define NEWPANEL #define DEFAULT_LCD_CONTRAST 17 @@ -145,7 +142,6 @@ #if ENABLED(ULTIPANEL) #define NEWPANEL //enable this if you have a click-encoder panel - #define SDSUPPORT #define ULTRA_LCD #if ENABLED(DOGLCD) // Change number of lines to match the DOG graphic display #define LCD_WIDTH 22