🔧 Warning for IGNORE_THERMOCOUPLE_ERRORS (#23312)

This commit is contained in:
John Lagonikas 2021-12-18 01:31:10 +02:00 committed by Scott Lahteine
parent 1a8307b196
commit 7a5f103bcf

View File

@ -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();