Skip to content

Commit

Permalink
remove private labware loadname for lid
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Dec 19, 2024
1 parent db259c4 commit a581834
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions protocol-designer/src/pages/Designer/DeckSetup/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ export const RECOMMENDED_LABWARE_BY_MODULE: { [K in ModuleType]: string[] } = {
'nest_96_wellplate_2ml_deep',
'opentrons_96_wellplate_200ul_pcr_full_skirt',
],
[ABSORBANCE_READER_TYPE]: [
'opentrons_flex_lid_absorbance_plate_reader_module',
'nest_96_wellplate_200ul_flat',
],
[ABSORBANCE_READER_TYPE]: ['nest_96_wellplate_200ul_flat'],
}

export const MOAM_MODELS_WITH_FF: ModuleModel[] = [TEMPERATURE_MODULE_V2]
Expand Down

0 comments on commit a581834

Please sign in to comment.