mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 21:57:53 -06:00
Estimate Remaining Time (graphical display) (#15497)
This commit is contained in:
parent
5641adb01b
commit
b20d5a7cc6
118 changed files with 747 additions and 103 deletions
|
@ -888,6 +888,11 @@
|
|||
// Add an 'M73' G-code to set the current percentage
|
||||
//#define LCD_SET_PROGRESS_MANUALLY
|
||||
|
||||
#if HAS_PRINT_PROGRESS
|
||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits (Graphical LCD only)
|
||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion (Graphical LCD only)
|
||||
#endif
|
||||
|
||||
#if HAS_CHARACTER_LCD && HAS_PRINT_PROGRESS
|
||||
//#define LCD_PROGRESS_BAR // Show a progress bar on HD44780 LCDs for SD printing
|
||||
#if ENABLED(LCD_PROGRESS_BAR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue