Skip to content

Commit

Permalink
fix(shared-data): add slot transforms for A3 for heater-shaker and te…
Browse files Browse the repository at this point in the history
…mp module v2 (#14235)
  • Loading branch information
jbleon95 authored Dec 18, 2023
1 parent 87b2993 commit 0716cad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shared-data/module/definitions/3/heaterShakerModuleV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@
[0, 0, 1, -49.325],
[0, 0, 0, 1]
]
},
"A3": {
"labwareOffset": [
[1, 0, 0, 0.125],
[0, 1, 0, -1.125],
[0, 0, 1, -49.325],
[0, 0, 0, 1]
]
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions shared-data/module/definitions/3/temperatureModuleV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@
[0, 0, 1, -71.09],
[0, 0, 0, 1]
]
},
"A3": {
"labwareOffset": [
[1, 0, 0, 1.45],
[0, 1, 0, 0.15],
[0, 0, 1, -71.09],
[0, 0, 0, 1]
]
}
}
},
Expand Down

0 comments on commit 0716cad

Please sign in to comment.