From afef0b9dec9e260baf1564614f49f16715388c2c Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 19 Oct 2021 15:29:45 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 9f6db5f1fc..1cef3fbc06 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -548,8 +548,16 @@ #endif #if (EITHER(Creality422, Creality427) && DISABLED(MachineEnder3V2)) || BOTH(OrigLCD, MachineEnder6) - #undef FORCE10SPRODISPLAY - #define RET6_12864_LCD + #ifndef FORCE10SPRODISPLAY + #ifndef MachineEnder3Touchscreen + #ifndef FORCEV2DISPLAY + #define RET6_12864_LCD + #ifndef OrigLCD + #define OrigLCD + #endif + #endif + #endif + #endif #endif #if NONE(HotendStock, HotendE3D)