Skip to content

Commit

Permalink
refactor(shared-data): gen2 multi dvt config changes (#4386)
Browse files Browse the repository at this point in the history
Closes #4384
  • Loading branch information
sfoster1 authored Nov 6, 2019
1 parent 8decf1a commit c3b25b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions shared-data/pipette/definitions/pipetteModelSpecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
"type": "float"
},
"dropTip": {
"value": -32.2,
"value": -31.6,
"min": -45,
"max": 45,
"units": "mm",
Expand Down Expand Up @@ -1212,7 +1212,7 @@
"units": "mm/s",
"type": "float"
},
"modelOffset": [0.0, 31.5, -18.6],
"modelOffset": [0.0, 31.5, 5.6],
"plungerCurrent": {
"value": 1.0,
"min": 0.01,
Expand Down Expand Up @@ -1275,7 +1275,7 @@
"opentrons/geb_96_tiprack_10ul/1": 8.3
},
"tipLength": {
"value": 31.7,
"value": 31.1,
"units": "mm",
"type": "float",
"min": 0,
Expand Down Expand Up @@ -3369,7 +3369,7 @@
"type": "float"
},
"dropTip": {
"value": -32.2,
"value": -33.4,
"min": -35,
"max": 2,
"units": "mm",
Expand Down Expand Up @@ -3410,7 +3410,7 @@
"units": "mm/s",
"type": "float"
},
"modelOffset": [0.0, 31.5, -19.02],
"modelOffset": [0.0, 31.5, -10.52],
"ulPerMm": [
{
"aspirate": [
Expand Down Expand Up @@ -3462,7 +3462,7 @@
"opentrons/opentrons_96_filtertiprack_200ul/1": 10.3
},
"tipLength": {
"value": 49,
"value": 51,
"units": "mm",
"type": "float",
"min": 0,
Expand Down
12 changes: 6 additions & 6 deletions shared-data/pipette/definitions/pipetteNameSpecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@
"displayName": "P20 8-Channel GEN2",
"displayCategory": "GEN2",
"defaultAspirateFlowRate": {
"value": 3.82,
"value": 3.8,
"min": 0.08,
"max": 24
},
"defaultDispenseFlowRate": {
"value": 3.82,
"value": 3.8,
"min": 0.08,
"max": 24
},
"defaultBlowOutFlowRate": {
"value": 3.82,
"value": 3.8,
"min": 0.08,
"max": 24
},
Expand Down Expand Up @@ -219,17 +219,17 @@
"displayName": "P300 8-Channel GEN2",
"displayCategory": "GEN2",
"defaultAspirateFlowRate": {
"value": 46.71,
"value": 47,
"min": 1,
"max": 275
},
"defaultDispenseFlowRate": {
"value": 46.71,
"value": 47,
"min": 1,
"max": 275
},
"defaultBlowOutFlowRate": {
"value": 46.71,
"value": 47,
"min": 1,
"max": 275
},
Expand Down

0 comments on commit c3b25b0

Please sign in to comment.