Skip to content

Commit

Permalink
feat(shared-data): update Thermocycler Gen2 module definition (#10951)
Browse files Browse the repository at this point in the history
* Updated positioning of the Thermocycler Gen2 labware & overall depth to match changes from Gen1 (14.5mm shorter in Y, 0.46mm taller in Z)
* Mark TC Gen1 forward compatible with TC Gen2
* Added height of the seal gearbox to the TC2 lid height (extra 24mm)
  • Loading branch information
fsinapi authored Jun 30, 2022
1 parent 86a9924 commit 9fa9f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shared-data/module/definitions/3/thermocyclerModuleV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"displayName": "Thermocycler Module",
"quirks": [],
"slotTransforms": {},
"compatibleWith": [],
"compatibleWith": ["thermocyclerModuleV1"],
"twoDimensionalRendering": {
"name": "svg",
"type": "element",
Expand Down
8 changes: 4 additions & 4 deletions shared-data/module/definitions/3/thermocyclerModuleV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"model": "thermocyclerModuleV2",
"labwareOffset": {
"x": 0,
"y": 82.56,
"z": 97.8
"y": 68.06,
"z": 98.26
},
"dimensions": {
"bareOverallHeight": 98.0,
"overLabwareHeight": 0.0,
"lidHeight": 37.7,
"lidHeight": 61.7,
"xDimension": 172,
"yDimension": 259.7,
"yDimension": 245.2,
"labwareInterfaceXDimension": 128,
"labwareInterfaceYDimension": 86
},
Expand Down

0 comments on commit 9fa9f83

Please sign in to comment.