Skip to content

Commit

Permalink
remove plunger speed change from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Aug 15, 2024
1 parent f024333 commit 2f8ae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/config/defaults_ot3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f8ae3f

Please sign in to comment.