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