Skip to content

Commit

Permalink
correct pipette pick-up-current and also top position is 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Mar 28, 2023
1 parent daa088c commit 4d34f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"model": "p1000",
"displayCategory": "GEN3",
"pickUpTipConfigurations": {
"current": 0.0,
"current": 0.5,
"presses": 1,
"speed": 10,
"increment": 0.0,
Expand All @@ -19,7 +19,7 @@
"run": 1.0
},
"plungerPositionsConfigurations": {
"top": 0.5,
"top": 0.0,
"bottom": 71.5,
"blowout": 76.5,
"drop": 91.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"model": "p50",
"displayCategory": "GEN3",
"pickUpTipConfigurations": {
"current": 0.0,
"current": 0.5,
"presses": 1,
"speed": 10,
"increment": 0.0,
Expand All @@ -19,7 +19,7 @@
"run": 1.0
},
"plungerPositionsConfigurations": {
"top": 0.5,
"top": 0.0,
"bottom": 71.5,
"blowout": 76.5,
"drop": 91.5
Expand Down

0 comments on commit 4d34f18

Please sign in to comment.