Skip to content

Commit

Permalink
Rh 21 use real adapters (#14141)
Browse files Browse the repository at this point in the history
* remove custom adapters

* use the new load_labware with adapters

* remove unneeded retracts now that it properly knows how to move and avoid adapters

* update LPC protocols to use real tiprack adapters

* format lint

* don't try and load the old custom def

* get lpc protocols passsing analaysis

* workaround a LPC bug (RAUT-897) with moving adapters

* format

* lint
  • Loading branch information
ryanthecoder committed Apr 3, 2024
1 parent 5b894da commit 8d96f50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hardware-testing/hardware_testing/gravimetric/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ def _load_tipracks(
pick_up_offset=None,
drop_offset=None,
)
if ctx.deck[ls[0]] is not None:
# remove the adapter from the slot too
ui.print_info(f"removing {ctx.deck[ls[0]]} from slot {ls[0]}")
del ctx.deck[ls[0]]
if len(pre_loaded_tips) == len(tiprack_load_settings):
return pre_loaded_tips

Expand Down

0 comments on commit 8d96f50

Please sign in to comment.