Skip to content

Commit 0e71331

Browse files
refactor(api): update the capacitive sensor threshold based on hardware testing (#12372)
1 parent 5ffea6f commit 0e71331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/opentrons/config/defaults_ot3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
prep_distance_mm=4.0,
4242
max_overrun_distance_mm=2.0,
4343
speed_mm_per_s=1.0,
44-
sensor_threshold_pf=4.0,
44+
sensor_threshold_pf=3.0,
4545
),
4646
),
4747
edge_sense=EdgeSenseSettings(
@@ -51,7 +51,7 @@
5151
prep_distance_mm=1,
5252
max_overrun_distance_mm=1,
5353
speed_mm_per_s=0.5,
54-
sensor_threshold_pf=4.0,
54+
sensor_threshold_pf=3.0,
5555
),
5656
search_initial_tolerance_mm=8.0,
5757
search_iteration_limit=9,

0 commit comments

Comments
 (0)