Skip to content

Commit

Permalink
20-ul fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder authored and rclarke0 committed Dec 17, 2024
1 parent abdd36a commit a516806
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions hardware-testing/hardware_testing/gravimetric/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ class PhotometricConfig(VolumetricConfig):
},
200: {
96: {
20: {
"mount_speed": 5,
"plunger_speed": 20,
"sensor_threshold_pascals": 15
},
50: {
"mount_speed": 5,
"plunger_speed": 20,
Expand Down
5 changes: 4 additions & 1 deletion hardware-testing/hardware_testing/liquid_sense/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
1: liquid_sense_ot3_p50_single_vial,
8: liquid_sense_ot3_p50_multi_vial,
},
20: {
96: liquid_sense_ot3_p200_96_vial
},
200: {
96: liquid_sense_ot3_p200_96_vial,
},
Expand Down Expand Up @@ -196,7 +199,7 @@ def build_run_args(cls, args: argparse.Namespace) -> "RunArgs":
elif args.pipette == 50:
tip_volumes = [50]
else:
tip_volumes = [50, 200]
tip_volumes = [50, 200, 20]
else:
tip_volumes = [args.tip]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SLOTS_TIPRACK = {
50: [3],
200: [3],
20: [3]
}

LABWARE_ON_SCALE = "radwag_pipette_calibration_vial"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"format": "96Standard",
"quirks": [],
"isTiprack": true,
"tipLength": 52.0,
"tipLength": 57.9,
"tipOverlap": 10.5,
"isMagneticModuleCompatible": false,
"loadName": "opentrons_flex_96_filtertiprack_20ul"
Expand Down

0 comments on commit a516806

Please sign in to comment.