Skip to content

Commit 07f868f

Browse files
authored
refactor(shared-data): update lid def compatibility (#18709)
1 parent 0b6746d commit 07f868f

File tree

2 files changed

+11
-10
lines changed
  • shared-data/labware/definitions/2
    • corning_96_wellplate_360ul_lid
    • ibidi_96_square_well_plate_300ul_lid

2 files changed

+11
-10
lines changed

shared-data/labware/definitions/2/corning_96_wellplate_360ul_lid/1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
}
4747
},
4848
"stackingOffsetWithLabware": {
49-
"default": {
50-
"x": 0,
51-
"y": 0,
52-
"z": 8.193
53-
},
5449
"corning_96_wellplate_360ul_flat": {
5550
"x": 0,
5651
"y": 0,
@@ -68,6 +63,11 @@
6863
}
6964
},
7065
"stackLimit": 5,
66+
"compatibleParentLabware": [
67+
"protocol_engine_lid_stack_object",
68+
"opentrons_flex_deck_riser",
69+
"corning_96_wellplate_360ul_flat"
70+
],
7171
"gripForce": 10,
7272
"gripHeightFromLabwareBottom": 7,
7373
"gripperOffsets": {

shared-data/labware/definitions/2/ibidi_96_square_well_plate_300ul_lid/1.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
"version": 1,
4040
"schemaVersion": 2,
4141
"stackingOffsetWithLabware": {
42-
"default": {
43-
"x": 0,
44-
"y": 0,
45-
"z": 8.193
46-
},
4742
"ibidi_96_square_well_plate_300ul_lid": {
4843
"x": 0,
4944
"y": 0,
@@ -66,6 +61,12 @@
6661
}
6762
},
6863
"stackLimit": 5,
64+
"compatibleParentLabware": [
65+
"protocol_engine_lid_stack_object",
66+
"opentrons_flex_deck_riser",
67+
"ibidi_96_square_well_plate_300ul",
68+
"ibidi_96_square_well_plate_300ul_lid"
69+
],
6970
"gripForce": 10,
7071
"gripHeightFromLabwareBottom": 5,
7172
"gripperOffsets": {

0 commit comments

Comments
 (0)