Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -rd74b98a3b101ec827cc7da59dd617df9435d79e3 -r2c4dfa08ac8ead07939b4f6aba3b0073e0997706 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision d74b98a3b101ec827cc7da59dd617df9435d79e3) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 2c4dfa08ac8ead07939b4f6aba3b0073e0997706) @@ -146,7 +146,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_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); startHeater( DG_PRIMARY_HEATER ); }