Skip to content

Commit

Permalink
refactor(api): update the capacitive sensor threshold based on hardwa…
Browse files Browse the repository at this point in the history
…re testing (#12372)
  • Loading branch information
Laura-Danielle authored Mar 28, 2023
1 parent 5ffea6f commit 0e71331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/opentrons/config/defaults_ot3.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
prep_distance_mm=4.0,
max_overrun_distance_mm=2.0,
speed_mm_per_s=1.0,
sensor_threshold_pf=4.0,
sensor_threshold_pf=3.0,
),
),
edge_sense=EdgeSenseSettings(
Expand All @@ -51,7 +51,7 @@
prep_distance_mm=1,
max_overrun_distance_mm=1,
speed_mm_per_s=0.5,
sensor_threshold_pf=4.0,
sensor_threshold_pf=3.0,
),
search_initial_tolerance_mm=8.0,
search_iteration_limit=9,
Expand Down

0 comments on commit 0e71331

Please sign in to comment.