Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -r6922a0d2392c1f0f0c5a8b3cec732f717d462830 -rfba69244d94307e50fefaa1e88bcbb979584461e --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 6922a0d2392c1f0f0c5a8b3cec732f717d462830) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2025 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Rinseback.c * * @author (last) Dara Navaei -* @date (last) 18-Dec-2024 +* @date (last) 23-Jan-2025 * * @author (original) Sean Nash * @date (original) 20-Jan-2021 @@ -38,7 +38,7 @@ // ********** private definitions ********** -#define DEFAULT_RINSEBACK_VOLUME_ML 350.0F ///< Default rinseback volume (in mL). +#define DEFAULT_RINSEBACK_VOLUME_ML 300.0F ///< Default rinseback volume (in mL). #define MAX_TOTAL_ADDITIONAL_RINSEBACK_VOLUME_ML 300.0F ///< Maximum total additional rinseback volume allowed : all additionals (in mL). #define TARGET_ADDITIONAL_RINSEBACK_VOLUME_ML 50.0F ///< Target rinseback volume for an additional volume request (in mL). #define RINSEBACK_FLOW_RATE_ADJ_ML_MIN 25 ///< Adjustment amount (in mL/min) to apply when user requests increase/decrease in flow rate.