Skip to content

Commit

Permalink
10mm offset value adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Oct 30, 2024
1 parent 115957d commit 1b3340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/commands/move_labware.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b3340c

Please sign in to comment.