Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -rc59c49e779d63ac18a17050ddece12d2754408f5 -re4b9df00792efd44244b8f145bb1ef3a2b24222c --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision c59c49e779d63ac18a17050ddece12d2754408f5) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision e4b9df00792efd44244b8f145bb1ef3a2b24222c) @@ -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 400 ///< Fill reservoir to this volume (in mL) to flush filter and lines. +#define PRE_TREATMENT_FLUSH_RESERVOIR_VOLUME_ML 300 ///< 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.