Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(protocol-designer): temporarily filter out TC auto-sealer lid #16597

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions shared-data/js/getLabware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export const PD_DO_NOT_LIST = [
'opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat',
'opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep',
'opentrons_96_pcr_adapter_armadillo_wellplate_200ul',
// temporarily blocking TC lid adapter until it is supported in PD
'opentrons_tough_pcr_auto_sealing_lid',
]

export function getIsLabwareV1Tiprack(def: LabwareDefinition1): boolean {
Expand Down
Loading