Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -raef3220987083ca1392a894cd50e3b8599aaa32a --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision aef3220987083ca1392a894cd50e3b8599aaa32a) @@ -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 ); } /*********************************************************************//**