Skip to content

Commit 3bd765a

Browse files
committed
move core 96 to safe position on star.setup
1 parent b6cf285 commit 3bd765a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR_backend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,8 @@ async def setup(
13911391
# pre_initialize will move all channels to Z safety
13921392
# so if we skip pre_initialize, we need to raise the channels ourselves
13931393
await self.move_all_channels_in_z_safety()
1394+
if self.core96_head_installed:
1395+
await self.move_core_96_to_safe_position()
13941396

13951397
tip_presences = await self.request_tip_presence()
13961398
self._num_channels = len(tip_presences)

0 commit comments

Comments
 (0)