Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -rb20421d84b9049977c04f4752f4fc5697425f25c -r1fb211e6161cb3df67a0ac6db8743116cb451555 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision b20421d84b9049977c04f4752f4fc5697425f25c) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 1fb211e6161cb3df67a0ac6db8743116cb451555) @@ -295,7 +295,7 @@ dialOutPumpDirection = dir; dialOutPumpControlMode = mode; // Set PWM duty cycle target to an estimated initial target to ramp to based on target flow rate - then we will control to flow when ramp completed - dialOutPumpPWMDutyCyclePct = DOP_PWM_FROM_ML_PER_MIN(pwmDC); + dialOutPumpPWMDutyCyclePct = pwmDC; switch ( dialOutPumpState ) {