Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -rc2fe204db1b8926994b5eee78afa1b516c97d02c -r67021fbc633259e8e1bce76749dbef7d0cb51998 --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision c2fe204db1b8926994b5eee78afa1b516c97d02c) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 67021fbc633259e8e1bce76749dbef7d0cb51998) @@ -105,7 +105,7 @@ // NOTE: The target flow rate should be set prior to setting the start primary heater // because the initial guess in the heaters driver needs the target flow to calculate // the new PWMs for the main and small primary heaters - setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); + setROPumpTargetFlowRate( TARGET_FLUSH_LINES_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); startPrimaryHeater(); #ifndef _VECTORCAST_