From e0fa38760ffa0edaf169ddc2d4816554c37305c3 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Fri, 24 Jul 2020 23:24:22 -0400 Subject: [PATCH] Finish main config --- Marlin/Configuration.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a257c4e307..03c9cf2deb 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -92,13 +92,15 @@ */ // Show the Marlin bootscreen on startup. ** ENABLE FOR PRODUCTION ** -#define SHOW_BOOTSCREEN +#if DISABLED(Mini) + #define SHOW_BOOTSCREEN +#endif // Show the bitmap in Marlin/_Bootscreen.h on startup. #define SHOW_CUSTOM_BOOTSCREEN // Show the bitmap in Marlin/_Statusscreen.h on the status screen. -#define CUSTOM_STATUS_SCREEN_IMAGE +//#define CUSTOM_STATUS_SCREEN_IMAGE // @section machine