No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY

This commit is contained in:
Scott Lahteine
2019-11-13 02:07:09 -06:00
parent fcfde7c2f5
commit 602ca5dea6
5 changed files with 5 additions and 5 deletions

View File

@ -456,7 +456,7 @@ void MarlinUI::draw_status_screen() {
#if ENABLED(SHOW_REMAINING_TIME)
if (!(ev & 0x3)) {
uint32_t timeval = (0
#if ENABLED(USE_M73_REMAINING_TIME)
#if BOTH(LCD_SET_PROGRESS_MANUALLY, USE_M73_REMAINING_TIME)
+ get_remaining_time()
#endif
);