|
@@ -1592,7 +1592,7 @@ void setup()
|
|
*/
|
|
*/
|
|
manage_heater(); // Update temperatures
|
|
manage_heater(); // Update temperatures
|
|
#ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
|
|
#ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
|
|
- printf_P(_N("Power panic detected!\nCurrent bed temp:%d\nSaved bed temp:%d\n"), (int)degBed(), eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED))
|
|
|
|
|
|
+ printf_P(_N("Power panic detected!\nCurrent bed temp:%d\nSaved bed temp:%d\n"), (int)degBed(), eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED));
|
|
#endif
|
|
#endif
|
|
if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
|
|
if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
|
|
#ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
|
|
#ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
|