Skip to content

Commit a79e984

Browse files
committed
this is in mm now
1 parent f6066d7 commit a79e984

File tree

1 file changed

+1
-1
lines changed
  • pylabrobot/liquid_handling/backends/hamilton

1 file changed

+1
-1
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ async def setup(
13891389
if not core96_head_initialized:
13901390
await self.initialize_core_96_head(
13911391
trash96=self.deck.get_trash_area96(),
1392-
z_position_at_the_command_end=int(self._traversal_height * 10),
1392+
z_position_at_the_command_end=self._traversal_height,
13931393
)
13941394

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

0 commit comments

Comments
 (0)