opentrons-shared-data 8.8.0a12__py3-none-any.whl → 9.0.0a2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. opentrons_shared_data/__init__.py +1 -2
  2. opentrons_shared_data/_version.py +2 -2
  3. opentrons_shared_data/command/__init__.py +6 -6
  4. opentrons_shared_data/data/command/schemas/16.json +7690 -0
  5. opentrons_shared_data/data/commandAnnotation/schemas/2.json +105 -0
  6. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +24 -0
  7. opentrons_shared_data/data/labware/definitions/2/black_96_well_microtiter_plate_lid/2.json +110 -0
  8. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_lid/2.json +117 -0
  9. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat_lid/2.json +118 -0
  10. opentrons_shared_data/data/labware/definitions/2/thermofisher_nunc_maxisorp_lockwell_elisa/1.json +1168 -0
  11. opentrons_shared_data/data/liquid-class/definitions/1/water/3.json +7880 -0
  12. opentrons_shared_data/data/liquid-class/schemas/1.json +3 -0
  13. opentrons_shared_data/data/module/definitions/3/vacuumModuleMilliporeV1.json +70 -0
  14. opentrons_shared_data/data/module/schemas/3.json +3 -2
  15. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_0.json +27 -9
  16. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_3.json +27 -9
  17. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_4.json +53 -15
  18. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_5.json +53 -15
  19. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_0.json +154 -13
  20. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_1.json +187 -18
  21. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_2.json +187 -18
  22. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_0.json +2 -0
  23. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_3.json +2 -0
  24. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_4.json +4 -0
  25. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_5.json +4 -0
  26. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_6.json +4 -0
  27. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_2.json +2 -2
  28. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_5.json +4 -0
  29. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_2.json +2 -2
  30. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_1.json +2 -2
  31. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_0.json +67 -0
  32. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_3.json +68 -1
  33. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_4.json +67 -0
  34. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_5.json +2 -0
  35. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_0.json +67 -2
  36. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_3.json +67 -2
  37. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_4.json +67 -2
  38. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_5.json +4 -2
  39. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_0.json +2 -1
  40. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_0.json +68 -1
  41. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_3.json +68 -1
  42. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_4.json +68 -1
  43. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json +3 -1
  44. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_6.json +3 -1
  45. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_0.json +67 -2
  46. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_3.json +67 -2
  47. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_4.json +67 -2
  48. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_5.json +4 -2
  49. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +4 -2
  50. opentrons_shared_data/data_files/__init__.py +5 -6
  51. opentrons_shared_data/data_files/types.py +4 -2
  52. opentrons_shared_data/deck/__init__.py +11 -13
  53. opentrons_shared_data/deck/types.py +2 -2
  54. opentrons_shared_data/errors/__init__.py +2 -2
  55. opentrons_shared_data/errors/categories.py +2 -3
  56. opentrons_shared_data/errors/codes.py +3 -3
  57. opentrons_shared_data/errors/exceptions.py +13 -13
  58. opentrons_shared_data/gripper/__init__.py +7 -5
  59. opentrons_shared_data/gripper/gripper_definition.py +6 -4
  60. opentrons_shared_data/labware/__init__.py +5 -8
  61. opentrons_shared_data/labware/constants.py +1 -1
  62. opentrons_shared_data/labware/labware_definition.py +15 -14
  63. opentrons_shared_data/labware/types.py +5 -2
  64. opentrons_shared_data/liquid_classes/__init__.py +3 -2
  65. opentrons_shared_data/liquid_classes/liquid_class_definition.py +47 -22
  66. opentrons_shared_data/liquid_classes/types.py +5 -1
  67. opentrons_shared_data/load.py +2 -2
  68. opentrons_shared_data/module/__init__.py +12 -14
  69. opentrons_shared_data/module/types.py +7 -1
  70. opentrons_shared_data/pipette/__init__.py +9 -8
  71. opentrons_shared_data/pipette/dev_types.py +3 -3
  72. opentrons_shared_data/pipette/file_operation_helpers.py +2 -2
  73. opentrons_shared_data/pipette/load_data.py +8 -10
  74. opentrons_shared_data/pipette/model_constants.py +4 -4
  75. opentrons_shared_data/pipette/mutable_configurations.py +20 -20
  76. opentrons_shared_data/pipette/pipette_definition.py +7 -5
  77. opentrons_shared_data/pipette/pipette_load_name_conversions.py +11 -10
  78. opentrons_shared_data/pipette/scripts/build_json_script.py +11 -13
  79. opentrons_shared_data/pipette/scripts/update_configuration_files.py +17 -18
  80. opentrons_shared_data/pipette/types.py +1 -2
  81. opentrons_shared_data/pipette/ul_per_mm.py +1 -1
  82. opentrons_shared_data/protocol/__init__.py +2 -1
  83. opentrons_shared_data/protocol/constants.py +25 -82
  84. opentrons_shared_data/protocol/models/__init__.py +11 -10
  85. opentrons_shared_data/protocol/models/protocol_schema_v6.py +10 -9
  86. opentrons_shared_data/protocol/models/protocol_schema_v7.py +9 -9
  87. opentrons_shared_data/protocol/models/protocol_schema_v8.py +10 -8
  88. opentrons_shared_data/protocol/models/shared_models.py +2 -1
  89. opentrons_shared_data/protocol/types.py +4 -3
  90. opentrons_shared_data/robot/__init__.py +3 -3
  91. opentrons_shared_data/robot/types.py +4 -2
  92. opentrons_shared_data/util/__init__.py +21 -0
  93. {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/METADATA +2 -1
  94. {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/RECORD +96 -87
  95. {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/WHEEL +0 -0
  96. {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/licenses/LICENSE +0 -0
@@ -152,17 +152,21 @@
152
152
  "tipOverlaps": {
153
153
  "v0": {
154
154
  "default": 10.5,
155
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
155
156
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
156
157
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
157
158
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
158
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
159
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
160
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
159
161
  },
160
162
  "v1": {
161
163
  "default": 9.884,
164
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.092,
162
165
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.092,
163
166
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.077,
164
167
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.077,
165
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.092
168
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.092,
169
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.092
166
170
  }
167
171
  }
168
172
  },
@@ -199,6 +203,23 @@
199
203
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.021
200
204
  }
201
205
  }
206
+ },
207
+ "t20": {
208
+ "speed": 10.0,
209
+ "distance": 10.5,
210
+ "current": 0.4,
211
+ "tipOverlaps": {
212
+ "v0": {
213
+ "default": 10.5,
214
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
215
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
216
+ },
217
+ "v1": {
218
+ "default": 9.884,
219
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.021,
220
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.021
221
+ }
222
+ }
202
223
  }
203
224
  },
204
225
  "SingleH1": {
@@ -209,17 +230,21 @@
209
230
  "tipOverlaps": {
210
231
  "v0": {
211
232
  "default": 10.5,
233
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
212
234
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
213
235
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
214
236
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
215
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
237
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
238
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
216
239
  },
217
240
  "v1": {
218
241
  "default": 9.884,
242
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.138,
219
243
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.138,
220
244
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.138,
221
245
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.132,
222
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.132
246
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.132,
247
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.132
223
248
  }
224
249
  }
225
250
  },
@@ -256,6 +281,23 @@
256
281
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.138
257
282
  }
258
283
  }
284
+ },
285
+ "t20": {
286
+ "speed": 10.0,
287
+ "distance": 10.5,
288
+ "current": 0.4,
289
+ "tipOverlaps": {
290
+ "v0": {
291
+ "default": 10.5,
292
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
293
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
294
+ },
295
+ "v1": {
296
+ "default": 9.884,
297
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.138,
298
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.138
299
+ }
300
+ }
259
301
  }
260
302
  },
261
303
  "SingleA12": {
@@ -266,17 +308,21 @@
266
308
  "tipOverlaps": {
267
309
  "v0": {
268
310
  "default": 10.5,
311
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
269
312
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
270
313
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
271
314
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
272
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
315
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
316
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
273
317
  },
274
318
  "v1": {
275
319
  "default": 9.884,
320
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.875,
276
321
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.875,
277
322
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.979,
278
323
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.979,
279
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.857
324
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.857,
325
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.857
280
326
  }
281
327
  }
282
328
  },
@@ -313,6 +359,23 @@
313
359
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
314
360
  }
315
361
  }
362
+ },
363
+ "t20": {
364
+ "speed": 10.0,
365
+ "distance": 10.5,
366
+ "current": 0.4,
367
+ "tipOverlaps": {
368
+ "v0": {
369
+ "default": 10.5,
370
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
371
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
372
+ },
373
+ "v1": {
374
+ "default": 9.884,
375
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
376
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
377
+ }
378
+ }
316
379
  }
317
380
  },
318
381
  "SingleH12": {
@@ -323,17 +386,21 @@
323
386
  "tipOverlaps": {
324
387
  "v0": {
325
388
  "default": 10.5,
389
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
326
390
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
327
391
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
328
392
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
329
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
393
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
394
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
330
395
  },
331
396
  "v1": {
332
397
  "default": 9.884,
398
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.007,
333
399
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.007,
334
400
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.09,
335
401
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.09,
336
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.007
402
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.007,
403
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.007
337
404
  }
338
405
  }
339
406
  },
@@ -370,6 +437,23 @@
370
437
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.007
371
438
  }
372
439
  }
440
+ },
441
+ "t20": {
442
+ "speed": 10.0,
443
+ "distance": 10.5,
444
+ "current": 0.4,
445
+ "tipOverlaps": {
446
+ "v0": {
447
+ "default": 10.5,
448
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
449
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
450
+ },
451
+ "v1": {
452
+ "default": 9.884,
453
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.007,
454
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.007
455
+ }
456
+ }
373
457
  }
374
458
  },
375
459
  "Column1": {
@@ -380,22 +464,27 @@
380
464
  "tipOverlaps": {
381
465
  "v0": {
382
466
  "default": 10.5,
467
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
383
468
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
384
469
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
385
470
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
386
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
471
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
472
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
387
473
  },
388
474
  "v1": {
389
475
  "default": 10.5,
476
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16,
390
477
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16,
391
478
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.74
392
479
  },
393
480
  "v3": {
394
481
  "default": 9.491,
482
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
395
483
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.491,
396
484
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.552,
397
485
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.552,
398
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
486
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491,
487
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
399
488
  }
400
489
  }
401
490
  },
@@ -440,6 +529,27 @@
440
529
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
441
530
  }
442
531
  }
532
+ },
533
+ "t20": {
534
+ "speed": 10.0,
535
+ "distance": 13.0,
536
+ "current": 0.55,
537
+ "tipOverlaps": {
538
+ "v0": {
539
+ "default": 10.5,
540
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
541
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
542
+ },
543
+ "v1": {
544
+ "default": 10.5,
545
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16
546
+ },
547
+ "v3": {
548
+ "default": 9.491,
549
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
550
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
551
+ }
552
+ }
443
553
  }
444
554
  },
445
555
  "Column12": {
@@ -450,22 +560,27 @@
450
560
  "tipOverlaps": {
451
561
  "v0": {
452
562
  "default": 10.5,
563
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
453
564
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
454
565
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
455
566
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
456
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
567
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
568
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
457
569
  },
458
570
  "v1": {
459
571
  "default": 10.5,
572
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16,
460
573
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16,
461
574
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.74
462
575
  },
463
576
  "v3": {
464
577
  "default": 9.562,
578
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
465
579
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.491,
466
580
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.562,
467
581
  "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.562,
468
- "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
582
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491,
583
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
469
584
  }
470
585
  }
471
586
  },
@@ -510,6 +625,27 @@
510
625
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
511
626
  }
512
627
  }
628
+ },
629
+ "t20": {
630
+ "speed": 10.0,
631
+ "distance": 13.0,
632
+ "current": 0.55,
633
+ "tipOverlaps": {
634
+ "v0": {
635
+ "default": 10.5,
636
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
637
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
638
+ },
639
+ "v1": {
640
+ "default": 10.5,
641
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16
642
+ },
643
+ "v3": {
644
+ "default": 9.491,
645
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
646
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
647
+ }
648
+ }
513
649
  }
514
650
  },
515
651
  "RowA": {
@@ -520,11 +656,13 @@
520
656
  "tipOverlaps": {
521
657
  "v0": {
522
658
  "default": 10.5,
659
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
523
660
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
524
661
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
525
662
  },
526
663
  "v1": {
527
664
  "default": 9.275,
665
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.155,
528
666
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.155,
529
667
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.275
530
668
  }
@@ -539,10 +677,12 @@
539
677
  "tipOverlaps": {
540
678
  "v0": {
541
679
  "default": 10.5,
680
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
542
681
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5
543
682
  },
544
683
  "v1": {
545
684
  "default": 9.407,
685
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.132,
546
686
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.132,
547
687
  "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.407
548
688
  }
@@ -564,13 +704,21 @@
564
704
  "tipOverlaps": {
565
705
  "v0": {
566
706
  "default": 10.5,
707
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
567
708
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
568
- "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
709
+ "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
710
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
711
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
712
+ "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5
569
713
  },
570
714
  "v1": {
571
715
  "default": 9.58,
716
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
572
717
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
573
- "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58
718
+ "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58,
719
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52,
720
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52,
721
+ "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.58
574
722
  }
575
723
  }
576
724
  },
@@ -581,11 +729,13 @@
581
729
  "tipOverlaps": {
582
730
  "v0": {
583
731
  "default": 10.5,
584
- "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
732
+ "opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
733
+ "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5
585
734
  },
586
735
  "v1": {
587
736
  "default": 9.58,
588
- "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58
737
+ "opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58,
738
+ "opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.58
589
739
  }
590
740
  }
591
741
  },
@@ -596,11 +746,30 @@
596
746
  "tipOverlaps": {
597
747
  "v0": {
598
748
  "default": 10.5,
599
- "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5
749
+ "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
750
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
751
+ },
752
+ "v1": {
753
+ "default": 9.52,
754
+ "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
755
+ "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
756
+ }
757
+ }
758
+ },
759
+ "t20": {
760
+ "speed": 5.5,
761
+ "distance": 10.0,
762
+ "current": 1.5,
763
+ "tipOverlaps": {
764
+ "v0": {
765
+ "default": 10.5,
766
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
767
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
600
768
  },
601
769
  "v1": {
602
770
  "default": 9.52,
603
- "opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52
771
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
772
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
604
773
  }
605
774
  }
606
775
  }
@@ -21,6 +21,8 @@
21
21
  "tipOverlaps": {
22
22
  "v0": {
23
23
  "default": 10.5,
24
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
25
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
24
26
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
25
27
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
26
28
  }
@@ -21,6 +21,8 @@
21
21
  "tipOverlaps": {
22
22
  "v0": {
23
23
  "default": 10.5,
24
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
25
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
24
26
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
25
27
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
26
28
  }
@@ -21,11 +21,15 @@
21
21
  "tipOverlaps": {
22
22
  "v0": {
23
23
  "default": 10.5,
24
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
25
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
24
26
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
25
27
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
26
28
  },
27
29
  "v1": {
28
30
  "default": 10.5,
31
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.09,
32
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.09,
29
33
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.09,
30
34
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.09
31
35
  }
@@ -21,11 +21,15 @@
21
21
  "tipOverlaps": {
22
22
  "v0": {
23
23
  "default": 10.5,
24
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
25
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
24
26
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
25
27
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
26
28
  },
27
29
  "v1": {
28
30
  "default": 10.5,
31
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.09,
32
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.09,
29
33
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.09,
30
34
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.09
31
35
  }
@@ -21,11 +21,15 @@
21
21
  "tipOverlaps": {
22
22
  "v0": {
23
23
  "default": 10.5,
24
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
25
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
24
26
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
25
27
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
26
28
  },
27
29
  "v1": {
28
30
  "default": 10.5,
31
+ "opentrons/opentrons_flex_96_tiprack_20ul/1": 10.09,
32
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.09,
29
33
  "opentrons/opentrons_flex_96_tiprack_50ul/1": 10.09,
30
34
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.09
31
35
  }
@@ -2,8 +2,8 @@
2
2
  "$otSharedSchema": "#/pipette/schemas/2/pipetteGeometrySchema.json",
3
3
  "nozzleOffset": [0.0, 0.0, 50.14],
4
4
  "pipetteBoundingBoxOffsets": {
5
- "backLeftCorner": [0.0, 0.0, 50.14],
6
- "frontRightCorner": [0.0, 0.0, 50.14]
5
+ "backLeftCorner": [-16, 22.25, 50.14],
6
+ "frontRightCorner": [16, -22.25, 50.14]
7
7
  },
8
8
  "pathTo3D": "pipette/definitions/2/geometry/single_channel/p1000/placeholder.gltf",
9
9
  "orderedRows": [{ "key": "A", "orderedNozzles": ["A1"] }],
@@ -12,6 +12,10 @@
12
12
  "A1": [-8.0, -22.0, -259.15]
13
13
  },
14
14
  "lldSettings": {
15
+ "t20": {
16
+ "minHeight": 1.0,
17
+ "minVolume": 0
18
+ },
15
19
  "t50": {
16
20
  "minHeight": 1.0,
17
21
  "minVolume": 0
@@ -2,8 +2,8 @@
2
2
  "$otSharedSchema": "#/pipette/schemas/2/pipetteGeometrySchema.json",
3
3
  "nozzleOffset": [0.0, 0.0, 10.45],
4
4
  "pipetteBoundingBoxOffsets": {
5
- "backLeftCorner": [0, 0, 10.45],
6
- "frontRightCorner": [0, 0, 10.45]
5
+ "backLeftCorner": [-16, 22.25, 10.45],
6
+ "frontRightCorner": [16, -22.25, 10.45]
7
7
  },
8
8
  "pathTo3D": "pipette/definitions/2/geometry/single_channel/p20/placeholder.gltf",
9
9
  "orderedRows": [{ "key": "A", "orderedNozzles": ["A1"] }],
@@ -2,8 +2,8 @@
2
2
  "$otSharedSchema": "#/pipette/schemas/2/pipetteGeometrySchema.json",
3
3
  "nozzleOffset": [0.0, 0.0, 29.45],
4
4
  "pipetteBoundingBoxOffsets": {
5
- "backLeftCorner": [0.0, 0.0, 29.45],
6
- "frontRightCorner": [0.0, 0.0, 29.45]
5
+ "backLeftCorner": [-16, 22.25, 29.45],
6
+ "frontRightCorner": [16, -22.25, 29.45]
7
7
  },
8
8
  "pathTo3D": "pipette/definitions/2/geometry/single_channel/p300/placeholder.gltf",
9
9
  "orderedRows": [{ "key": "A", "orderedNozzles": ["A1"] }],
@@ -1,6 +1,71 @@
1
1
  {
2
2
  "$otSharedSchema": "#/pipette/schemas/2/pipetteLiquidPropertiesSchema.json",
3
3
  "supportedTips": {
4
+ "t20": {
5
+ "uiMaxFlowRate": 57,
6
+ "defaultAspirateFlowRate": {
7
+ "default": 35,
8
+ "valuesByApiLevel": { "2.14": 35 }
9
+ },
10
+ "defaultDispenseFlowRate": {
11
+ "default": 57,
12
+ "valuesByApiLevel": { "2.14": 57 }
13
+ },
14
+ "defaultBlowOutFlowRate": {
15
+ "default": 57,
16
+ "valuesByApiLevel": { "2.14": 57 }
17
+ },
18
+ "defaultFlowAcceleration": 1200.0,
19
+ "defaultTipLength": 52.0,
20
+ "defaultReturnTipHeight": 0.71,
21
+ "aspirate": {
22
+ "default": {
23
+ "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]
41
+ ]
42
+ }
43
+ },
44
+ "dispense": {
45
+ "default": {
46
+ "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]
64
+ ]
65
+ }
66
+ },
67
+ "defaultPushOutVolume": 2
68
+ },
4
69
  "t50": {
5
70
  "defaultAspirateFlowRate": {
6
71
  "default": 8,
@@ -91,6 +156,8 @@
91
156
  "maxVolume": 50,
92
157
  "minVolume": 5,
93
158
  "defaultTipracks": [
159
+ "opentrons/opentrons_flex_96_tiprack_20ul/1",
160
+ "opentrons/opentrons_flex_96_filtertiprack_20ul/1",
94
161
  "opentrons/opentrons_flex_96_tiprack_50ul/1",
95
162
  "opentrons/opentrons_flex_96_filtertiprack_50ul/1"
96
163
  ]