From 41f6945428f012fa0b9ec08d1be0a4f764d084ab Mon Sep 17 00:00:00 2001 From: Jethary Rader <66035149+jerader@users.noreply.github.com> Date: Wed, 29 May 2024 13:57:04 -0400 Subject: [PATCH] fix(shared-data): defaults should match valuesByApiLevel for p50 3_6 lowVolume (#15280) closes RQA-2785 --- .../2/liquid/single_channel/p50/lowVolumeDefault/3_6.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared-data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json b/shared-data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json index 06b676081ca..e1b92133bd6 100644 --- a/shared-data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +++ b/shared-data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json @@ -4,15 +4,15 @@ "t50": { "uiMaxFlowRate": 26.7, "defaultAspirateFlowRate": { - "default": 35, + "default": 26.7, "valuesByApiLevel": { "2.14": 26.7 } }, "defaultDispenseFlowRate": { - "default": 57, + "default": 26.7, "valuesByApiLevel": { "2.14": 26.7 } }, "defaultBlowOutFlowRate": { - "default": 57, + "default": 26.7, "valuesByApiLevel": { "2.14": 26.7 } }, "defaultFlowAcceleration": 1200.0,