Skip to content

Commit 4b91f24

Browse files
committed
adjust cap thresholds for 8ch pvt
1 parent cdd7c18 commit 4b91f24

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ class LabwareLocations:
164164
# THRESHOLDS: capacitive sensor
165165
CAP_THRESH_OPEN_AIR = {
166166
1: [3.0, 7.0],
167-
8: [5.0, 12.0],
167+
8: [8.0, 16.0],
168168
}
169169
CAP_THRESH_PROBE = {
170170
1: [4.0, 8.0],
171-
8: [8.0, 20.0],
171+
8: [8.0, 16.0],
172172
}
173173
CAP_THRESH_SQUARE = {
174174
1: [8.0, 15.0],
175-
8: [12.0, 30.0],
175+
8: [18.0, 26.0],
176176
}
177177

178178
# THRESHOLDS: air-pressure sensor

0 commit comments

Comments
 (0)