Skip to content

Commit

Permalink
this is in mm now
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwierenga committed Jan 7, 2025
1 parent f6066d7 commit a79e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylabrobot/liquid_handling/backends/hamilton/STAR.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ async def setup(
if not core96_head_initialized:
await self.initialize_core_96_head(
trash96=self.deck.get_trash_area96(),
z_position_at_the_command_end=int(self._traversal_height * 10),
z_position_at_the_command_end=self._traversal_height,
)

# After setup, STAR will have thrown out anything mounted on the pipetting channels, including
Expand Down

0 comments on commit a79e984

Please sign in to comment.