🎨 Use CAN_SHOW_REMAINING_TIME conditional

MarlinFirmware/Marlin#22999
This commit is contained in:
Scott Lahteine 2021-10-22 11:05:42 -05:00
parent 1ddf4c389a
commit 7a11f7183a
258 changed files with 258 additions and 258 deletions

View file

@ -1306,7 +1306,7 @@
// LCD Print Progress options
#if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY)
#if ANY(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, IS_DWIN_MARLINUI)
#if CAN_SHOW_REMAINING_TIME
//#define SHOW_REMAINING_TIME // Display estimated time to completion
#if ENABLED(SHOW_REMAINING_TIME)
//#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation