Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -r82bd1d24c050e79690a7f5b236e49dd7db7e2a91 -rfe345823ec5f2b97b339bf76046ebdd807b60bbd --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 82bd1d24c050e79690a7f5b236e49dd7db7e2a91) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision fe345823ec5f2b97b339bf76046ebdd807b60bbd) @@ -49,7 +49,7 @@ #define PRE_TREATMENT_NORMAL_FILL_TARGET_TEMP_C ( 37.0F + 2.0F ) ///< Pre treatment normal fill target temperature in C. #define PRE_TREATMENT_MIN_FILL_RESERVOIR_VOLUME_ML 500 ///< Fill reservoir to this volume minimum to prep volume during development. -#define PRE_TREATMENT_FLUSH_RESERVOIR_VOLUME_ML 500 ///< Fill reservoir to this volume (in mL) to flush filter and lines. +#define PRE_TREATMENT_FLUSH_RESERVOIR_VOLUME_ML 400 ///< Fill reservoir to this volume (in mL) to flush filter and lines. #define PRE_TREATMENT_FILL_RESERVOIR_ONE_VOLUME_ML 1300 ///< Fill reservoir one to this volume (in mL) during pre-treatment mode. #define PRE_TREATMENT_FILL_RESERVOIR_TWO_VOLUME_ML 600 ///< Fill reservoir two to this volume (in mL) during pre-treatment mode. #define PRE_TREATMENT_FULL_RESERVOIR_VOLUME_ML 1500 ///< Fill reservoir to this volume minimum to prep volume during development.