🩹 Fix "elapsed" text on DOGLCD (#24087)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							5c5b380fda
						
					
				
				
					commit
					c5f7547e8c
				
			@@ -791,7 +791,7 @@ void MarlinUI::draw_status_screen() {
 | 
				
			|||||||
          lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
 | 
					          lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (elapsed_string[0]) {
 | 
					        else if (elapsed_string[0]) {
 | 
				
			||||||
          lcd_put_u8str_P(PROGRESS_BAR_X, EXTRAS_BASELINE, E_LBL);
 | 
					          lcd_put_u8str(PROGRESS_BAR_X, EXTRAS_BASELINE, F("E:"));
 | 
				
			||||||
          lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
 | 
					          lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user