Browse Source

Clear SHOW_BOOTSCREEN with no LCD

Scott Lahteine 7 years ago
parent
commit
c6d430670a
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/Conditionals_LCD.h

+ 4
- 1
Marlin/Conditionals_LCD.h View File

@@ -307,7 +307,10 @@
307 307
     #endif
308 308
   #endif
309 309
 
310
-  #ifndef BOOTSCREEN_TIMEOUT
310
+  // Boot screens
311
+  #if DISABLED(ULTRA_LCD)
312
+    #undef SHOW_BOOTSCREEN
313
+  #elif !defined(BOOTSCREEN_TIMEOUT)
311 314
     #define BOOTSCREEN_TIMEOUT 2500
312 315
   #endif
313 316
 

Loading…
Cancel
Save