Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -raee635c5fbb303aaa0641617e84491a4a1e0d5a4 -r24e3289cc7a1ed28ec73a1ecb78c8ce7901a3abc --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision aee635c5fbb303aaa0641617e84491a4a1e0d5a4) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 24e3289cc7a1ed28ec73a1ecb78c8ce7901a3abc) @@ -582,7 +582,7 @@ TREATMENT_RESERVOIR_MGMT_STATE_T state = TREATMENT_RESERVOIR_MGMT_WAIT_FOR_FILL_SETTLE_STATE; // Wait for the reservoir to settle and then send the commands to switch the active reservoir - if ( ( TRUE == didTimeout( reservoirSwitchStartTimeMS, RESERVOIR_SETTLE_TIME_MS ) ) && ( volSpentML >= (F32)FILL_RESERVOIR_TO_VOLUME_ML ) ) + if ( ( TRUE == didTimeout( reservoirSwitchStartTimeMS, RESERVOIR_SETTLE_TIME_MS ) ) /*&& ( volSpentML >= (F32)FILL_RESERVOIR_TO_VOLUME_ML )*/ ) { DG_RESERVOIR_ID_T inactiveRes = getDGInactiveReservoir();