From 87b16ed5f65bb8511d648c47a3d48fadf1f2dee7 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 31 Aug 2019 07:03:36 -0500 Subject: [PATCH] Bring Configuration.h up to date --- Marlin/Configuration.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 469585401..4ccbe90b1 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -84,6 +84,9 @@ * respectfully request that you retain the unmodified Marlin boot screen. */ +// Show the Marlin bootscreen on startup. ** ENABLE FOR PRODUCTION ** +#define SHOW_BOOTSCREEN + // Show the bitmap in Marlin/_Bootscreen.h on startup. //#define SHOW_CUSTOM_BOOTSCREEN