Skip to content

Commit 9303462

Browse files
committed
fix params error in liquid_probe function
1 parent 939bd6d commit 9303462

File tree

1 file changed

+1
-1
lines changed
  • hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3

1 file changed

+1
-1
lines changed

hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ async def _test_liquid_probe(
17351735
# )
17361736
probe_settings = DEFAULT_LIQUID_PROBE_SETTINGS
17371737
try:
1738-
end_z = await api.liquid_probe(mount, probe_settings, probe=probe)
1738+
end_z = await api.liquid_probe(mount, max_z_distance_machine_coords, probe_settings, probe=probe)
17391739
except Exception as eee:
17401740
#print(f"Error {eee}")
17411741
LOG_GING.critical(f'senser err {eee}')

0 commit comments

Comments
 (0)