From bb0cf23186e33c4d75f006764aec635614ad6885 Mon Sep 17 00:00:00 2001 From: CaseyBatten Date: Wed, 20 Nov 2024 10:51:45 -0500 Subject: [PATCH] fix(shared-data): Add biorad pcr plate compatibility with tough_pcr_lid_auto_seal_lid to release (#16903) Covers RABR-669 Adds compatibility between `biorad_96_wellplate_200ul_pcr` and `opentrons_tough_pcr_auto_sealing_lid` with stacking z offset --- .../2/opentrons_tough_pcr_auto_sealing_lid/1.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared-data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json b/shared-data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json index b08bb84409f..e86f24c6015 100644 --- a/shared-data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json +++ b/shared-data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json @@ -66,6 +66,11 @@ "y": 0, "z": 8.193 }, + "biorad_96_wellplate_200ul_pcr": { + "x": 0, + "y": 0, + "z": 8.08 + }, "opentrons_flex_deck_riser": { "x": 0, "y": 0,