Skip to content

Commit

Permalink
refactor(api): increase gen2 multi flow rate (#5266)
Browse files Browse the repository at this point in the history
These bump the flow rates from 5mm/s plunger speed to 10 mm/s plunger
speed per hw suggestion.

Closes #5264
  • Loading branch information
sfoster1 authored Mar 23, 2020
1 parent ef641b3 commit 55a7e82
Showing 1 changed file with 6 additions and 6 deletions.
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.8,
"value": 7.6,
"min": 0.08,
"max": 24
},
"defaultDispenseFlowRate": {
"value": 3.8,
"value": 7.6,
"min": 0.08,
"max": 24
},
"defaultBlowOutFlowRate": {
"value": 3.8,
"value": 7.6,
"min": 0.08,
"max": 24
},
Expand Down Expand Up @@ -219,17 +219,17 @@
"displayName": "P300 8-Channel GEN2",
"displayCategory": "GEN2",
"defaultAspirateFlowRate": {
"value": 47,
"value": 94,
"min": 1,
"max": 275
},
"defaultDispenseFlowRate": {
"value": 47,
"value": 94,
"min": 1,
"max": 275
},
"defaultBlowOutFlowRate": {
"value": 47,
"value": 94,
"min": 1,
"max": 275
},
Expand Down

0 comments on commit 55a7e82

Please sign in to comment.