Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -re7aa2915e4a36b3622f0f75ed7ecd48796fc8649 -r984bfc66d6fe07456671a1039472356871f0161c --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision e7aa2915e4a36b3622f0f75ed7ecd48796fc8649) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 984bfc66d6fe07456671a1039472356871f0161c) @@ -753,10 +753,11 @@ { if ( FALSE == didFMPCheckStart ) { // When FMP check starts, set baseline weight of reservoir we are filling - didFMPCheckStart = TRUE; - reservoirBaseWeight = getReservoirWeight( getInactiveReservoir() ); + didFMPCheckStart = TRUE; + reservoirBaseWeight = getReservoirWeight( getInactiveReservoir() ); } - integratedVolumeML += getMeasuredROFlowRateWithConcPumpsLPM() * ML_PER_LITER * FLOW_INTEGRATOR; + + integratedVolumeML += getMeasuredROFlowRateWithConcPumpsLPM() * ML_PER_LITER * FLOW_INTEGRATOR; } usedAcidVolumeML.data += getMeasuredPumpSpeed( CONCENTRATEPUMPS_CP1_ACID ) * FLOW_INTEGRATOR;