Index: firmware/App/Modes/Prime.c =================================================================== diff -u -ra50b999266616eb3d0661846cd31bb395c8a7e12 -rc1e2dfcd544f59788ad1a58e1e8339a475ba4266 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision a50b999266616eb3d0661846cd31bb395c8a7e12) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision c1e2dfcd544f59788ad1a58e1e8339a475ba4266) @@ -8,7 +8,7 @@ * @file Prime.c * * @author (last) Sean Nash -* @date (last) 14-Apr-2023 +* @date (last) 03-May-2023 * * @author (original) Quang Nguyen * @date (original) 08-Dec-2020 @@ -442,7 +442,7 @@ setValvePosition( VDI, VALVE_POSITION_C_CLOSE ); setValvePosition( VDO, VALVE_POSITION_C_CLOSE ); setValvePosition( VBA, VALVE_POSITION_C_CLOSE ); - setValvePosition( VBV, VALVE_POSITION_C_CLOSE ); + setValvePosition( VBV, VALVE_POSITION_B_OPEN ); // Allow fluid to get to VBA per DEN-14171 setValveAirTrap( STATE_OPEN ); signalDialOutPumpHardStop();