Index: firmware/App/Modes/TreatmentRecirc.c =================================================================== diff -u -r1ac724977aa74300565e2eb0ac599570df38b5c5 -r9b866455bc0e2991c371b54a6a5d9f4ff430b30d --- firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 1ac724977aa74300565e2eb0ac599570df38b5c5) +++ firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 9b866455bc0e2991c371b54a6a5d9f4ff430b30d) @@ -588,6 +588,7 @@ // Re-circulate dialysate side of dialyzer w/ heating to maintain temperature setDialInPumpTargetFlowRate( DIALYSATE_FLOW_RATE_FOR_RECIRC, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); cmdStartDGTrimmerHeater(); + recircResumeRequested = TRUE; // User Stop should have put the state machine into stop: mark for restart } prevBloodRecircBlocked = bloodRecircBlocked; prevDialysateRecircBlocked = dialysateRecircBlocked;