Skip to content

Commit

Permalink
feat(shared-data): add deck riser definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyaochen authored and shiyaochen committed Oct 9, 2024
1 parent e9dc78a commit d373014
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions shared-data/labware/definitions/2/opentrons_flex_deck_riser/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"ordering": [],
"brand": {
"brand": "Opentrons",
"brandId": []
},
"metadata": {
"displayName": "Opentrons Flex Deck Riser",
"displayCategory": "adapter",
"displayVolumeUnits": "\u00b5L",
"tags": []
},
"dimensions": {
"xDimension": 140,
"yDimension": 98,
"zDimension": 21
},
"wells": {},
"groups": [
{
"metadata": {},
"wells": []
}
],
"parameters": {
"format": "96Standard",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "opentrons_flex_deck_riser"
},
"namespace": "opentrons",
"version": 1,
"schemaVersion": 2,
"allowedRoles": ["adapter"],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
}
}

0 comments on commit d373014

Please sign in to comment.