Skip to content

Commit

Permalink
feat(shared-data): Add evo flex tiprack adapter (#16707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle authored Dec 9, 2024
1 parent c87dde7 commit 70d7802
Showing 1 changed file with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"ordering": [],
"brand": {
"brand": "Opentrons",
"brandId": []
},
"metadata": {
"displayName": "Evotips adapter",
"displayCategory": "adapter",
"displayVolumeUnits": "\u00b5L",
"tags": []
},
"dimensions": {
"xDimension": 156.5,
"yDimension": 105,
"zDimension": 132
},
"wells": {},
"groups": [
{
"metadata": {},
"wells": []
}
],
"parameters": {
"format": "96Standard",
"quirks": ["tiprackAdapterFor96Channel"],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "evotips_flex_96_tiprack_adapter"
},
"namespace": "opentrons",
"version": 1,
"schemaVersion": 2,
"allowedRoles": ["adapter"],
"cornerOffsetFromSlot": {
"x": -14.25,
"y": -3.5,
"z": 0
},
"gripperOffsets": {
"default": {
"pickUpOffset": {
"x": 0,
"y": 0,
"z": 37.0
},
"dropOffset": {
"x": 0,
"y": 0,
"z": 1.0
}
}
}
}

0 comments on commit 70d7802

Please sign in to comment.