Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -rc7ea3969643ead419cbfcd34c3cb203c45bcad71 -re77916f2c497a4475d0c442067782614931e43a1 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision c7ea3969643ead419cbfcd34c3cb203c45bcad71) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision e77916f2c497a4475d0c442067782614931e43a1) @@ -415,6 +415,7 @@ clearAlarmCondition( ALARM_ID_DG_CREATING_DIALYSATE_PLEASE_WAIT ); // resume option will appear // Set flag to FALSE here so next call to idle exec will move to normal flush water state handleBadFillFlag = FALSE; + genIdleState = DG_GEN_IDLE_MODE_STATE_START; return state; }