🔧 Warning for IGNORE_THERMOCOUPLE_ERRORS (#23312)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							1a8307b196
						
					
				
				
					commit
					7a5f103bcf
				
			@@ -1347,6 +1347,8 @@ void Temperature::manage_heater() {
 | 
			
		||||
      if (degRedundant() > TEMP_SENSOR_REDUNDANT_MAX_TC_TMAX - 1.0) max_temp_error(H_REDUNDANT);
 | 
			
		||||
      if (degRedundant() < TEMP_SENSOR_REDUNDANT_MAX_TC_TMIN + .01) min_temp_error(H_REDUNDANT);
 | 
			
		||||
    #endif
 | 
			
		||||
  #else
 | 
			
		||||
    #warning "Safety Alert! Disable IGNORE_THERMOCOUPLE_ERRORS for the final build!"
 | 
			
		||||
  #endif
 | 
			
		||||
 | 
			
		||||
  millis_t ms = millis();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user