opentrons 0.0.5 → 0.0.6

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/definitions/12-well-plate.json +161 -0
  3. data/definitions/24-vial-rack.json +309 -0
  4. data/definitions/24-well-plate.json +309 -0
  5. data/definitions/384-plate.json +4665 -0
  6. data/definitions/48-vial-plate.json +601 -0
  7. data/definitions/48-well-plate.json +601 -0
  8. data/definitions/5ml-3x4.json +161 -0
  9. data/definitions/6-well-plate.json +87 -0
  10. data/definitions/96-PCR-flat.json +1185 -0
  11. data/definitions/96-PCR-tall.json +1185 -0
  12. data/definitions/96-deep-well.json +1185 -0
  13. data/definitions/96-flat.json +1185 -0
  14. data/definitions/96-well-plate-20mm.json +1185 -0
  15. data/definitions/MALDI-plate.json +4281 -0
  16. data/definitions/PCR-strip-tall.json +1185 -0
  17. data/definitions/T25-flask.json +23 -0
  18. data/definitions/T75-flask.json +23 -0
  19. data/definitions/alum-block-pcr-strips.json +205 -0
  20. data/definitions/e-gelgol.json +1185 -0
  21. data/definitions/fixed-trash.json +21 -0
  22. data/definitions/hampton-1ml-deep-block.json +1185 -0
  23. data/definitions/opentrons-tiprack-300ul.json +1089 -0
  24. data/definitions/point.json +21 -0
  25. data/definitions/rigaku-compact-crystallization-plate.json +2361 -0
  26. data/definitions/small_vial_rack_16x45.json +309 -0
  27. data/definitions/tall-fixed-trash.json +21 -0
  28. data/definitions/tiprack-1000ul-H.json +561 -0
  29. data/definitions/tiprack-1000ul-chem.json +1149 -0
  30. data/definitions/tiprack-1000ul.json +1089 -0
  31. data/definitions/tiprack-10ul-H.json +561 -0
  32. data/definitions/tiprack-10ul.json +1089 -0
  33. data/definitions/tiprack-200ul.json +1089 -0
  34. data/definitions/trash-box.json +21 -0
  35. data/definitions/trough-12row-short.json +165 -0
  36. data/definitions/trough-12row.json +165 -0
  37. data/definitions/trough-1row-25ml.json +23 -0
  38. data/definitions/tube-rack-.75ml.json +309 -0
  39. data/definitions/tube-rack-15_50ml.json +137 -0
  40. data/definitions/tube-rack-2ml-9x9.json +999 -0
  41. data/definitions/tube-rack-2ml.json +309 -0
  42. data/definitions/tube-rack-5ml-96.json +1185 -0
  43. data/definitions/tube-rack-80well.json +1001 -0
  44. data/definitions/wheaton_vial_rack.json +619 -0
  45. metadata +44 -1
@@ -0,0 +1,309 @@
1
+ {
2
+ "metadata": {
3
+ "name": "small_vial_rack_16x45"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1"
11
+ ],
12
+ [
13
+ "A2",
14
+ "B2",
15
+ "C2",
16
+ "D2"
17
+ ],
18
+ [
19
+ "A3",
20
+ "B3",
21
+ "C3",
22
+ "D3"
23
+ ],
24
+ [
25
+ "A4",
26
+ "B4",
27
+ "C4",
28
+ "D4"
29
+ ],
30
+ [
31
+ "A5",
32
+ "B5",
33
+ "C5",
34
+ "D5"
35
+ ],
36
+ [
37
+ "A6",
38
+ "B6",
39
+ "C6",
40
+ "D6"
41
+ ]
42
+ ],
43
+ "wells": {
44
+ "A1": {
45
+ "depth": 45,
46
+ "diameter": 16,
47
+ "height": 45,
48
+ "length": 16,
49
+ "total-liquid-volume": 10000,
50
+ "width": 16,
51
+ "x": -8.0,
52
+ "y": 112.0,
53
+ "z": 0
54
+ },
55
+ "A2": {
56
+ "depth": 45,
57
+ "diameter": 16,
58
+ "height": 45,
59
+ "length": 16,
60
+ "total-liquid-volume": 10000,
61
+ "width": 16,
62
+ "x": 12.0,
63
+ "y": 112.0,
64
+ "z": 0
65
+ },
66
+ "A3": {
67
+ "depth": 45,
68
+ "diameter": 16,
69
+ "height": 45,
70
+ "length": 16,
71
+ "total-liquid-volume": 10000,
72
+ "width": 16,
73
+ "x": 32.0,
74
+ "y": 112.0,
75
+ "z": 0
76
+ },
77
+ "A4": {
78
+ "depth": 45,
79
+ "diameter": 16,
80
+ "height": 45,
81
+ "length": 16,
82
+ "total-liquid-volume": 10000,
83
+ "width": 16,
84
+ "x": 52.0,
85
+ "y": 112.0,
86
+ "z": 0
87
+ },
88
+ "A5": {
89
+ "depth": 45,
90
+ "diameter": 16,
91
+ "height": 45,
92
+ "length": 16,
93
+ "total-liquid-volume": 10000,
94
+ "width": 16,
95
+ "x": 72.0,
96
+ "y": 112.0,
97
+ "z": 0
98
+ },
99
+ "A6": {
100
+ "depth": 45,
101
+ "diameter": 16,
102
+ "height": 45,
103
+ "length": 16,
104
+ "total-liquid-volume": 10000,
105
+ "width": 16,
106
+ "x": 92.0,
107
+ "y": 112.0,
108
+ "z": 0
109
+ },
110
+ "B1": {
111
+ "depth": 45,
112
+ "diameter": 16,
113
+ "height": 45,
114
+ "length": 16,
115
+ "total-liquid-volume": 10000,
116
+ "width": 16,
117
+ "x": -8.0,
118
+ "y": 72.0,
119
+ "z": 0
120
+ },
121
+ "B2": {
122
+ "depth": 45,
123
+ "diameter": 16,
124
+ "height": 45,
125
+ "length": 16,
126
+ "total-liquid-volume": 10000,
127
+ "width": 16,
128
+ "x": 12.0,
129
+ "y": 72.0,
130
+ "z": 0
131
+ },
132
+ "B3": {
133
+ "depth": 45,
134
+ "diameter": 16,
135
+ "height": 45,
136
+ "length": 16,
137
+ "total-liquid-volume": 10000,
138
+ "width": 16,
139
+ "x": 32.0,
140
+ "y": 72.0,
141
+ "z": 0
142
+ },
143
+ "B4": {
144
+ "depth": 45,
145
+ "diameter": 16,
146
+ "height": 45,
147
+ "length": 16,
148
+ "total-liquid-volume": 10000,
149
+ "width": 16,
150
+ "x": 52.0,
151
+ "y": 72.0,
152
+ "z": 0
153
+ },
154
+ "B5": {
155
+ "depth": 45,
156
+ "diameter": 16,
157
+ "height": 45,
158
+ "length": 16,
159
+ "total-liquid-volume": 10000,
160
+ "width": 16,
161
+ "x": 72.0,
162
+ "y": 72.0,
163
+ "z": 0
164
+ },
165
+ "B6": {
166
+ "depth": 45,
167
+ "diameter": 16,
168
+ "height": 45,
169
+ "length": 16,
170
+ "total-liquid-volume": 10000,
171
+ "width": 16,
172
+ "x": 92.0,
173
+ "y": 72.0,
174
+ "z": 0
175
+ },
176
+ "C1": {
177
+ "depth": 45,
178
+ "diameter": 16,
179
+ "height": 45,
180
+ "length": 16,
181
+ "total-liquid-volume": 10000,
182
+ "width": 16,
183
+ "x": -8.0,
184
+ "y": 32.0,
185
+ "z": 0
186
+ },
187
+ "C2": {
188
+ "depth": 45,
189
+ "diameter": 16,
190
+ "height": 45,
191
+ "length": 16,
192
+ "total-liquid-volume": 10000,
193
+ "width": 16,
194
+ "x": 12.0,
195
+ "y": 32.0,
196
+ "z": 0
197
+ },
198
+ "C3": {
199
+ "depth": 45,
200
+ "diameter": 16,
201
+ "height": 45,
202
+ "length": 16,
203
+ "total-liquid-volume": 10000,
204
+ "width": 16,
205
+ "x": 32.0,
206
+ "y": 32.0,
207
+ "z": 0
208
+ },
209
+ "C4": {
210
+ "depth": 45,
211
+ "diameter": 16,
212
+ "height": 45,
213
+ "length": 16,
214
+ "total-liquid-volume": 10000,
215
+ "width": 16,
216
+ "x": 52.0,
217
+ "y": 32.0,
218
+ "z": 0
219
+ },
220
+ "C5": {
221
+ "depth": 45,
222
+ "diameter": 16,
223
+ "height": 45,
224
+ "length": 16,
225
+ "total-liquid-volume": 10000,
226
+ "width": 16,
227
+ "x": 72.0,
228
+ "y": 32.0,
229
+ "z": 0
230
+ },
231
+ "C6": {
232
+ "depth": 45,
233
+ "diameter": 16,
234
+ "height": 45,
235
+ "length": 16,
236
+ "total-liquid-volume": 10000,
237
+ "width": 16,
238
+ "x": 92.0,
239
+ "y": 32.0,
240
+ "z": 0
241
+ },
242
+ "D1": {
243
+ "depth": 45,
244
+ "diameter": 16,
245
+ "height": 45,
246
+ "length": 16,
247
+ "total-liquid-volume": 10000,
248
+ "width": 16,
249
+ "x": -8.0,
250
+ "y": -8.0,
251
+ "z": 0
252
+ },
253
+ "D2": {
254
+ "depth": 45,
255
+ "diameter": 16,
256
+ "height": 45,
257
+ "length": 16,
258
+ "total-liquid-volume": 10000,
259
+ "width": 16,
260
+ "x": 12.0,
261
+ "y": -8.0,
262
+ "z": 0
263
+ },
264
+ "D3": {
265
+ "depth": 45,
266
+ "diameter": 16,
267
+ "height": 45,
268
+ "length": 16,
269
+ "total-liquid-volume": 10000,
270
+ "width": 16,
271
+ "x": 32.0,
272
+ "y": -8.0,
273
+ "z": 0
274
+ },
275
+ "D4": {
276
+ "depth": 45,
277
+ "diameter": 16,
278
+ "height": 45,
279
+ "length": 16,
280
+ "total-liquid-volume": 10000,
281
+ "width": 16,
282
+ "x": 52.0,
283
+ "y": -8.0,
284
+ "z": 0
285
+ },
286
+ "D5": {
287
+ "depth": 45,
288
+ "diameter": 16,
289
+ "height": 45,
290
+ "length": 16,
291
+ "total-liquid-volume": 10000,
292
+ "width": 16,
293
+ "x": 72.0,
294
+ "y": -8.0,
295
+ "z": 0
296
+ },
297
+ "D6": {
298
+ "depth": 45,
299
+ "diameter": 16,
300
+ "height": 45,
301
+ "length": 16,
302
+ "total-liquid-volume": 10000,
303
+ "width": 16,
304
+ "x": 92.0,
305
+ "y": -8.0,
306
+ "z": 0
307
+ }
308
+ }
309
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "metadata": {
3
+ "name": "tall-fixed-trash"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ]
9
+ ],
10
+ "wells": {
11
+ "A1": {
12
+ "depth": 80,
13
+ "height": 80,
14
+ "length": 160,
15
+ "width": 160,
16
+ "x": 0.0,
17
+ "y": 0.0,
18
+ "z": 5
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,561 @@
1
+ {
2
+ "metadata": {
3
+ "name": "tiprack-1000ul-H"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1"
11
+ ],
12
+ [
13
+ "A2",
14
+ "B2",
15
+ "C2",
16
+ "D2"
17
+ ],
18
+ [
19
+ "A3",
20
+ "B3",
21
+ "C3",
22
+ "D3"
23
+ ],
24
+ [
25
+ "A4",
26
+ "B4",
27
+ "C4",
28
+ "D4"
29
+ ],
30
+ [
31
+ "A5",
32
+ "B5",
33
+ "C5",
34
+ "D5"
35
+ ],
36
+ [
37
+ "A6",
38
+ "B6",
39
+ "C6",
40
+ "D6"
41
+ ],
42
+ [
43
+ "A7",
44
+ "B7",
45
+ "C7",
46
+ "D7"
47
+ ],
48
+ [
49
+ "A8",
50
+ "B8",
51
+ "C8",
52
+ "D8"
53
+ ],
54
+ [
55
+ "A9",
56
+ "B9",
57
+ "C9",
58
+ "D9"
59
+ ],
60
+ [
61
+ "A10",
62
+ "B10",
63
+ "C10",
64
+ "D10"
65
+ ],
66
+ [
67
+ "A11",
68
+ "B11",
69
+ "C11",
70
+ "D11"
71
+ ],
72
+ [
73
+ "A12",
74
+ "B12",
75
+ "C12",
76
+ "D12"
77
+ ]
78
+ ],
79
+ "wells": {
80
+ "A1": {
81
+ "depth": 85,
82
+ "diameter": 6.4,
83
+ "height": 85,
84
+ "length": 6.4,
85
+ "width": 6.4,
86
+ "x": 11.14,
87
+ "y": 35.04,
88
+ "z": 0
89
+ },
90
+ "A10": {
91
+ "depth": 85,
92
+ "diameter": 6.4,
93
+ "height": 85,
94
+ "length": 6.4,
95
+ "width": 6.4,
96
+ "x": 92.14,
97
+ "y": 35.04,
98
+ "z": 0
99
+ },
100
+ "A11": {
101
+ "depth": 85,
102
+ "diameter": 6.4,
103
+ "height": 85,
104
+ "length": 6.4,
105
+ "width": 6.4,
106
+ "x": 101.14,
107
+ "y": 35.04,
108
+ "z": 0
109
+ },
110
+ "A12": {
111
+ "depth": 85,
112
+ "diameter": 6.4,
113
+ "height": 85,
114
+ "length": 6.4,
115
+ "width": 6.4,
116
+ "x": 110.14,
117
+ "y": 35.04,
118
+ "z": 0
119
+ },
120
+ "A2": {
121
+ "depth": 85,
122
+ "diameter": 6.4,
123
+ "height": 85,
124
+ "length": 6.4,
125
+ "width": 6.4,
126
+ "x": 20.14,
127
+ "y": 35.04,
128
+ "z": 0
129
+ },
130
+ "A3": {
131
+ "depth": 85,
132
+ "diameter": 6.4,
133
+ "height": 85,
134
+ "length": 6.4,
135
+ "width": 6.4,
136
+ "x": 29.14,
137
+ "y": 35.04,
138
+ "z": 0
139
+ },
140
+ "A4": {
141
+ "depth": 85,
142
+ "diameter": 6.4,
143
+ "height": 85,
144
+ "length": 6.4,
145
+ "width": 6.4,
146
+ "x": 38.14,
147
+ "y": 35.04,
148
+ "z": 0
149
+ },
150
+ "A5": {
151
+ "depth": 85,
152
+ "diameter": 6.4,
153
+ "height": 85,
154
+ "length": 6.4,
155
+ "width": 6.4,
156
+ "x": 47.14,
157
+ "y": 35.04,
158
+ "z": 0
159
+ },
160
+ "A6": {
161
+ "depth": 85,
162
+ "diameter": 6.4,
163
+ "height": 85,
164
+ "length": 6.4,
165
+ "width": 6.4,
166
+ "x": 56.14,
167
+ "y": 35.04,
168
+ "z": 0
169
+ },
170
+ "A7": {
171
+ "depth": 85,
172
+ "diameter": 6.4,
173
+ "height": 85,
174
+ "length": 6.4,
175
+ "width": 6.4,
176
+ "x": 65.14,
177
+ "y": 35.04,
178
+ "z": 0
179
+ },
180
+ "A8": {
181
+ "depth": 85,
182
+ "diameter": 6.4,
183
+ "height": 85,
184
+ "length": 6.4,
185
+ "width": 6.4,
186
+ "x": 74.14,
187
+ "y": 35.04,
188
+ "z": 0
189
+ },
190
+ "A9": {
191
+ "depth": 85,
192
+ "diameter": 6.4,
193
+ "height": 85,
194
+ "length": 6.4,
195
+ "width": 6.4,
196
+ "x": 83.14,
197
+ "y": 35.04,
198
+ "z": 0
199
+ },
200
+ "B1": {
201
+ "depth": 85,
202
+ "diameter": 6.4,
203
+ "height": 85,
204
+ "length": 6.4,
205
+ "width": 6.4,
206
+ "x": 11.14,
207
+ "y": 26.04,
208
+ "z": 0
209
+ },
210
+ "B10": {
211
+ "depth": 85,
212
+ "diameter": 6.4,
213
+ "height": 85,
214
+ "length": 6.4,
215
+ "width": 6.4,
216
+ "x": 92.14,
217
+ "y": 26.04,
218
+ "z": 0
219
+ },
220
+ "B11": {
221
+ "depth": 85,
222
+ "diameter": 6.4,
223
+ "height": 85,
224
+ "length": 6.4,
225
+ "width": 6.4,
226
+ "x": 101.14,
227
+ "y": 26.04,
228
+ "z": 0
229
+ },
230
+ "B12": {
231
+ "depth": 85,
232
+ "diameter": 6.4,
233
+ "height": 85,
234
+ "length": 6.4,
235
+ "width": 6.4,
236
+ "x": 110.14,
237
+ "y": 26.04,
238
+ "z": 0
239
+ },
240
+ "B2": {
241
+ "depth": 85,
242
+ "diameter": 6.4,
243
+ "height": 85,
244
+ "length": 6.4,
245
+ "width": 6.4,
246
+ "x": 20.14,
247
+ "y": 26.04,
248
+ "z": 0
249
+ },
250
+ "B3": {
251
+ "depth": 85,
252
+ "diameter": 6.4,
253
+ "height": 85,
254
+ "length": 6.4,
255
+ "width": 6.4,
256
+ "x": 29.14,
257
+ "y": 26.04,
258
+ "z": 0
259
+ },
260
+ "B4": {
261
+ "depth": 85,
262
+ "diameter": 6.4,
263
+ "height": 85,
264
+ "length": 6.4,
265
+ "width": 6.4,
266
+ "x": 38.14,
267
+ "y": 26.04,
268
+ "z": 0
269
+ },
270
+ "B5": {
271
+ "depth": 85,
272
+ "diameter": 6.4,
273
+ "height": 85,
274
+ "length": 6.4,
275
+ "width": 6.4,
276
+ "x": 47.14,
277
+ "y": 26.04,
278
+ "z": 0
279
+ },
280
+ "B6": {
281
+ "depth": 85,
282
+ "diameter": 6.4,
283
+ "height": 85,
284
+ "length": 6.4,
285
+ "width": 6.4,
286
+ "x": 56.14,
287
+ "y": 26.04,
288
+ "z": 0
289
+ },
290
+ "B7": {
291
+ "depth": 85,
292
+ "diameter": 6.4,
293
+ "height": 85,
294
+ "length": 6.4,
295
+ "width": 6.4,
296
+ "x": 65.14,
297
+ "y": 26.04,
298
+ "z": 0
299
+ },
300
+ "B8": {
301
+ "depth": 85,
302
+ "diameter": 6.4,
303
+ "height": 85,
304
+ "length": 6.4,
305
+ "width": 6.4,
306
+ "x": 74.14,
307
+ "y": 26.04,
308
+ "z": 0
309
+ },
310
+ "B9": {
311
+ "depth": 85,
312
+ "diameter": 6.4,
313
+ "height": 85,
314
+ "length": 6.4,
315
+ "width": 6.4,
316
+ "x": 83.14,
317
+ "y": 26.04,
318
+ "z": 0
319
+ },
320
+ "C1": {
321
+ "depth": 85,
322
+ "diameter": 6.4,
323
+ "height": 85,
324
+ "length": 6.4,
325
+ "width": 6.4,
326
+ "x": 11.14,
327
+ "y": 17.04,
328
+ "z": 0
329
+ },
330
+ "C10": {
331
+ "depth": 85,
332
+ "diameter": 6.4,
333
+ "height": 85,
334
+ "length": 6.4,
335
+ "width": 6.4,
336
+ "x": 92.14,
337
+ "y": 17.04,
338
+ "z": 0
339
+ },
340
+ "C11": {
341
+ "depth": 85,
342
+ "diameter": 6.4,
343
+ "height": 85,
344
+ "length": 6.4,
345
+ "width": 6.4,
346
+ "x": 101.14,
347
+ "y": 17.04,
348
+ "z": 0
349
+ },
350
+ "C12": {
351
+ "depth": 85,
352
+ "diameter": 6.4,
353
+ "height": 85,
354
+ "length": 6.4,
355
+ "width": 6.4,
356
+ "x": 110.14,
357
+ "y": 17.04,
358
+ "z": 0
359
+ },
360
+ "C2": {
361
+ "depth": 85,
362
+ "diameter": 6.4,
363
+ "height": 85,
364
+ "length": 6.4,
365
+ "width": 6.4,
366
+ "x": 20.14,
367
+ "y": 17.04,
368
+ "z": 0
369
+ },
370
+ "C3": {
371
+ "depth": 85,
372
+ "diameter": 6.4,
373
+ "height": 85,
374
+ "length": 6.4,
375
+ "width": 6.4,
376
+ "x": 29.14,
377
+ "y": 17.04,
378
+ "z": 0
379
+ },
380
+ "C4": {
381
+ "depth": 85,
382
+ "diameter": 6.4,
383
+ "height": 85,
384
+ "length": 6.4,
385
+ "width": 6.4,
386
+ "x": 38.14,
387
+ "y": 17.04,
388
+ "z": 0
389
+ },
390
+ "C5": {
391
+ "depth": 85,
392
+ "diameter": 6.4,
393
+ "height": 85,
394
+ "length": 6.4,
395
+ "width": 6.4,
396
+ "x": 47.14,
397
+ "y": 17.04,
398
+ "z": 0
399
+ },
400
+ "C6": {
401
+ "depth": 85,
402
+ "diameter": 6.4,
403
+ "height": 85,
404
+ "length": 6.4,
405
+ "width": 6.4,
406
+ "x": 56.14,
407
+ "y": 17.04,
408
+ "z": 0
409
+ },
410
+ "C7": {
411
+ "depth": 85,
412
+ "diameter": 6.4,
413
+ "height": 85,
414
+ "length": 6.4,
415
+ "width": 6.4,
416
+ "x": 65.14,
417
+ "y": 17.04,
418
+ "z": 0
419
+ },
420
+ "C8": {
421
+ "depth": 85,
422
+ "diameter": 6.4,
423
+ "height": 85,
424
+ "length": 6.4,
425
+ "width": 6.4,
426
+ "x": 74.14,
427
+ "y": 17.04,
428
+ "z": 0
429
+ },
430
+ "C9": {
431
+ "depth": 85,
432
+ "diameter": 6.4,
433
+ "height": 85,
434
+ "length": 6.4,
435
+ "width": 6.4,
436
+ "x": 83.14,
437
+ "y": 17.04,
438
+ "z": 0
439
+ },
440
+ "D1": {
441
+ "depth": 85,
442
+ "diameter": 6.4,
443
+ "height": 85,
444
+ "length": 6.4,
445
+ "width": 6.4,
446
+ "x": 11.14,
447
+ "y": 8.04,
448
+ "z": 0
449
+ },
450
+ "D10": {
451
+ "depth": 85,
452
+ "diameter": 6.4,
453
+ "height": 85,
454
+ "length": 6.4,
455
+ "width": 6.4,
456
+ "x": 92.14,
457
+ "y": 8.04,
458
+ "z": 0
459
+ },
460
+ "D11": {
461
+ "depth": 85,
462
+ "diameter": 6.4,
463
+ "height": 85,
464
+ "length": 6.4,
465
+ "width": 6.4,
466
+ "x": 101.14,
467
+ "y": 8.04,
468
+ "z": 0
469
+ },
470
+ "D12": {
471
+ "depth": 85,
472
+ "diameter": 6.4,
473
+ "height": 85,
474
+ "length": 6.4,
475
+ "width": 6.4,
476
+ "x": 110.14,
477
+ "y": 8.04,
478
+ "z": 0
479
+ },
480
+ "D2": {
481
+ "depth": 85,
482
+ "diameter": 6.4,
483
+ "height": 85,
484
+ "length": 6.4,
485
+ "width": 6.4,
486
+ "x": 20.14,
487
+ "y": 8.04,
488
+ "z": 0
489
+ },
490
+ "D3": {
491
+ "depth": 85,
492
+ "diameter": 6.4,
493
+ "height": 85,
494
+ "length": 6.4,
495
+ "width": 6.4,
496
+ "x": 29.14,
497
+ "y": 8.04,
498
+ "z": 0
499
+ },
500
+ "D4": {
501
+ "depth": 85,
502
+ "diameter": 6.4,
503
+ "height": 85,
504
+ "length": 6.4,
505
+ "width": 6.4,
506
+ "x": 38.14,
507
+ "y": 8.04,
508
+ "z": 0
509
+ },
510
+ "D5": {
511
+ "depth": 85,
512
+ "diameter": 6.4,
513
+ "height": 85,
514
+ "length": 6.4,
515
+ "width": 6.4,
516
+ "x": 47.14,
517
+ "y": 8.04,
518
+ "z": 0
519
+ },
520
+ "D6": {
521
+ "depth": 85,
522
+ "diameter": 6.4,
523
+ "height": 85,
524
+ "length": 6.4,
525
+ "width": 6.4,
526
+ "x": 56.14,
527
+ "y": 8.04,
528
+ "z": 0
529
+ },
530
+ "D7": {
531
+ "depth": 85,
532
+ "diameter": 6.4,
533
+ "height": 85,
534
+ "length": 6.4,
535
+ "width": 6.4,
536
+ "x": 65.14,
537
+ "y": 8.04,
538
+ "z": 0
539
+ },
540
+ "D8": {
541
+ "depth": 85,
542
+ "diameter": 6.4,
543
+ "height": 85,
544
+ "length": 6.4,
545
+ "width": 6.4,
546
+ "x": 74.14,
547
+ "y": 8.04,
548
+ "z": 0
549
+ },
550
+ "D9": {
551
+ "depth": 85,
552
+ "diameter": 6.4,
553
+ "height": 85,
554
+ "length": 6.4,
555
+ "width": 6.4,
556
+ "x": 83.14,
557
+ "y": 8.04,
558
+ "z": 0
559
+ }
560
+ }
561
+ }