Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -r1a219888b8fda9dcbbfc51fbe76490ee247f5f14 -r5f1388ca0f6672b9ab90eef649de8dc921c9beb2 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 1a219888b8fda9dcbbfc51fbe76490ee247f5f14) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 5f1388ca0f6672b9ab90eef649de8dc921c9beb2) @@ -302,14 +302,6 @@ // The empty bottle alarms are active set the empty bottle alarm to TRUE. handleEmptyBottleFlag = TRUE; } - else if ( ( TRUE == handleEmptyBottleFlag ) && - ( FALSE == isAlarmActive( ALARM_ID_DG_ACID_BOTTLE_LOW_VOLUME ) ) && - ( FALSE == isAlarmActive( ALARM_ID_DG_BICARB_BOTTLE_LOW_VOLUME ) ) ) - { - // The empty bottle flag is TRUE and alarms are not active anymore. This means the user has presumably inserted the new acid and - // bicarb bottles and has hit resume. Since HD is on pause, DG has to request fill by itself. - requestNewOperationMode( DG_MODE_FILL ); - } return result; }