Skip to content

Commit

Permalink
Update dispense submerge to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adcooll committed Dec 4, 2023
1 parent a982927 commit a97a68a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hardware-testing/hardware_testing/gravimetric/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ def _get_liquid_probe_settings(
96: {
1000: { # P1000
50: { # T50
2.0: (2.5, 2.0),
3.0: (2.5, 2.0),
5.0: (2.5, 2.0),
10.0: (3.1, 1.7),
50.0: (1.5, 0.75),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)

_default_submerge_aspirate_mm = 2.5
_default_submerge_dispense_mm = 2.5
_default_submerge_dispense_mm = 3.0
_default_retract_mm = 5.0
_default_retract_discontinuity = 20

Expand Down

0 comments on commit a97a68a

Please sign in to comment.