Index: firmware/App/Controllers/Heaters.c =================================================================== diff -u -r037f0edb0b880130563058c809ba50308f2a63e9 -r5d82009d1baa2b52122065934481745bf4de223b --- firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 037f0edb0b880130563058c809ba50308f2a63e9) +++ firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 5d82009d1baa2b52122065934481745bf4de223b) @@ -343,7 +343,7 @@ // Check if the primary heaters' internal temperature is above the limit if ( primaryHeatersInternalTemp > HEATERS_MAX_ALLOWED_INTERNAL_TEMPERATURE_C ) { - SET_ALARM_WITH_1_U32_DATA( ALARM_ID_DG_PRIMARY_HEATERS_INTERNAL_TEMP_OUT_OF_RANGE, primaryHeatersInternalTemp ); +// SET_ALARM_WITH_1_U32_DATA( ALARM_ID_DG_PRIMARY_HEATERS_INTERNAL_TEMP_OUT_OF_RANGE, primaryHeatersInternalTemp ); // If it is above the range for the first time, stop the primary heaters // and set the variables