You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tip_pickup_method: The method to use for picking up tips. One of "from_rack", "from_waste", "full_blowout".
2491
2492
minimum_height_command_end: The minimum height to move to at the end of the command.
2492
2493
minimum_traverse_height_at_beginning_of_a_command: The minimum height to move to at the beginning of the command.
2494
+
experimental_alignment_tipspot_identifier: The tipspot to use for alignment with head's A1 channel. Defaults to "tipspot A1". allowed range is A1 to H12.
2493
2495
"""
2494
2496
2495
2497
ifisinstance(tip_pickup_method, int):
@@ -2504,8 +2506,6 @@ async def pick_up_tips96(
2504
2506
2505
2507
assertself.core96_head_installed, "96 head must be installed"
0 commit comments