Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r379f78f1fad668d741b3ccf1e78c69f3fccc45b5 -rc0700a4503f28288f16070634bb87f4eccb2568c --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 379f78f1fad668d741b3ccf1e78c69f3fccc45b5) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision c0700a4503f28288f16070634bb87f4eccb2568c) @@ -173,7 +173,9 @@ // when enough water volume has flowed to flush the lines, transition to re-circ state if ( flushLinesVolumeL >= FLUSH_LINES_VOLUME_L ) { +#ifndef SKIP_RECIRC setValveState( VDR, VALVE_STATE_RECIRC_C_TO_NC ); +#endif setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); result = DG_RECIRCULATE_MODE_STATE_RECIRC_WATER; }