|  | @@ -6764,12 +6764,13 @@ static bool fan_error_selftest()
 | 
	
		
			
				|  |  |  void lcd_resume_print()
 | 
	
		
			
				|  |  |  {
 | 
	
		
			
				|  |  |      lcd_return_to_status();
 | 
	
		
			
				|  |  | -    lcd_reset_alert_level();
 | 
	
		
			
				|  |  | -    lcd_setstatuspgm(_T(MSG_RESUMING_PRINT));
 | 
	
		
			
				|  |  |      lcd_reset_alert_level(); //for fan speed error
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      if (fan_error_selftest()) return; //abort if error persists
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    lcd_setstatuspgm(_T(MSG_FINISHING_MOVEMENTS));
 | 
	
		
			
				|  |  | +    st_synchronize();
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    lcd_setstatuspgm(_T(MSG_RESUMING_PRINT));
 | 
	
		
			
				|  |  |      isPrintPaused = false;
 | 
	
		
			
				|  |  |      restore_print_from_ram_and_continue(0.0);
 | 
	
		
			
				|  |  |      pause_time += (_millis() - start_pause_print); //accumulate time when print is paused for correct statistics calculation
 |