Skip to content

Commit 7b7cbf7

Browse files
committed
Fix pipetteModelSpecs.json
1 parent 9b69ef6 commit 7b7cbf7

File tree

1 file changed

+74
-2
lines changed

1 file changed

+74
-2
lines changed

shared-data/pipette/definitions/1/pipetteModelSpecs.json

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11305,6 +11305,42 @@
1130511305
[51.4567, 0.0001, 0.7382]
1130611306
]
1130711307
}
11308+
],
11309+
"plungerCurrent": {
11310+
"value": 1,
11311+
"min": 0.1,
11312+
"max": 1.5,
11313+
"units": "amps",
11314+
"type": "float"
11315+
},
11316+
"dropTipCurrent": {
11317+
"value": 1,
11318+
"min": 0.1,
11319+
"max": 1.25,
11320+
"units": "amps",
11321+
"type": "float"
11322+
},
11323+
"dropTipSpeed": {
11324+
"value": 10,
11325+
"min": 0.001,
11326+
"max": 30,
11327+
"units": "mm/sec",
11328+
"type": "float"
11329+
},
11330+
"tipOverlap": {
11331+
"default": 10.5,
11332+
"opentrons/opentrons_96_tiprack_50ul/1": 10.5
11333+
},
11334+
"tipLength": {
11335+
"value": 78.3,
11336+
"units": "mm",
11337+
"type": "float",
11338+
"min": 0,
11339+
"max": 100
11340+
},
11341+
"quirks": [],
11342+
"returnTipHeight": 0.83,
11343+
"idleCurrent": 0.3
1130811344
},
1130911345
"p200_96_v3.2": {
1131011346
"name": "p200_96",
@@ -11437,9 +11473,45 @@
1143711473
[51.4567, 0.0001, 0.7382]
1143811474
]
1143911475
}
11440-
},
11476+
],
11477+
"plungerCurrent": {
11478+
"value": 1,
11479+
"min": 0.1,
11480+
"max": 1.5,
11481+
"units": "amps",
11482+
"type": "float"
11483+
},
11484+
"dropTipCurrent": {
11485+
"value": 1,
11486+
"min": 0.1,
11487+
"max": 1.25,
11488+
"units": "amps",
11489+
"type": "float"
11490+
},
11491+
"dropTipSpeed": {
11492+
"value": 10,
11493+
"min": 0.001,
11494+
"max": 30,
11495+
"units": "mm/sec",
11496+
"type": "float"
11497+
},
11498+
"tipOverlap": {
11499+
"default": 10.5,
11500+
"opentrons/opentrons_96_tiprack_50ul/1": 10.5
11501+
},
11502+
"tipLength": {
11503+
"value": 78.3,
11504+
"units": "mm",
11505+
"type": "float",
11506+
"min": 0,
11507+
"max": 100
11508+
},
11509+
"quirks": [],
11510+
"returnTipHeight": 0.83,
11511+
"idleCurrent": 0.3
11512+
}
1144111513
},
11442-
"mutableConfigs": [
11514+
"mutableConfigs": [
1144311515
"top",
1144411516
"bottom",
1144511517
"blowout",

0 commit comments

Comments
 (0)