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 b6cf285 commit 3bd765aCopy full SHA for 3bd765a
pylabrobot/liquid_handling/backends/hamilton/STAR_backend.py
@@ -1391,6 +1391,8 @@ async def setup(
1391
# pre_initialize will move all channels to Z safety
1392
# so if we skip pre_initialize, we need to raise the channels ourselves
1393
await self.move_all_channels_in_z_safety()
1394
+ if self.core96_head_installed:
1395
+ await self.move_core_96_to_safe_position()
1396
1397
tip_presences = await self.request_tip_presence()
1398
self._num_channels = len(tip_presences)
0 commit comments