File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
api/src/opentrons/hardware_control
hardware/opentrons_hardware/hardware_control Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2835,7 +2835,7 @@ async def liquid_probe( # noqa: C901
2835
2835
if not probe_settings :
2836
2836
probe_settings = deepcopy (self .config .liquid_sense )
2837
2837
2838
- # We need to significatly slow down the 96 channel liquid probe
2838
+ # We need to significantly slow down the 96 channel liquid probe
2839
2839
if self .gantry_load in [
2840
2840
GantryLoad .HIGH_THROUGHPUT_1000 ,
2841
2841
GantryLoad .HIGH_THROUGHPUT_200 ,
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ async def liquid_probe(
300
300
)
301
301
p_prep_distance = float (plunger_impulse_time * plunger_speed )
302
302
p_pass_distance = float (max_p_distance - p_prep_distance )
303
- max_z_distance = (p_pass_distance / plunger_speed ) * mount_speed
303
+ max_z_distance = (p_pass_distance / abs ( plunger_speed ) ) * mount_speed
304
304
305
305
lower_plunger = create_step (
306
306
distance = {tool : float64 (p_prep_distance )},
You can’t perform that action at this time.
0 commit comments