Skip to content

Commit

Permalink
pull out low volume config for p200
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Nov 12, 2024
1 parent 25b0a7e commit 4428bc1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions shared-data/js/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,11 +588,7 @@ export const WASTE_CHUTE_STAGING_AREA_FIXTURES: CutoutFixtureId[] = [
STAGING_AREA_SLOT_WITH_WASTE_CHUTE_RIGHT_ADAPTER_NO_COVER_FIXTURE,
]

export const LOW_VOLUME_PIPETTES = [
'p50_single_flex',
'p50_multi_flex',
'p200_96',
]
export const LOW_VOLUME_PIPETTES = ['p50_single_flex', 'p50_multi_flex']

// robot server loads absorbance reader lid as a labware but it is not
// user addressable so we need to hide it where we show labware in the app
Expand Down

0 comments on commit 4428bc1

Please sign in to comment.