Skip to content

Commit 0e72668

Browse files
feat(shared-data): New NEST Labware and Inner Well Geometries added to millipore labware (#18807)
<!-- Thanks for taking the time to open a Pull Request (PR)! Please make sure you've read the "Opening Pull Requests" section of our Contributing Guide: https://github.com/Opentrons/opentrons/blob/edge/CONTRIBUTING.md#opening-pull-requests GitHub provides robust markdown to format your PR. Links, diagrams, pictures, and videos along with text formatting make it possible to create a rich and informative PR. For more information on GitHub markdown, see: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax To ensure your code is reviewed quickly and thoroughly, please fill out the sections below to the best of your ability! --> # Overview Added the nest 12 22ml, nest 8 22ml, and nest 24 ml labware definitions + inner geometry labware def. Added axygen 96, ibidi 384, and smc 384 inner geometry labware defs. <!-- Describe your PR at a high level. State acceptance criteria and how this PR fits into other work. Link issues, PRs, and other relevant resources. --> ## Test Plan and Hands on Testing Validated the labware definitions using the manufacturer drawings + calipers. Tested labware definition with lld-test-liquid-height-3mm protocol, verified volumes to be within the acceptable 3mm from bottom and 3mm from top ranges. Validated the inner labware definitions using the same protocol, calculating the height using the robot api. Verified volumes to be within the acceptable ranges for top and bottom. <!-- Describe your testing of the PR. Emphasize testing not reflected in the code. Attach protocols, logs, screenshots and any other assets that support your testing. --> ## Changelog <!-- List changes introduced by this PR considering future developers and the end user. Give careful thought and clear documentation to breaking changes. --> ## Review requests <!-- - What do you need from reviewers to feel confident this PR is ready to merge? - Ask questions. --> ## Risk assessment <!-- - Indicate the level of attention this PR needs. - Provide context to guide reviewers. - Discuss trade-offs, coupling, and side effects. - Look for the possibility, even if you think it's small, that your change may affect some other part of the system. - For instance, changing return tip behavior may also change the behavior of labware calibration. - How do your unit tests and on hands on testing mitigate this PR's risks and the risk of future regressions? - Especially in high risk PRs, explain how you know your testing is enough. --> --------- Co-authored-by: ABR <[email protected]> Co-authored-by: Rhyann Clarke <[email protected]>
1 parent 455fc37 commit 0e72668

File tree

9 files changed

+8399
-147
lines changed

9 files changed

+8399
-147
lines changed

app/src/organisms/ODD/QuickTransferFlow/constants.ts

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [
5151
'opentrons/agilent_1_reservoir_290ml/3',
5252
'opentrons/appliedbiosystemsmicroamp_384_wellplate_40ul/3',
5353
'opentrons/axygen_1_reservoir_90ml/2',
54-
'opentrons/axygen_96_wellplate_500ul/1',
54+
'opentrons/axygen_96_wellplate_500ul/2',
5555
'opentrons/biorad_384_wellplate_50ul/4',
5656
'opentrons/biorad_96_wellplate_200ul_pcr/4',
5757
'opentrons/corning_12_wellplate_6.9ml_flat/4',
@@ -62,10 +62,13 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [
6262
'opentrons/corning_96_wellplate_360ul_flat/4',
6363
'opentrons/geb_96_tiprack_1000ul/1',
6464
'opentrons/geb_96_tiprack_10ul/1',
65-
'opentrons/ibidi_96_square_well_plate_300ul/1',
65+
'opentrons/ibidi_96_square_well_plate_300ul/2',
6666
'opentrons/nest_12_reservoir_15ml/2',
67+
'opentrons/nest_12_reservoir_22ml/1',
6768
'opentrons/nest_1_reservoir_195ml/3',
6869
'opentrons/nest_1_reservoir_290ml/3',
70+
'opentrons/nest_24_wellplate_10.4ml/1',
71+
'opentrons/nest_8_reservoir_22ml/1',
6972
'opentrons/nest_96_wellplate_100ul_pcr_full_skirt/4',
7073
'opentrons/nest_96_wellplate_200ul_flat/4',
7174
'opentrons/nest_96_wellplate_2ml_deep/4',
@@ -111,7 +114,7 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [
111114
'opentrons/opentrons_flex_96_tiprack_200ul/2',
112115
'opentrons/opentrons_flex_96_tiprack_50ul/2',
113116
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
114-
'opentrons/smc_384_read_plate/1',
117+
'opentrons/smc_384_read_plate/2',
115118
'opentrons/thermoscientificnunc_96_wellplate_1300ul/3',
116119
'opentrons/thermoscientificnunc_96_wellplate_2000ul/3',
117120
'opentrons/usascientific_12_reservoir_22ml/3',
@@ -122,17 +125,19 @@ export const EIGHT_CHANNEL_COMPATIBLE_LABWARE = [
122125
'opentrons/agilent_1_reservoir_290ml/3',
123126
'opentrons/appliedbiosystemsmicroamp_384_wellplate_40ul/3',
124127
'opentrons/axygen_1_reservoir_90ml/2',
125-
'opentrons/axygen_96_wellplate_500ul/1',
128+
'opentrons/axygen_96_wellplate_500ul/2',
126129
'opentrons/biorad_384_wellplate_50ul/4',
127130
'opentrons/biorad_96_wellplate_200ul_pcr/4',
128131
'opentrons/corning_384_wellplate_112ul_flat/4',
129132
'opentrons/corning_96_wellplate_360ul_flat/4',
130133
'opentrons/geb_96_tiprack_1000ul/1',
131134
'opentrons/geb_96_tiprack_10ul/1',
132-
'opentrons/ibidi_96_square_well_plate_300ul/1',
135+
'opentrons/ibidi_96_square_well_plate_300ul/2',
133136
'opentrons/nest_12_reservoir_15ml/2',
137+
'opentrons/nest_12_reservoir_22ml/1',
134138
'opentrons/nest_1_reservoir_195ml/3',
135139
'opentrons/nest_1_reservoir_290ml/3',
140+
'opentrons/nest_8_reservoir_22ml/1',
136141
'opentrons/nest_96_wellplate_100ul_pcr_full_skirt/4',
137142
'opentrons/nest_96_wellplate_200ul_flat/4',
138143
'opentrons/nest_96_wellplate_2ml_deep/4',
@@ -158,7 +163,7 @@ export const EIGHT_CHANNEL_COMPATIBLE_LABWARE = [
158163
'opentrons/opentrons_flex_96_tiprack_200ul/2',
159164
'opentrons/opentrons_flex_96_tiprack_50ul/2',
160165
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
161-
'opentrons/smc_384_read_plate/1',
166+
'opentrons/smc_384_read_plate/2',
162167
'opentrons/thermoscientificnunc_96_wellplate_1300ul/3',
163168
'opentrons/thermoscientificnunc_96_wellplate_2000ul/3',
164169
'opentrons/usascientific_12_reservoir_22ml/3',
@@ -169,17 +174,19 @@ export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [
169174
'opentrons/agilent_1_reservoir_290ml/3',
170175
'opentrons/appliedbiosystemsmicroamp_384_wellplate_40ul/3',
171176
'opentrons/axygen_1_reservoir_90ml/2',
172-
'opentrons/axygen_96_wellplate_500ul/1',
177+
'opentrons/axygen_96_wellplate_500ul/2',
173178
'opentrons/biorad_384_wellplate_50ul/4',
174179
'opentrons/biorad_96_wellplate_200ul_pcr/4',
175180
'opentrons/corning_384_wellplate_112ul_flat/4',
176181
'opentrons/corning_96_wellplate_360ul_flat/4',
177182
'opentrons/geb_96_tiprack_1000ul/1',
178183
'opentrons/geb_96_tiprack_10ul/1',
179-
'opentrons/ibidi_96_square_well_plate_300ul/1',
184+
'opentrons/ibidi_96_square_well_plate_300ul/2',
180185
'opentrons/nest_12_reservoir_15ml/2',
186+
'opentrons/nest_12_reservoir_22ml/1',
181187
'opentrons/nest_1_reservoir_195ml/3',
182188
'opentrons/nest_1_reservoir_290ml/3',
189+
'opentrons/nest_8_reservoir_22ml/1',
183190
'opentrons/nest_96_wellplate_100ul_pcr_full_skirt/4',
184191
'opentrons/nest_96_wellplate_200ul_flat/4',
185192
'opentrons/nest_96_wellplate_2ml_deep/4',
@@ -205,7 +212,7 @@ export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [
205212
'opentrons/opentrons_flex_96_tiprack_200ul/2',
206213
'opentrons/opentrons_flex_96_tiprack_50ul/2',
207214
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
208-
'opentrons/smc_384_read_plate/1',
215+
'opentrons/smc_384_read_plate/2',
209216
'opentrons/thermoscientificnunc_96_wellplate_1300ul/3',
210217
'opentrons/thermoscientificnunc_96_wellplate_2000ul/3',
211218
'opentrons/usascientific_12_reservoir_22ml/3',

0 commit comments

Comments
 (0)