Skip to content

Commit e2e765d

Browse files
feat(shared-data): thermofisher_nunc_maxisorp_lockwell_elisa (#19980)
# Overview Added `thermofisher_nunc_maxisorp_lockwell_elisa` to shard-data Elisa plate drawing: https://drive.google.com/file/d/1Enzsna1nYm4fgf_3JsgGEfsPHUs_Cmrn/view?usp=drive_link ## Test Plan and Hands on Testing Validated with labware_def_checker.py inner well geometry created using `inner-well-geometry-creator.py` Results: Raw Validator results: <img width="1379" height="352" alt="image" src="https://github.com/user-attachments/assets/03e22286-f2e3-46af-b43c-f64fca59e906" /> <img width="1777" height="63" alt="image" src="https://github.com/user-attachments/assets/806b1c67-7e37-42e5-bde3-7a5b68ec6874" /> Smoke tested `labware-library` <img width="451" height="359" alt="Screenshot 2025-11-12 at 10 46 57 AM" src="https://github.com/user-attachments/assets/e8602388-5753-4c2a-b8c1-c6922212ce1b" /> ## Changelog - added labware definition, image, and updated quick transfer constants ## Review requests - ensure dimensions match drawing ## Risk assessment low --------- Co-authored-by: Rhyann Clarke <[email protected]>
1 parent d14703b commit e2e765d

File tree

3 files changed

+1171
-0
lines changed

3 files changed

+1171
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [
138138
'opentrons/opentrons_tough_4_reservoir_72ml/1',
139139
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
140140
'opentrons/smc_384_read_plate/2',
141+
'opentrons/thermofisher_nunc_maxisorp_lockwell_elisa/1',
141142
'opentrons/thermoscientific_96_wellplate_800ul/1',
142143
'opentrons/thermoscientific_abgene_96_wellplate_1.2ml/1',
143144
'opentrons/thermoscientificnunc_96_wellplate_1300ul/3',
@@ -209,6 +210,7 @@ export const EIGHT_CHANNEL_COMPATIBLE_LABWARE = [
209210
'opentrons/opentrons_tough_4_reservoir_72ml/1',
210211
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
211212
'opentrons/smc_384_read_plate/2',
213+
'opentrons/thermofisher_nunc_maxisorp_lockwell_elisa/1',
212214
'opentrons/thermoscientific_96_wellplate_800ul/1',
213215
'opentrons/thermoscientific_abgene_96_wellplate_1.2ml/1',
214216
'opentrons/thermoscientificnunc_96_wellplate_1300ul/3',
@@ -281,6 +283,7 @@ export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [
281283
'opentrons/opentrons_tough_4_reservoir_72ml/1',
282284
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
283285
'opentrons/smc_384_read_plate/2',
286+
'opentrons/thermofisher_nunc_maxisorp_lockwell_elisa/1',
284287
'opentrons/thermoscientific_96_wellplate_800ul/1',
285288
'opentrons/thermoscientific_abgene_96_wellplate_1.2ml/1',
286289
'opentrons/thermoscientificnunc_96_wellplate_1300ul/3',

0 commit comments

Comments
 (0)