From cc63b9d8d23a659fd445cf0755131df47e856b2e Mon Sep 17 00:00:00 2001 From: vegano1 Date: Tue, 29 Oct 2024 08:39:29 -0400 Subject: [PATCH] fix(shared-data): add cornerOffsetFromSlot to deck riser --- .../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 } }