|
@@ -992,6 +992,10 @@
|
992
|
992
|
// Show the E position (filament used) during printing
|
993
|
993
|
//#define LCD_SHOW_E_TOTAL
|
994
|
994
|
|
|
995
|
+#if ENABLED(SHOW_BOOTSCREEN)
|
|
996
|
+ #define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
|
997
|
+#endif
|
|
998
|
+
|
995
|
999
|
#if HAS_GRAPHICAL_LCD && HAS_PRINT_PROGRESS
|
996
|
1000
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
997
|
1001
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
|
@@ -1292,7 +1296,6 @@
|
1292
|
1296
|
//#define DGUS_SERIAL_STATS_RX_BUFFER_OVERRUNS // Fix Rx overrun situation (Currently only for AVR)
|
1293
|
1297
|
|
1294
|
1298
|
#define DGUS_UPDATE_INTERVAL_MS 500 // (ms) Interval between automatic screen updates
|
1295
|
|
- #define BOOTSCREEN_TIMEOUT 3000 // (ms) Duration to display the boot screen
|
1296
|
1299
|
|
1297
|
1300
|
#if EITHER(DGUS_LCD_UI_FYSETC, DGUS_LCD_UI_HIPRECY)
|
1298
|
1301
|
#define DGUS_PRINT_FILENAME // Display the filename during printing
|