opentrons-shared-data 8.7.0a0__py3-none-any.whl → 8.7.0a2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of opentrons-shared-data might be problematic. Click here for more details.

Files changed (67) hide show
  1. opentrons_shared_data/_version.py +2 -2
  2. opentrons_shared_data/data/command/schemas/14.json +5 -0
  3. opentrons_shared_data/data/command/schemas/15.json +7342 -0
  4. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +13 -0
  5. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +13 -0
  6. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +138 -69
  7. opentrons_shared_data/data/deck/schemas/5.json +7 -1
  8. opentrons_shared_data/data/errors/definitions/1/errors.json +4 -0
  9. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  10. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  11. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  12. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  13. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  14. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  15. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  16. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  17. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  18. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  19. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  20. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  21. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  22. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  23. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  24. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  25. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  26. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  27. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  28. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  29. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  30. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  31. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  32. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  33. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  34. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  35. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +1 -1
  36. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  37. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  38. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +0 -27
  39. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  40. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +0 -47
  41. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +25 -5
  42. opentrons_shared_data/data/labware/schemas/2.json +1 -1
  43. opentrons_shared_data/data/labware/schemas/3.json +78 -0
  44. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +5811 -0
  45. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +5531 -0
  46. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +6 -0
  47. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +10 -0
  48. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +30 -1
  49. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +14 -0
  50. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +13 -0
  51. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +13 -0
  52. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +13 -0
  53. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +21 -0
  54. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +3 -0
  55. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +4 -0
  56. opentrons_shared_data/data/module/schemas/3.json +24 -0
  57. opentrons_shared_data/deck/types.py +3 -1
  58. opentrons_shared_data/errors/codes.py +1 -0
  59. opentrons_shared_data/errors/exceptions.py +28 -1
  60. opentrons_shared_data/labware/labware_definition.py +1 -0
  61. opentrons_shared_data/labware/types.py +32 -0
  62. opentrons_shared_data/module/types.py +9 -1
  63. opentrons_shared_data/protocol/models/shared_models.py +1 -0
  64. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/METADATA +1 -1
  65. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/RECORD +67 -35
  66. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/WHEEL +0 -0
  67. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,371 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1", "C1", "D1"],
4
+ ["A2", "B2", "C2", "D2"],
5
+ ["A3", "B3", "C3", "D3"],
6
+ ["A4", "B4", "C4", "D4"],
7
+ ["A5", "B5", "C5", "D5"],
8
+ ["A6", "B6", "C6", "D6"]
9
+ ],
10
+ "brand": {
11
+ "brand": "Opentrons",
12
+ "brandId": [],
13
+ "links": [
14
+ "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1"
15
+ ]
16
+ },
17
+ "metadata": {
18
+ "displayName": "Opentrons 24 Tube Rack with NEST 0.5 mL Screwcap",
19
+ "displayCategory": "tubeRack",
20
+ "displayVolumeUnits": "mL",
21
+ "tags": []
22
+ },
23
+ "dimensions": {
24
+ "xDimension": 127.75,
25
+ "yDimension": 85.5,
26
+ "zDimension": 85.2
27
+ },
28
+ "wells": {
29
+ "A1": {
30
+ "depth": 25.2,
31
+ "shape": "circular",
32
+ "diameter": 8.56,
33
+ "totalLiquidVolume": 500,
34
+ "x": 18.21,
35
+ "y": 75.43,
36
+ "z": 60,
37
+ "geometryDefinitionId": "conicalWell"
38
+ },
39
+ "B1": {
40
+ "depth": 25.2,
41
+ "shape": "circular",
42
+ "diameter": 8.56,
43
+ "totalLiquidVolume": 500,
44
+ "x": 18.21,
45
+ "y": 56.15,
46
+ "z": 60,
47
+ "geometryDefinitionId": "conicalWell"
48
+ },
49
+ "C1": {
50
+ "depth": 25.2,
51
+ "shape": "circular",
52
+ "diameter": 8.56,
53
+ "totalLiquidVolume": 500,
54
+ "x": 18.21,
55
+ "y": 36.87,
56
+ "z": 60,
57
+ "geometryDefinitionId": "conicalWell"
58
+ },
59
+ "D1": {
60
+ "depth": 25.2,
61
+ "shape": "circular",
62
+ "diameter": 8.56,
63
+ "totalLiquidVolume": 500,
64
+ "x": 18.21,
65
+ "y": 17.59,
66
+ "z": 60,
67
+ "geometryDefinitionId": "conicalWell"
68
+ },
69
+ "A2": {
70
+ "depth": 25.2,
71
+ "shape": "circular",
72
+ "diameter": 8.56,
73
+ "totalLiquidVolume": 500,
74
+ "x": 38.1,
75
+ "y": 75.43,
76
+ "z": 60,
77
+ "geometryDefinitionId": "conicalWell"
78
+ },
79
+ "B2": {
80
+ "depth": 25.2,
81
+ "shape": "circular",
82
+ "diameter": 8.56,
83
+ "totalLiquidVolume": 500,
84
+ "x": 38.1,
85
+ "y": 56.15,
86
+ "z": 60,
87
+ "geometryDefinitionId": "conicalWell"
88
+ },
89
+ "C2": {
90
+ "depth": 25.2,
91
+ "shape": "circular",
92
+ "diameter": 8.56,
93
+ "totalLiquidVolume": 500,
94
+ "x": 38.1,
95
+ "y": 36.87,
96
+ "z": 60,
97
+ "geometryDefinitionId": "conicalWell"
98
+ },
99
+ "D2": {
100
+ "depth": 25.2,
101
+ "shape": "circular",
102
+ "diameter": 8.56,
103
+ "totalLiquidVolume": 500,
104
+ "x": 38.1,
105
+ "y": 17.59,
106
+ "z": 60,
107
+ "geometryDefinitionId": "conicalWell"
108
+ },
109
+ "A3": {
110
+ "depth": 25.2,
111
+ "shape": "circular",
112
+ "diameter": 8.56,
113
+ "totalLiquidVolume": 500,
114
+ "x": 57.99,
115
+ "y": 75.43,
116
+ "z": 60,
117
+ "geometryDefinitionId": "conicalWell"
118
+ },
119
+ "B3": {
120
+ "depth": 25.2,
121
+ "shape": "circular",
122
+ "diameter": 8.56,
123
+ "totalLiquidVolume": 500,
124
+ "x": 57.99,
125
+ "y": 56.15,
126
+ "z": 60,
127
+ "geometryDefinitionId": "conicalWell"
128
+ },
129
+ "C3": {
130
+ "depth": 25.2,
131
+ "shape": "circular",
132
+ "diameter": 8.56,
133
+ "totalLiquidVolume": 500,
134
+ "x": 57.99,
135
+ "y": 36.87,
136
+ "z": 60,
137
+ "geometryDefinitionId": "conicalWell"
138
+ },
139
+ "D3": {
140
+ "depth": 25.2,
141
+ "shape": "circular",
142
+ "diameter": 8.56,
143
+ "totalLiquidVolume": 500,
144
+ "x": 57.99,
145
+ "y": 17.59,
146
+ "z": 60,
147
+ "geometryDefinitionId": "conicalWell"
148
+ },
149
+ "A4": {
150
+ "depth": 25.2,
151
+ "shape": "circular",
152
+ "diameter": 8.56,
153
+ "totalLiquidVolume": 500,
154
+ "x": 77.88,
155
+ "y": 75.43,
156
+ "z": 60,
157
+ "geometryDefinitionId": "conicalWell"
158
+ },
159
+ "B4": {
160
+ "depth": 25.2,
161
+ "shape": "circular",
162
+ "diameter": 8.56,
163
+ "totalLiquidVolume": 500,
164
+ "x": 77.88,
165
+ "y": 56.15,
166
+ "z": 60,
167
+ "geometryDefinitionId": "conicalWell"
168
+ },
169
+ "C4": {
170
+ "depth": 25.2,
171
+ "shape": "circular",
172
+ "diameter": 8.56,
173
+ "totalLiquidVolume": 500,
174
+ "x": 77.88,
175
+ "y": 36.87,
176
+ "z": 60,
177
+ "geometryDefinitionId": "conicalWell"
178
+ },
179
+ "D4": {
180
+ "depth": 25.2,
181
+ "shape": "circular",
182
+ "diameter": 8.56,
183
+ "totalLiquidVolume": 500,
184
+ "x": 77.88,
185
+ "y": 17.59,
186
+ "z": 60,
187
+ "geometryDefinitionId": "conicalWell"
188
+ },
189
+ "A5": {
190
+ "depth": 25.2,
191
+ "shape": "circular",
192
+ "diameter": 8.56,
193
+ "totalLiquidVolume": 500,
194
+ "x": 97.77,
195
+ "y": 75.43,
196
+ "z": 60,
197
+ "geometryDefinitionId": "conicalWell"
198
+ },
199
+ "B5": {
200
+ "depth": 25.2,
201
+ "shape": "circular",
202
+ "diameter": 8.56,
203
+ "totalLiquidVolume": 500,
204
+ "x": 97.77,
205
+ "y": 56.15,
206
+ "z": 60,
207
+ "geometryDefinitionId": "conicalWell"
208
+ },
209
+ "C5": {
210
+ "depth": 25.2,
211
+ "shape": "circular",
212
+ "diameter": 8.56,
213
+ "totalLiquidVolume": 500,
214
+ "x": 97.77,
215
+ "y": 36.87,
216
+ "z": 60,
217
+ "geometryDefinitionId": "conicalWell"
218
+ },
219
+ "D5": {
220
+ "depth": 25.2,
221
+ "shape": "circular",
222
+ "diameter": 8.56,
223
+ "totalLiquidVolume": 500,
224
+ "x": 97.77,
225
+ "y": 17.59,
226
+ "z": 60,
227
+ "geometryDefinitionId": "conicalWell"
228
+ },
229
+ "A6": {
230
+ "depth": 25.2,
231
+ "shape": "circular",
232
+ "diameter": 8.56,
233
+ "totalLiquidVolume": 500,
234
+ "x": 117.66,
235
+ "y": 75.43,
236
+ "z": 60,
237
+ "geometryDefinitionId": "conicalWell"
238
+ },
239
+ "B6": {
240
+ "depth": 25.2,
241
+ "shape": "circular",
242
+ "diameter": 8.56,
243
+ "totalLiquidVolume": 500,
244
+ "x": 117.66,
245
+ "y": 56.15,
246
+ "z": 60,
247
+ "geometryDefinitionId": "conicalWell"
248
+ },
249
+ "C6": {
250
+ "depth": 25.2,
251
+ "shape": "circular",
252
+ "diameter": 8.56,
253
+ "totalLiquidVolume": 500,
254
+ "x": 117.66,
255
+ "y": 36.87,
256
+ "z": 60,
257
+ "geometryDefinitionId": "conicalWell"
258
+ },
259
+ "D6": {
260
+ "depth": 25.2,
261
+ "shape": "circular",
262
+ "diameter": 8.56,
263
+ "totalLiquidVolume": 500,
264
+ "x": 117.66,
265
+ "y": 17.59,
266
+ "z": 60,
267
+ "geometryDefinitionId": "conicalWell"
268
+ }
269
+ },
270
+ "groups": [
271
+ {
272
+ "metadata": {
273
+ "displayName": "NEST 24x0.5 mL Screwcap",
274
+ "displayCategory": "tubeRack",
275
+ "wellBottomShape": "v"
276
+ },
277
+ "brand": {
278
+ "brand": "NEST",
279
+ "brandId": ["633001"],
280
+ "links": ["https://www.nest-biotech.com/sample-vials/59810336.html"]
281
+ },
282
+ "wells": [
283
+ "A1",
284
+ "B1",
285
+ "C1",
286
+ "D1",
287
+ "A2",
288
+ "B2",
289
+ "C2",
290
+ "D2",
291
+ "A3",
292
+ "B3",
293
+ "C3",
294
+ "D3",
295
+ "A4",
296
+ "B4",
297
+ "C4",
298
+ "D4",
299
+ "A5",
300
+ "B5",
301
+ "C5",
302
+ "D5",
303
+ "A6",
304
+ "B6",
305
+ "C6",
306
+ "D6"
307
+ ]
308
+ }
309
+ ],
310
+ "parameters": {
311
+ "format": "irregular",
312
+ "isTiprack": false,
313
+ "isMagneticModuleCompatible": false,
314
+ "loadName": "opentrons_24_tuberack_nest_0.5ml_screwcap"
315
+ },
316
+ "namespace": "opentrons",
317
+ "version": 4,
318
+ "schemaVersion": 2,
319
+ "cornerOffsetFromSlot": {
320
+ "x": 0,
321
+ "y": 0,
322
+ "z": 0
323
+ },
324
+ "innerLabwareGeometry": {
325
+ "conicalWell": {
326
+ "sections": [
327
+ {
328
+ "shape": "conical",
329
+ "topDiameter": 8.56,
330
+ "bottomDiameter": 8.56,
331
+ "topHeight": 25.2,
332
+ "bottomHeight": 13.95
333
+ },
334
+ {
335
+ "shape": "conical",
336
+ "topDiameter": 8.56,
337
+ "bottomDiameter": 7.9,
338
+ "topHeight": 13.95,
339
+ "bottomHeight": 11.9
340
+ },
341
+ {
342
+ "shape": "conical",
343
+ "topDiameter": 7.9,
344
+ "bottomDiameter": 5.8,
345
+ "topHeight": 11.9,
346
+ "bottomHeight": 10.2
347
+ },
348
+ {
349
+ "shape": "conical",
350
+ "topDiameter": 5.8,
351
+ "bottomDiameter": 2.8,
352
+ "topHeight": 10.2,
353
+ "bottomHeight": 0.95
354
+ },
355
+ {
356
+ "shape": "conical",
357
+ "topDiameter": 2.8,
358
+ "bottomDiameter": 2,
359
+ "topHeight": 0.95,
360
+ "bottomHeight": 0.14
361
+ },
362
+ {
363
+ "shape": "spherical",
364
+ "radiusOfCurvature": 3.64,
365
+ "topHeight": 0.14,
366
+ "bottomHeight": 0.0
367
+ }
368
+ ]
369
+ }
370
+ }
371
+ }
@@ -0,0 +1,150 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1"],
4
+ ["A2", "B2"],
5
+ ["A3", "B3"]
6
+ ],
7
+ "brand": {
8
+ "brand": "Opentrons",
9
+ "brandId": [],
10
+ "links": [
11
+ "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1"
12
+ ]
13
+ },
14
+ "metadata": {
15
+ "displayName": "Opentrons 6 Tube Rack with NEST 50 mL Conical",
16
+ "displayCategory": "tubeRack",
17
+ "displayVolumeUnits": "mL",
18
+ "tags": []
19
+ },
20
+ "dimensions": {
21
+ "xDimension": 127.76,
22
+ "yDimension": 85.48,
23
+ "zDimension": 120.35
24
+ },
25
+ "wells": {
26
+ "A1": {
27
+ "depth": 113.05,
28
+ "shape": "circular",
29
+ "diameter": 28.18,
30
+ "totalLiquidVolume": 50000,
31
+ "x": 35.5,
32
+ "y": 60.24,
33
+ "z": 7.3,
34
+ "geometryDefinitionId": "conicalWell"
35
+ },
36
+ "B1": {
37
+ "depth": 113.05,
38
+ "shape": "circular",
39
+ "diameter": 28.18,
40
+ "totalLiquidVolume": 50000,
41
+ "x": 35.5,
42
+ "y": 25.24,
43
+ "z": 7.3,
44
+ "geometryDefinitionId": "conicalWell"
45
+ },
46
+ "A2": {
47
+ "depth": 113.05,
48
+ "shape": "circular",
49
+ "diameter": 28.18,
50
+ "totalLiquidVolume": 50000,
51
+ "x": 70.5,
52
+ "y": 60.24,
53
+ "z": 7.3,
54
+ "geometryDefinitionId": "conicalWell"
55
+ },
56
+ "B2": {
57
+ "depth": 113.05,
58
+ "shape": "circular",
59
+ "diameter": 28.18,
60
+ "totalLiquidVolume": 50000,
61
+ "x": 70.5,
62
+ "y": 25.24,
63
+ "z": 7.3,
64
+ "geometryDefinitionId": "conicalWell"
65
+ },
66
+ "A3": {
67
+ "depth": 113.05,
68
+ "shape": "circular",
69
+ "diameter": 28.18,
70
+ "totalLiquidVolume": 50000,
71
+ "x": 105.5,
72
+ "y": 60.24,
73
+ "z": 7.3,
74
+ "geometryDefinitionId": "conicalWell"
75
+ },
76
+ "B3": {
77
+ "depth": 113.05,
78
+ "shape": "circular",
79
+ "diameter": 28.18,
80
+ "totalLiquidVolume": 50000,
81
+ "x": 105.5,
82
+ "y": 25.24,
83
+ "z": 7.3,
84
+ "geometryDefinitionId": "conicalWell"
85
+ }
86
+ },
87
+ "groups": [
88
+ {
89
+ "metadata": {
90
+ "displayName": "NEST 6x50 mL Conical",
91
+ "displayCategory": "tubeRack",
92
+ "wellBottomShape": "v"
93
+ },
94
+ "brand": {
95
+ "brand": "NEST",
96
+ "brandId": ["602052"],
97
+ "links": ["https://www.nest-biotech.com/centrifuge-tube/59282837.html"]
98
+ },
99
+ "wells": ["A1", "B1", "A2", "B2", "A3", "B3"]
100
+ }
101
+ ],
102
+ "parameters": {
103
+ "format": "irregular",
104
+ "isTiprack": false,
105
+ "isMagneticModuleCompatible": false,
106
+ "loadName": "opentrons_6_tuberack_nest_50ml_conical"
107
+ },
108
+ "namespace": "opentrons",
109
+ "version": 3,
110
+ "schemaVersion": 2,
111
+ "cornerOffsetFromSlot": {
112
+ "x": 0,
113
+ "y": 0,
114
+ "z": 0
115
+ },
116
+ "innerLabwareGeometry": {
117
+ "conicalWell": {
118
+ "sections": [
119
+ {
120
+ "shape": "conical",
121
+ "topDiameter": 28.18,
122
+ "bottomDiameter": 27.95,
123
+ "topHeight": 113.1,
124
+ "bottomHeight": 109.1
125
+ },
126
+ {
127
+ "shape": "conical",
128
+ "topDiameter": 27.95,
129
+ "bottomDiameter": 27.69,
130
+ "topHeight": 109.1,
131
+ "bottomHeight": 108.8
132
+ },
133
+ {
134
+ "shape": "conical",
135
+ "topDiameter": 27.69,
136
+ "bottomDiameter": 26.0,
137
+ "topHeight": 108.8,
138
+ "bottomHeight": 14.35
139
+ },
140
+ {
141
+ "shape": "conical",
142
+ "topDiameter": 26.0,
143
+ "bottomDiameter": 4.5,
144
+ "topHeight": 14.35,
145
+ "bottomHeight": 0.0
146
+ }
147
+ ]
148
+ }
149
+ }
150
+ }
@@ -12,7 +12,7 @@
12
12
  "tags": []
13
13
  },
14
14
  "dimensions": {
15
- "xDimension": 127.7,
15
+ "xDimension": 121,
16
16
  "yDimension": 78.75,
17
17
  "zDimension": 17
18
18
  },