From 2f8ae3f67230bb63a47ddb6ddb6350b8742eef50 Mon Sep 17 00:00:00 2001 From: Andy Sigler Date: Thu, 15 Aug 2024 13:05:22 -0400 Subject: [PATCH] remove plunger speed change from this branch --- api/src/opentrons/config/defaults_ot3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/opentrons/config/defaults_ot3.py b/api/src/opentrons/config/defaults_ot3.py index dfea2fd3c87..b09235ce35b 100644 --- a/api/src/opentrons/config/defaults_ot3.py +++ b/api/src/opentrons/config/defaults_ot3.py @@ -24,7 +24,7 @@ DEFAULT_LIQUID_PROBE_SETTINGS: Final[LiquidProbeSettings] = LiquidProbeSettings( mount_speed=5, - plunger_speed=15, + plunger_speed=20, plunger_impulse_time=0.2, sensor_threshold_pascals=15, output_option=OutputOptions.sync_buffer_to_csv,