Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r9ded16038a0d6dd844da697aaf03505ec3ed335a -rb71077660606609cc3b06911ad4aaa2ffaebd9f2 --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 9ded16038a0d6dd844da697aaf03505ec3ed335a) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision b71077660606609cc3b06911ad4aaa2ffaebd9f2) @@ -118,6 +118,9 @@ // Reset saline bolus state in case alarm interrupted one resetSalineBolus(); + // Reset blood leak zeroing params + resetBloodLeakZeroing(); + // Enable venous bubble detection (in case returning from mid-treatment rinseback) setVenousBubbleDetectionEnabled( TRUE ); @@ -201,7 +204,7 @@ doorClosedRequired( TRUE, TRUE ); cmdStartDGTrimmerHeater(); setDialInPumpTargetFlowRate( DIALYSATE_FLOW_RATE_FOR_BLOOD_DETECT_RECOVERY_MLPM, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); - requestBloodLeakZeroing(); + requestBloodLeakZeroing( TRUE ); } /*********************************************************************//**