|
@@ -597,7 +597,7 @@ void MarlinUI::draw_status_screen() {
|
597
|
597
|
lcd_put_wchar(PROGRESS_BAR_X, EXTRAS_BASELINE, SHOW_REMAINING_TIME_PREFIX);
|
598
|
598
|
lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
|
599
|
599
|
}
|
600
|
|
- else {
|
|
600
|
+ else if (elapsed_string[0] != '\0'){
|
601
|
601
|
lcd_put_wchar(PROGRESS_BAR_X, EXTRAS_BASELINE, ELAPSED_TIME_PREFIX);
|
602
|
602
|
lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
|
603
|
603
|
}
|