Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -r592af09c58d6270e3f6b3ebc3ce87147ba9ea3c1 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 592af09c58d6270e3f6b3ebc3ce87147ba9ea3c1) @@ -8,7 +8,7 @@ * @file DGInterface.c * * @author (last) Dara Navaei -* @date (last) 15-Jul-2024 +* @date (last) 20-May-2025 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -912,12 +912,7 @@ { dgCmdResp[ DG_CMD_START_FILL ].commandID = DG_CMD_NONE; - if ( ( FALSE == isAlarmActive( ALARM_ID_DG_ACID_BOTTLE_LOW_VOLUME ) ) && ( FALSE == isAlarmActive( ALARM_ID_DG_BICARB_BOTTLE_LOW_VOLUME ) ) ) - { - // The empty bottle alarms should not be active. If they are, the user shall insert the new bottle first and then hit Ok/Resume and - // then the fill can go. This is to make sure the next fill is done the full bottles - sendDGFillCommand( DG_CMD_START, fillToVolMl, targetFlowLPM ); - } + sendDGFillCommand( DG_CMD_START, fillToVolMl, targetFlowLPM ); } /*********************************************************************//**