@@ -2715,9 +2715,9 @@ async def liquid_probe(
2715
2715
await self .move_to (checked_mount , safe_plunger_pos )
2716
2716
if probe_settings .aspirate_while_sensing :
2717
2717
# TODO(cm, 7/8/24): remove p_prep_speed from the rate at some point
2718
- await self ._move_to_plunger_bottom (checked_mount , rate = p_prep_speed )
2718
+ await self ._move_to_plunger_bottom (checked_mount , rate = 1 )
2719
2719
else :
2720
- await self ._move_to_plunger_top (checked_mount , rate = p_prep_speed )
2720
+ await self ._move_to_plunger_top_for_liquid_probe (checked_mount , rate = 1 )
2721
2721
2722
2722
try :
2723
2723
# move to where we want to start a pass and run a pass
@@ -2742,20 +2742,6 @@ async def liquid_probe(
2742
2742
raise error
2743
2743
return height
2744
2744
2745
- async def _move_to_plunger_top (
2746
- self ,
2747
- mount : OT3Mount ,
2748
- rate : float ,
2749
- acquire_lock : bool = True ,
2750
- ) -> None :
2751
- instrument = self ._pipette_handler .get_pipette (mount )
2752
- target_pos = target_position_from_plunger (
2753
- OT3Mount .from_mount (mount ),
2754
- instrument .plunger_positions .top ,
2755
- self ._current_position ,
2756
- )
2757
- await self ._move (target_pos , speed = rate , acquire_lock = acquire_lock )
2758
-
2759
2745
async def capacitive_probe (
2760
2746
self ,
2761
2747
mount : OT3Mount ,
0 commit comments