Skip to content

Commit

Permalink
fix cypress test fixture to have udpated labware def
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 7, 2023
1 parent 7d58324 commit 832952f
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2215,10 +2215,20 @@
],
"cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 },
"stackingOffsetWithLabware": {
"opentrons_96_well_aluminum_block": { "x": 0, "y": 0, "z": 15.41 }
"opentrons_96_well_aluminum_block": { "x": 0, "y": 0, "z": 15.41 },
"opentrons_96_pcr_adapter": {
"x": 0,
"y": 0,
"z": 10.16
}
},
"stackingOffsetWithModule": {
"thermocyclerModuleV2": { "x": 0, "y": 0, "z": 10.75 }
"thermocyclerModuleV2": { "x": 0, "y": 0, "z": 10.75 },
"magneticBlockV1": {
"x": 0,
"y": 0,
"z": 3.87
}
}
}
},
Expand Down

0 comments on commit 832952f

Please sign in to comment.