mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
Remaining Time updates
This commit is contained in:
parent
2818c79fa2
commit
30f058eb4a
213 changed files with 3408 additions and 2982 deletions
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 60000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 60000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1135,33 +1135,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 1000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 1000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 60000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 60000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1133,33 +1133,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1138,33 +1138,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1142,33 +1142,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 60000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 60000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 500 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 500
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1135,33 +1135,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1135,33 +1135,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1135,33 +1135,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1129,33 +1129,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 500
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 500
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1138,33 +1138,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 15000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
#define LCD_TIMEOUT_TO_STATUS 60000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
#define LCD_TIMEOUT_TO_STATUS 60000
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_SET_PROGRESS_MANUALLY
|
#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
#define LCD_SHOW_E_TOTAL
|
#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1134,33 +1134,35 @@
|
||||||
|
|
||||||
#endif // HAS_LCD_MENU
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
#if HAS_DISPLAY
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
||||||
|
#endif
|
||||||
|
|
||||||
// The timeout (in ms) to return to the status screen from sub-menus
|
// Scroll a longer status message into view
|
||||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
// Add an 'M73' G-code to set the current percentage
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
// Show the E position (filament used) during printing
|
// Add an 'M73' G-code to set the current percentage
|
||||||
//#define LCD_SHOW_E_TOTAL
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
// Show the E position (filament used) during printing
|
||||||
#define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s)
|
//#define LCD_SHOW_E_TOTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
|
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, EXTENSIBLE_UI)
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||||
#if ENABLED(SHOW_REMAINING_TIME)
|
#if ENABLED(SHOW_REMAINING_TIME)
|
||||||
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
||||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MARLINUI_U8GLIB
|
#if EITHER(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI)
|
||||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue