-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Labels
Description
Description
For configuration:
#define MKS_ROBIN_TFT35
#define TFT_COLOR_UI
the option SHOW_REMAINING_TIME
is not active due to
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL)
seem to return FALSE.
Therefore, the UI shows only elapsed time.
Steps to Reproduce
- Generate G-Code with M73 option enabled
- Start printing
- Observe print progress on display
Expected behavior:
Display shows both Elapsed time and Remaining time.
Actual behavior:
Display shows only a progress bar and elapsed time.
bugfix_2-0-x_20201015.zip