|
1 | 1 | import type { CutoutFixtureId, CutoutId, AddressableAreaName } from '../deck'
|
2 |
| -import type { PipetteName } from './pipettes' |
3 | 2 | import type { ModuleModel, ModuleType } from './types'
|
4 | 3 |
|
5 | 4 | // constants for dealing with robot coordinate system (eg in labwareTools)
|
@@ -665,25 +664,3 @@ export const WELL_BOTTOM: 'well-bottom' = 'well-bottom'
|
665 | 664 | export const LIQUID_MENISCUS: 'liquid-meniscus' = 'liquid-meniscus'
|
666 | 665 |
|
667 | 666 | export const MIN_LIQUID_CLASSES_COMPATIBLE_VOLUME = 10
|
668 |
| - |
669 |
| -export const PIPETTE_NAMES_MAP: Record<PipetteName, string> = { |
670 |
| - p10_single: 'p10_single', |
671 |
| - p10_multi: 'p10_multi', |
672 |
| - p20_single_gen2: 'p20_single_gen2', |
673 |
| - p20_multi_gen2: 'p20_multi_gen2', |
674 |
| - p50_single: 'p50_single', |
675 |
| - p50_multi: 'p50_multi', |
676 |
| - p50_single_flex: 'flex_1channel_50', |
677 |
| - p50_multi_flex: 'flex_8channel_50', |
678 |
| - p300_single: 'p300_single', |
679 |
| - p300_multi: 'p300_multi', |
680 |
| - p300_single_gen2: 'p300_single_gen2', |
681 |
| - p300_multi_gen2: 'p300_multi_gen2', |
682 |
| - p1000_single: 'p1000_single', |
683 |
| - p1000_single_gen2: 'p1000_single_gen2', |
684 |
| - p1000_single_flex: 'flex_1channel_1000', |
685 |
| - p1000_multi_flex: 'flex_8channel_1000', |
686 |
| - p1000_multi_em_flex: 'flex_8channel_1000_em', |
687 |
| - p1000_96: 'flex_96channel_1000', |
688 |
| - p200_96: 'flex_96channel_200', |
689 |
| -} |
0 commit comments