Skip to content

Commit

Permalink
fix(shared-data): p1000_multi_v3 return tip height (#12831)
Browse files Browse the repository at this point in the history
Used the wrong height for the multi variants; they need to be lower for
the exact same reason.
  • Loading branch information
sfoster1 authored Jun 1, 2023
1 parent 5223f69 commit 34d9dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared-data/pipette/definitions/1/pipetteModelSpecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7355,7 +7355,7 @@
"max": 100
},
"quirks": [],
"returnTipHeight": 0.82,
"returnTipHeight": 0.71,
"idleCurrent": 0.3
},
"p1000_multi_v3.1": {
Expand Down Expand Up @@ -7550,7 +7550,7 @@
"max": 100
},
"quirks": [],
"returnTipHeight": 0.82,
"returnTipHeight": 0.71,
"idleCurrent": 0.3
},
"p1000_multi_v3.3": {
Expand Down Expand Up @@ -7745,7 +7745,7 @@
"max": 100
},
"quirks": [],
"returnTipHeight": 0.82,
"returnTipHeight": 0.71,
"idleCurrent": 0.3
},
"p1000_multi_v3.4": {
Expand Down Expand Up @@ -7940,7 +7940,7 @@
"max": 100
},
"quirks": [],
"returnTipHeight": 0.82,
"returnTipHeight": 0.71,
"idleCurrent": 0.3
},
"p50_multi_v3.0": {
Expand Down

0 comments on commit 34d9dce

Please sign in to comment.