Skip to content

Commit 44b37a2

Browse files
authored
fix(shared-data): add t20 lld settings to p50 version 3.5 (#21162)
Closes RQA-5286 Whoops, like like we missed adding t20 values to v3.5 for the P50 single channel.
1 parent 7436474 commit 44b37a2

File tree

2 files changed

+36
-34
lines changed
  • shared-data/pipette/definitions/2

2 files changed

+36
-34
lines changed

shared-data/pipette/definitions/2/geometry/single_channel/p50/3_5.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"A1": [-8.0, -22.0, -259.15]
1313
},
1414
"lldSettings": {
15+
"t20": {
16+
"minHeight": 1.5,
17+
"minVolume": 0
18+
},
1519
"t50": {
1620
"minHeight": 1.0,
1721
"minVolume": 0

shared-data/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,44 @@
2121
"aspirate": {
2222
"default": {
2323
"1": [
24-
[0.462, 0.5646, 0.0415],
25-
[0.648, 0.3716, 0.1307],
26-
[1.032, 0.2742, 0.1938],
27-
[1.37, 0.1499, 0.3221],
28-
[2.014, 0.1044, 0.3845],
29-
[2.772, 0.0432, 0.5076],
30-
[3.05, -0.0809, 0.8517],
31-
[3.4, 0.0256, 0.5268],
32-
[3.962, 0.0612, 0.4057],
33-
[4.438, 0.0572, 0.4217],
34-
[5.164, 0.018, 0.5955],
35-
[5.966, 0.0095, 0.6393],
36-
[7.38, 0.0075, 0.6514],
37-
[9.128, 0.0049, 0.6705],
38-
[10.16, 0.0033, 0.6854],
39-
[13.812, 0.0024, 0.6948],
40-
[21, 0.0024, 0.6948]
24+
[0.12, -0.375789, 0.144303],
25+
[0.506, 0.505624, 0.038533],
26+
[0.858, 0.289819, 0.147731],
27+
[1.182, 0.181092, 0.241018],
28+
[1.794, 0.121948, 0.310927],
29+
[2.566, 0.066174, 0.410985],
30+
[3.034, 0.044775, 0.465895],
31+
[3.78, 0.031193, 0.507104],
32+
[5.504, 0.02028, 0.548353],
33+
[7.414, 0.011032, 0.599253],
34+
[10.258, 0.0058, 0.638041],
35+
[13.21, 0.00361, 0.660513],
36+
[15.972, 0.002383, 0.676724],
37+
[18.434, 0.002097, 0.681289],
38+
[21.692, 0.001072, 0.700186],
39+
[24.024, 0.000975, 0.702276]
4140
]
4241
}
4342
},
4443
"dispense": {
4544
"default": {
4645
"1": [
47-
[0.462, 0.5646, 0.0415],
48-
[0.648, 0.3716, 0.1307],
49-
[1.032, 0.2742, 0.1938],
50-
[1.37, 0.1499, 0.3221],
51-
[2.014, 0.1044, 0.3845],
52-
[2.772, 0.0432, 0.5076],
53-
[3.05, -0.0809, 0.8517],
54-
[3.4, 0.0256, 0.5268],
55-
[3.962, 0.0612, 0.4057],
56-
[4.438, 0.0572, 0.4217],
57-
[5.164, 0.018, 0.5955],
58-
[5.966, 0.0095, 0.6393],
59-
[7.38, 0.0075, 0.6514],
60-
[9.128, 0.0049, 0.6705],
61-
[10.16, 0.0033, 0.6854],
62-
[13.812, 0.0024, 0.6948],
63-
[21, 0.0024, 0.6948]
46+
[0.12, -0.375789, 0.144303],
47+
[0.506, 0.505624, 0.038533],
48+
[0.858, 0.289819, 0.147731],
49+
[1.182, 0.181092, 0.241018],
50+
[1.794, 0.121948, 0.310927],
51+
[2.566, 0.066174, 0.410985],
52+
[3.034, 0.044775, 0.465895],
53+
[3.78, 0.031193, 0.507104],
54+
[5.504, 0.02028, 0.548353],
55+
[7.414, 0.011032, 0.599253],
56+
[10.258, 0.0058, 0.638041],
57+
[13.21, 0.00361, 0.660513],
58+
[15.972, 0.002383, 0.676724],
59+
[18.434, 0.002097, 0.681289],
60+
[21.692, 0.001072, 0.700186],
61+
[24.024, 0.000975, 0.702276]
6462
]
6563
}
6664
},

0 commit comments

Comments
 (0)