diff --git a/api/src/opentrons/hardware_control/backends/ot3controller.py b/api/src/opentrons/hardware_control/backends/ot3controller.py index cd2130443f02..b86488191fe1 100644 --- a/api/src/opentrons/hardware_control/backends/ot3controller.py +++ b/api/src/opentrons/hardware_control/backends/ot3controller.py @@ -160,6 +160,7 @@ capacitive_pass, liquid_probe, check_overpressure, + OutputOptions, ) from opentrons_hardware.hardware_control.rear_panel_settings import ( get_door_state, @@ -1341,7 +1342,8 @@ async def liquid_probe( plunger_speed, mount_speed, threshold_pascals, - log_pressure, + OutputOptions.none, + None, auto_zero_sensor, num_baseline_reads, sensor_id_for_instrument(probe),