Skip to content

Commit

Permalink
this is the remaining available defs
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Dec 17, 2024
1 parent 3a667a5 commit 203ae12
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4712,8 +4712,8 @@
},
{
"shape": "conical",
"bottomDiameter": 1.4,
"topDiameter": 3.17,
"bottomDiameter": 1.4,
"topHeight": 5.77,
"bottomHeight": 0.34
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,29 @@
},
"innerLabwareGeometry": {
"conicalWell": {
"sections": []
"sections": [
{
"shape": "conical",
"topDiameter": 6.5,
"bottomDiameter": 1.21,
"topHeight": 2.08,
"bottomHeight": 0.0
},
{
"shape": "conical",
"topDiameter": 8.14,
"bottomDiameter": 6.5,
"topHeight": 3.04,
"bottomHeight": 2.08
},
{
"shape": "conical",
"topDiameter": 8.5,
"bottomDiameter": 8.14,
"topHeight": 42.0,
"bottomHeight": 3.04
}
]
}
}
}

0 comments on commit 203ae12

Please sign in to comment.