From 8e50fe3c92c9a9a8eb4d82dc4af2ba678284bef9 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Thu, 11 Apr 2024 11:00:14 -0400 Subject: [PATCH] fix(shared-data): adapt 96 3.6 to new schema (#14869) The schema changes in edge weren't in release and need to be manually merged. Closes RQA-2558 --- .../general/ninety_six_channel/p1000/3_6.json | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/shared-data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json b/shared-data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json index a00dce8ef17..c59dfce42ab 100644 --- a/shared-data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json +++ b/shared-data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json @@ -7,8 +7,35 @@ "pressFit": { "presses": 1, "increment": 0.0, - "speed": 10.0, - "distance": 13.0, + "speedByTipCount": { + "1": 10.0, + "2": 10.0, + "3": 10.0, + "4": 10.0, + "5": 10.0, + "6": 10.0, + "7": 10.0, + "8": 10.0, + "12": 10.0, + "16": 10.0, + "24": 10.0, + "48": 10.0 + }, + "distanceByTipCount": { + "1": 13.0, + "2": 13.0, + "3": 13.0, + "4": 13.0, + "5": 13.0, + "6": 13.0, + "7": 13.0, + "8": 13.0, + "12": 13.0, + "16": 13.0, + "24": 13.0, + "48": 13.0 + }, + "currentByTipCount": { "1": 0.2, "2": 0.25,