mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-22 22:23:54 -06:00
M73 R : Set Remaining Time (#15549)
This commit is contained in:
parent
ac71cdc265
commit
e110f5abce
109 changed files with 471 additions and 133 deletions
|
@ -908,7 +908,10 @@
|
|||
#if HAS_GRAPHICAL_LCD && HAS_PRINT_PROGRESS
|
||||
//#define PRINT_PROGRESS_SHOW_DECIMALS // Show progress with decimal digits
|
||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion
|
||||
//#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time
|
||||
#if ENABLED(SHOW_REMAINING_TIME)
|
||||
//#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
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if HAS_CHARACTER_LCD && HAS_PRINT_PROGRESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue