Skip to content

Commit

Permalink
feat(heater-shaker): update module definition (#9759)
Browse files Browse the repository at this point in the history
* initial H-S definition

* updated labware offset and slot transforms
  • Loading branch information
pmoegenburg committed Apr 12, 2022
1 parent 3a0c075 commit 8c0a796
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions shared-data/module/definitions/3/heaterShakerModuleV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"moduleType": "heaterShakerModuleType",
"model": "heaterShakerModuleV1",
"labwareOffset": {
"x": -0.6,
"y": -0.825,
"z": 70
"x": -0.125,
"y": 1.125,
"z": 68.275
},
"dimensions": {
"bareOverallHeight": 82,
Expand All @@ -18,59 +18,59 @@
"labwareInterfaceYDimension": 86
},
"cornerOffsetFromSlot": {
"x": -17.3,
"y": -2.7,
"x": -18,
"y": -1.8,
"z": 0
},
"calibrationPoint": {
"x": 12,
"y": 9
"x": 12.0,
"y": 8.75
},
"displayName": "Heater Shaker Module GEN1",
"quirks": [],
"slotTransforms": {
"ot2_standard": {
"3": {
"labwareOffset": [
[-1, 0, 0.25],
[0, 1, 0],
[-1, 0, 0],
[0, -1, 0],
[0, 0, 1]
]
},
"6": {
"labwareOffset": [
[-1, 0, 0.25],
[0, 1, 0],
[-1, 0, 0],
[0, -1, 0],
[0, 0, 1]
]
},
"9": {
"labwareOffset": [
[-1, 0, 0.25],
[0, 1, 0],
[-1, 0, 0],
[0, -1, 0],
[0, 0, 1]
]
}
},
"ot2_short_trash": {
"3": {
"labwareOffset": [
[-1, 0, 0.25],
[0, 1, 0],
[-1, 0, 0],
[0, -1, 0],
[0, 0, 1]
]
},
"6": {
"labwareOffset": [
[-1, 0, 0.25],
[0, 1, 0],
[-1, 0, 0],
[0, -1, 0],
[0, 0, 1]
]
},
"9": {
"labwareOffset": [
[-1, 0, 0.25],
[0, 1, 0],
[-1, 0, 0],
[0, -1, 0],
[0, 0, 1]
]
}
Expand Down

0 comments on commit 8c0a796

Please sign in to comment.