From 1b3340cfebc8eb3bb74acd307d9fd251089531d6 Mon Sep 17 00:00:00 2001 From: CaseyBatten Date: Wed, 30 Oct 2024 14:47:48 -0400 Subject: [PATCH] 10mm offset value adjustment --- api/src/opentrons/protocol_engine/commands/move_labware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/opentrons/protocol_engine/commands/move_labware.py b/api/src/opentrons/protocol_engine/commands/move_labware.py index c27f8350837..b95efa902b2 100644 --- a/api/src/opentrons/protocol_engine/commands/move_labware.py +++ b/api/src/opentrons/protocol_engine/commands/move_labware.py @@ -173,7 +173,7 @@ async def execute(self, params: MoveLabwareParams) -> _ExecuteReturn: # noqa: C ): trash_lid_drop_offset = LabwareOffsetVector( x=0, - y=20.0, + y=10.0, z=50.0, ) else: