Skip to content

Commit ddc9d0d

Browse files
fix(api,shared-data): Load new versions of Millipore labware in apiLevel 2.25 (#19147)
1 parent 3d3bf5f commit ddc9d0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/src/opentrons/protocol_api/core/engine/load_labware_params.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,20 @@
8989
_APILEVEL_2_25_OT_DEFAULT_VERSIONS.update(
9090
{
9191
"appliedbiosystemsmicroamp_384_wellplate_40ul": 3,
92+
"axygen_96_wellplate_500ul": 2,
9293
"biorad_384_wellplate_50ul": 4,
9394
"biorad_96_wellplate_200ul_pcr": 4,
9495
"corning_12_wellplate_6.9ml_flat": 4,
9596
"corning_24_wellplate_3.4ml_flat": 4,
9697
"corning_48_wellplate_1.6ml_flat": 5,
9798
"corning_6_wellplate_16.8ml_flat": 4,
9899
"corning_96_wellplate_360ul_flat": 4,
100+
"ibidi_96_square_well_plate_300ul": 2,
99101
"nest_96_wellplate_100ul_pcr_full_skirt": 4,
100102
"nest_96_wellplate_200ul_flat": 4,
101103
"nest_96_wellplate_2ml_deep": 4,
102104
"opentrons_96_wellplate_200ul_pcr_full_skirt": 4,
105+
"smc_384_read_plate": 2,
103106
"thermoscientificnunc_96_wellplate_1300ul": 3,
104107
"thermoscientificnunc_96_wellplate_2000ul": 3,
105108
"usascientific_96_wellplate_2.4ml_deep": 3,

0 commit comments

Comments
 (0)