We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6066d7 commit a79e984Copy full SHA for a79e984
pylabrobot/liquid_handling/backends/hamilton/STAR.py
@@ -1389,7 +1389,7 @@ async def setup(
1389
if not core96_head_initialized:
1390
await self.initialize_core_96_head(
1391
trash96=self.deck.get_trash_area96(),
1392
- z_position_at_the_command_end=int(self._traversal_height * 10),
+ z_position_at_the_command_end=self._traversal_height,
1393
)
1394
1395
# After setup, STAR will have thrown out anything mounted on the pipetting channels, including
0 commit comments