Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r358e32a9fb25a6929fc5bbd7ee1d8ed2c4b69920 -rd220199deee939fa14a82a68b2589da2f22493f6 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 358e32a9fb25a6929fc5bbd7ee1d8ed2c4b69920) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision d220199deee939fa14a82a68b2589da2f22493f6) @@ -626,6 +626,7 @@ void setDialysateFlowData( F32 flowRate ) { dgDialysateFlowRateMlMin = flowRate; + filterDialInFlowReadings( flowRate * (F32)ML_PER_LITER ); } /*********************************************************************//**