Skip to content

Commit

Permalink
these numbers work
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Dec 19, 2024
1 parent bcaaf58 commit f6b0fba
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,22 @@
"innerLabwareGeometry": {
"cuboidalWell": {
"sections": [
{
"shape": "conical",
"bottomDiameter": 1.95,
"topDiameter": 8.1,
"topHeight": 3.2,
"bottomHeight": 0,
"yCount": 8
},
{
"shape": "squaredcone",
"bottomCrossSection": "circular",
"circleDiameter": 0.01,
"circleDiameter": 8.1,
"rectangleXDimension": 8.1,
"rectangleYDimension": 8.9688,
"topHeight": 4.1,
"bottomHeight": 0.0,
"topHeight": 3.94,
"bottomHeight": 3.2,
"yCount": 8
},
{
Expand All @@ -221,7 +229,7 @@
"bottomXDimension": 7.98,
"bottomYDimension": 70.98,
"topHeight": 41.75,
"bottomHeight": 4.1
"bottomHeight": 3.94
}
]
}
Expand Down

0 comments on commit f6b0fba

Please sign in to comment.