From 82cb47bd15b3db7d85d0315dfe1be3478bfe0834 Mon Sep 17 00:00:00 2001 From: Brayan Almonte Date: Tue, 29 Oct 2024 16:31:26 -0400 Subject: [PATCH] fix(shared-data): add -6.125mm cornerOffsetFromSlot to deck riser (#16622) --- .../labware/definitions/2/opentrons_flex_deck_riser/1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared-data/labware/definitions/2/opentrons_flex_deck_riser/1.json b/shared-data/labware/definitions/2/opentrons_flex_deck_riser/1.json index 6c0cd91a11b..59f0548ca32 100644 --- a/shared-data/labware/definitions/2/opentrons_flex_deck_riser/1.json +++ b/shared-data/labware/definitions/2/opentrons_flex_deck_riser/1.json @@ -34,8 +34,8 @@ "schemaVersion": 2, "allowedRoles": ["adapter"], "cornerOffsetFromSlot": { - "x": 0, - "y": 0, + "x": -6.125, + "y": -6.125, "z": 0 } }