Skip to content

Commit

Permalink
remove drop offset
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 27, 2025
1 parent 51d13ce commit 2ab105e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/drivers/stacker/slas_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def unload_and_move_labware(self, new_location: Labware | str) -> Labware:
new_location,
use_gripper=True,
pick_up_offset=self.STACKER_GRIPPER_OFFSET,
drop_offset=self.GRIPPER_LABWARE_DROP_OFFSET,
)
del self.protocol.deck[self.slot]
return lw
Expand Down

0 comments on commit 2ab105e

Please sign in to comment.