Skip to content

Commit

Permalink
iSWAP drop width adjustment (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
fderop authored Jan 20, 2025
1 parent 698fed6 commit 48149c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pylabrobot/liquid_handling/backends/hamilton/STAR.py
Original file line number Diff line number Diff line change
Expand Up @@ -2922,10 +2922,7 @@ async def drop_resource(
# clearance height is second down.

if hotel_open_gripper_position is None:
if drop.direction in (GripDirection.FRONT, GripDirection.BACK):
hotel_open_gripper_position = drop.resource.get_absolute_size_x() + 50
else:
hotel_open_gripper_position = drop.resource.get_absolute_size_y() + 50
hotel_open_gripper_position = plate_width + 5

await self.unsafe.put_in_hotel(
hotel_center_x_coord=round(abs(x) * 10),
Expand Down

0 comments on commit 48149c2

Please sign in to comment.