Skip to content

Commit

Permalink
feat(shared-data): add opentrons tough prc auto-sealing lid definitio…
Browse files Browse the repository at this point in the history
…n to LL

re AUTH-869
  • Loading branch information
shiyaochen authored and shiyaochen committed Oct 3, 2024
1 parent b60f8dd commit b74ac90
Showing 1 changed file with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"allowedRoles": ["labware", "lid"],
"ordering": [],
"brand": {
"brand": "Opentrons",
"brandId": []
},
"metadata": {
"displayName": "Opentrons Tough PCR Auto-Sealing Lid",
"displayCategory": "other",
"displayVolumeUnits": "\u00b5L",
"tags": []
},
"dimensions": {
"xDimension": 127.7,
"yDimension": 85.48,
"zDimension": 12.8
},
"wells": {},
"groups": [],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": -0.71
},
"parameters": {
"format": "irregular",
"quirks": ["stackingMaxFive"],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "opentrons_tough_pcr_auto_sealing_lid"
},
"namespace": "opentrons",
"version": 1,
"schemaVersion": 2,
"stackingOffsetWithModule": {
"thermocyclerModuleV2": {
"x": 0,
"y": 0,
"z": 0
}
},
"stackingOffsetWithLabware": {
"default": {
"x": 0,
"y": 0,
"z": 8.193
},
"opentrons_tough_pcr_auto_sealing_lid": {
"x": 0,
"y": 0,
"z": 6.492
},
"armadillo_96_wellplate_200ul_pcr_full_skirt": {
"x": 0,
"y": 0,
"z": 8.193
},
"opentrons_96_wellplate_200ul_pcr_full_skirt": {
"x": 0,
"y": 0,
"z": 8.193
}
},
"gripForce": 15,
"gripHeightFromLabwareBottom": 7.91,
"gripperOffsets": {
"default": {
"pickUpOffset": {
"x": 0,
"y": 0,
"z": 1.5
},
"dropOffset": {
"x": 0,
"y": 0.52,
"z": -6
}
},
"lidOffsets": {
"pickUpOffset": {
"x": 1.0,
"y": 0,
"z": -5
},
"dropOffset": {
"x": 1.0,
"y": 0,
"z": 0
}
}
}
}

0 comments on commit b74ac90

Please sign in to comment.