-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(shared-data): Add evo flex tiprack adapter (#16707)
- Loading branch information
1 parent
c87dde7
commit 70d7802
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
shared-data/labware/definitions/2/evotips_flex_96_tiprack_adapter/1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |