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

@@ -378,7 +378,7 @@ void startOrResumeJob() {
#if ENABLED(LCD_SHOW_E_TOTAL)
e_move_accumulator = 0;
#endif
#if ENABLED(USE_M73_REMAINING_TIME)
#if BOTH(LCD_SET_PROGRESS_MANUALLY, USE_M73_REMAINING_TIME)
ui.reset_remaining_time();
#endif
}