We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae6c70 commit 8fa9216Copy full SHA for 8fa9216
1 file changed
Marlin/src/lcd/e3v2/proui/dwin.cpp
@@ -1448,17 +1448,12 @@ void EachMomentUpdate() {
1448
1449
// Elapsed print time
1450
#if ENABLED(SHOW_ELAPSED_TIME)
1451
- //const duration_t min = print_job_timer.duration();
1452
- //if ((min.value % 60) == 0) // 1 minute update, else every second
1453
Draw_Print_ProgressElapsed();
1454
#endif
1455
1456
// Remaining time
1457
#if ENABLED(SHOW_REMAINING_TIME)
1458
- if (ui.remaining_time != ui.get_remaining_time()) {
1459
- ui.remaining_time = ui.get_remaining_time();
1460
- Draw_Print_ProgressRemain();
1461
- }
+ Draw_Print_ProgressRemain();
1462
1463
1464
// Interaction time
0 commit comments