Index: firmware/App/Modes/BloodPrime.c =================================================================== diff -u -r9bf209fc5813b7e806f51f408ece77174a336c9b -rfb1673d2282822995ed233f3e9ea5dfb0567780d --- firmware/App/Modes/BloodPrime.c (.../BloodPrime.c) (revision 9bf209fc5813b7e806f51f408ece77174a336c9b) +++ firmware/App/Modes/BloodPrime.c (.../BloodPrime.c) (revision fb1673d2282822995ed233f3e9ea5dfb0567780d) @@ -7,8 +7,8 @@ * * @file BloodPrime.c * -* @author (last) Dara Navaei -* @date (last) 25-May-2022 +* @author (last) Sean Nash +* @date (last) 13-Jul-2022 * * @author (original) Sean Nash * @date (original) 06-Feb-2021 @@ -237,7 +237,7 @@ setBloodIsPrimed( TRUE ); // Signal treatment mode that blood prime is completed signalDialInPumpHardStop(); // Stop dialysate recirculation - dialysis sub-mode will restart dialysate pumps signalBloodPrimeToDialysis(); // Signal treatment mode that it's time to start dialysis - cmdStopDGTrimmerHeater(); // Stop trimmer heater - dialysis sub-mode will restart as appropriate + //cmdStopDGTrimmerHeater(); // Stop trimmer heater - dialysis sub-mode will restart as appropriate // TODO un-comment in DEN-13834 } // Is blood prime taking too long based on set BP rate? else if ( fabs( expectedBloodPrimeVolume_mL - getBloodPrimeVolume() ) > MAX_BLOOD_PRIME_VOLUME_ERROR_ML )