@tscircuit/rectdiff 0.0.20 → 0.0.21

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 (107) hide show
  1. package/.github/workflows/bun-test.yml +1 -1
  2. package/package.json +1 -1
  3. package/tests/solver/both-points-equivalent/__snapshots__/both-points-equivalent.snap.svg +44 -0
  4. package/tests/solver/both-points-equivalent/both-points-equivalent.srj.json +64 -0
  5. package/tests/solver/both-points-equivalent/both-points-equivalent.test.ts +92 -0
  6. package/tests/solver/bugreport01-be84eb/__snapshots__/bugreport01-be84eb.snap.svg +44 -0
  7. package/tests/solver/bugreport01-be84eb/bugreport01-be84eb.json +929 -0
  8. package/tests/solver/bugreport01-be84eb/bugreport01-be84eb.test.ts +93 -0
  9. package/tests/solver/bugreport02-bc4361/__snapshots__/bugreport02-bc4361.snap.svg +44 -0
  10. package/tests/solver/bugreport02-bc4361/bugreport02-bc4361.json +1276 -0
  11. package/tests/solver/bugreport02-bc4361/bugreport02-bc4361.test.ts +93 -0
  12. package/tests/solver/bugreport03-fe4a17/__snapshots__/bugreport03-fe4a17.snap.svg +44 -0
  13. package/tests/solver/bugreport03-fe4a17/bugreport03-fe4a17.json +986 -0
  14. package/tests/solver/bugreport03-fe4a17/bugreport03-fe4a17.test.ts +93 -0
  15. package/tests/solver/bugreport07-d3f3be/__snapshots__/bugreport07-d3f3be.snap.svg +44 -0
  16. package/tests/solver/bugreport07-d3f3be/bugreport07-d3f3be.json +1211 -0
  17. package/tests/solver/bugreport07-d3f3be/bugreport07-d3f3be.test.ts +93 -0
  18. package/tests/solver/bugreport08-e3ec95/__snapshots__/bugreport08-e3ec95.snap.svg +44 -0
  19. package/tests/solver/bugreport08-e3ec95/bugreport08-e3ec95.json +1511 -0
  20. package/tests/solver/bugreport08-e3ec95/bugreport08-e3ec95.test.ts +93 -0
  21. package/tests/solver/bugreport09-618e09/__snapshots__/bugreport09-618e09.snap.svg +44 -0
  22. package/tests/solver/bugreport09-618e09/bugreport09-618e09.json +2827 -0
  23. package/tests/solver/bugreport09-618e09/bugreport09-618e09.test.ts +93 -0
  24. package/tests/solver/bugreport10-71239a/__snapshots__/bugreport10-71239a.snap.svg +44 -0
  25. package/tests/solver/bugreport10-71239a/bugreport10-71239a.json +890 -0
  26. package/tests/solver/bugreport10-71239a/bugreport10-71239a.test.ts +93 -0
  27. package/tests/solver/bugreport11-b2de3c/__snapshots__/bugreport11-b2de3c.snap.svg +44 -0
  28. package/tests/solver/bugreport11-b2de3c/bugreport11-b2de3c.json +4315 -0
  29. package/tests/solver/bugreport11-b2de3c/bugreport11-b2de3c.test.ts +93 -0
  30. package/tests/solver/bugreport12-35ce1c/__snapshots__/bugreport12-35ce1c.snap.svg +44 -0
  31. package/tests/solver/bugreport12-35ce1c/bugreport12-35ce1c.json +475 -0
  32. package/tests/solver/bugreport12-35ce1c/bugreport12-35ce1c.test.ts +93 -0
  33. package/tests/solver/bugreport13-b9a758/__snapshots__/bugreport13-b9a758.snap.svg +44 -0
  34. package/tests/solver/bugreport13-b9a758/bugreport13-b9a758.json +15815 -0
  35. package/tests/solver/bugreport13-b9a758/bugreport13-b9a758.test.ts +93 -0
  36. package/tests/solver/bugreport16-d95f38/__snapshots__/bugreport16-d95f38.snap.svg +44 -0
  37. package/tests/solver/bugreport16-d95f38/bugreport16-d95f38.json +623 -0
  38. package/tests/solver/bugreport16-d95f38/bugreport16-d95f38.test.ts +93 -0
  39. package/tests/solver/bugreport18-1b2d06/__snapshots__/bugreport18-1b2d06.snap.svg +44 -0
  40. package/tests/solver/bugreport18-1b2d06/bugreport18-1b2d06.json +543 -0
  41. package/tests/solver/bugreport18-1b2d06/bugreport18-1b2d06.test.ts +93 -0
  42. package/tests/solver/bugreport19/__snapshots__/bugreport19.snap.svg +44 -0
  43. package/tests/solver/bugreport19/bugreport19.json +678 -0
  44. package/tests/solver/bugreport19/bugreport19.test.ts +93 -0
  45. package/tests/solver/bugreport20-obstacle-clipping/__snapshots__/bugreport20-obstacle-clipping.snap.svg +44 -0
  46. package/tests/solver/bugreport20-obstacle-clipping/bugreport20-obstacle-clipping.json +109 -0
  47. package/tests/solver/bugreport20-obstacle-clipping/bugreport20-obstacle-clipping.test.ts +93 -0
  48. package/tests/solver/bugreport21-board-outline/__snapshots__/bugreport21-board-outline.snap.svg +44 -0
  49. package/tests/solver/bugreport21-board-outline/bugreport21-board-outline.json +148 -0
  50. package/tests/solver/bugreport21-board-outline/bugreport21-board-outline.test.ts +93 -0
  51. package/tests/solver/bugreport22-2a75ce/__snapshots__/bugreport22-2a75ce.snap.svg +44 -0
  52. package/tests/solver/bugreport22-2a75ce/bugreport22-2a75ce.json +1550 -0
  53. package/tests/solver/bugreport22-2a75ce/bugreport22-2a75ce.test.ts +93 -0
  54. package/tests/solver/bugreport23-LGA15x4/__snapshots__/bugreport23-LGA15x4.snap.svg +44 -0
  55. package/tests/solver/bugreport23-LGA15x4/bugreport23-LGA15x4.srj.json +2401 -0
  56. package/tests/solver/bugreport23-LGA15x4/bugreport23-LGA15x4.test.ts +92 -0
  57. package/tests/solver/bugreport24-05597c/__snapshots__/bugreport24-05597c.snap.svg +44 -0
  58. package/tests/solver/bugreport24-05597c/bugreport24-05597c.json +8427 -0
  59. package/tests/solver/bugreport24-05597c/bugreport24-05597c.test.ts +93 -0
  60. package/tests/solver/bugreport25-4b1d55/__snapshots__/bugreport25-4b1d55.snap.svg +44 -0
  61. package/tests/solver/bugreport25-4b1d55/bugreport25-4b1d55.json +119 -0
  62. package/tests/solver/bugreport25-4b1d55/bugreport25-4b1d55.test.ts +93 -0
  63. package/tests/solver/bugreport26-66b0b2/__snapshots__/bugreport26-66b0b2.snap.svg +44 -0
  64. package/tests/solver/bugreport26-66b0b2/bugreport26-66b0b2.json +1651 -0
  65. package/tests/solver/bugreport26-66b0b2/bugreport26-66b0b2.test.ts +93 -0
  66. package/tests/solver/bugreport27-dd3734/__snapshots__/bugreport27-dd3734.snap.svg +44 -0
  67. package/tests/solver/bugreport27-dd3734/bugreport27-dd3734.json +4116 -0
  68. package/tests/solver/bugreport27-dd3734/bugreport27-dd3734.test.ts +93 -0
  69. package/tests/solver/bugreport28-18a9ef/__snapshots__/bugreport28-18a9ef.snap.svg +44 -0
  70. package/tests/solver/bugreport28-18a9ef/bugreport28-18a9ef.json +4116 -0
  71. package/tests/solver/bugreport28-18a9ef/bugreport28-18a9ef.test.ts +93 -0
  72. package/tests/solver/bugreport29-7deae8/__snapshots__/bugreport29-7deae8.snap.svg +44 -0
  73. package/tests/solver/bugreport29-7deae8/bugreport29-7deae8.json +4118 -0
  74. package/tests/solver/bugreport29-7deae8/bugreport29-7deae8.test.ts +93 -0
  75. package/tests/solver/bugreport30-2174c8/__snapshots__/bugreport30-2174c8.snap.svg +44 -0
  76. package/tests/solver/bugreport30-2174c8/bugreport30-2174c8.json +4007 -0
  77. package/tests/solver/bugreport30-2174c8/bugreport30-2174c8.test.ts +93 -0
  78. package/tests/solver/bugreport33-213d45/__snapshots__/bugreport33-213d45.snap.svg +44 -0
  79. package/tests/solver/bugreport33-213d45/bugreport33-213d45.json +5089 -0
  80. package/tests/solver/bugreport33-213d45/bugreport33-213d45.test.ts +93 -0
  81. package/tests/solver/bugreport34-e9dea2/__snapshots__/bugreport34-e9dea2.snap.svg +44 -0
  82. package/tests/solver/bugreport34-e9dea2/bugreport34-e9dea2.json +3924 -0
  83. package/tests/solver/bugreport34-e9dea2/bugreport34-e9dea2.test.ts +93 -0
  84. package/tests/solver/bugreport35-191db9/__snapshots__/bugreport35-191db9.snap.svg +44 -0
  85. package/tests/solver/bugreport35-191db9/bugreport35-191db9.json +4237 -0
  86. package/tests/solver/bugreport35-191db9/bugreport35-191db9.test.ts +93 -0
  87. package/tests/solver/bugreport36-bf8303/__snapshots__/bugreport36-bf8303.snap.svg +44 -0
  88. package/tests/solver/bugreport36-bf8303/bugreport36-bf8303.json +29660 -0
  89. package/tests/solver/bugreport36-bf8303/bugreport36-bf8303.test.ts +93 -0
  90. package/tests/solver/interaction/__snapshots__/interaction.snap.svg +44 -0
  91. package/tests/solver/interaction/interaction.srj.json +58 -0
  92. package/tests/solver/interaction/interaction.test.ts +92 -0
  93. package/tests/solver/multi-point/__snapshots__/multi-point.snap.svg +44 -0
  94. package/tests/solver/multi-point/multi-point.srj.json +57 -0
  95. package/tests/solver/multi-point/multi-point.test.ts +92 -0
  96. package/tests/solver/no-better-path/__snapshots__/no-better-path.snap.svg +44 -0
  97. package/tests/solver/no-better-path/no-better-path.srj.json +48 -0
  98. package/tests/solver/no-better-path/no-better-path.test.ts +92 -0
  99. package/tests/solver/offboardconnects01/__snapshots__/offboardconnects01.snap.svg +44 -0
  100. package/tests/solver/offboardconnects01/offboardconnects01.srj.json +53 -0
  101. package/tests/solver/offboardconnects01/offboardconnects01.test.ts +92 -0
  102. package/tests/solver/pcb_trace_id-should-return-root-connection-name/__snapshots__/pcb_trace_id-should-return-root-connection-name.snap.svg +44 -0
  103. package/tests/solver/pcb_trace_id-should-return-root-connection-name/pcb_trace_id-should-return-root-connection-name.srj.json +129 -0
  104. package/tests/solver/pcb_trace_id-should-return-root-connection-name/pcb_trace_id-should-return-root-connection-name.test.ts +92 -0
  105. package/tests/solver/transitivity/__snapshots__/transitivity.snap.svg +44 -0
  106. package/tests/solver/transitivity/transitivity.srj.json +64 -0
  107. package/tests/solver/transitivity/transitivity.test.ts +92 -0
@@ -0,0 +1,3924 @@
1
+ {
2
+ "autorouting_bug_report_id": "e9dea27d-6dc6-4718-9d07-d4732e4cbf8e",
3
+ "reporter_account_id": "9f398687-69d0-4ef4-a48c-bb6dc990e7df",
4
+ "package_id": null,
5
+ "title": "<board#212698 />",
6
+ "simple_route_json": {
7
+ "bounds": {
8
+ "maxX": 46,
9
+ "maxY": 46,
10
+ "minX": -46,
11
+ "minY": -46
12
+ },
13
+ "outline": [
14
+ {
15
+ "x": -43,
16
+ "y": -45
17
+ },
18
+ {
19
+ "x": 43,
20
+ "y": -45
21
+ },
22
+ {
23
+ "x": 43.098135348654836,
24
+ "y": -44.997590912410345
25
+ },
26
+ {
27
+ "x": 43.19603428065912,
28
+ "y": -44.99036945334439
29
+ },
30
+ {
31
+ "x": 43.29346094891072,
32
+ "y": -44.978353019929564
33
+ },
34
+ {
35
+ "x": 43.390180644032256,
36
+ "y": -44.961570560806464
37
+ },
38
+ {
39
+ "x": 43.485960359806526,
40
+ "y": -44.94006250638909
41
+ },
42
+ {
43
+ "x": 43.580569354508924,
44
+ "y": -44.91388067146442
45
+ },
46
+ {
47
+ "x": 43.67377970678444,
48
+ "y": -44.88308813036604
49
+ },
50
+ {
51
+ "x": 43.76536686473018,
52
+ "y": -44.84775906502257
53
+ },
54
+ {
55
+ "x": 43.855110186860564,
56
+ "y": -44.80797858624689
57
+ },
58
+ {
59
+ "x": 43.942793473651996,
60
+ "y": -44.76384252869671
61
+ },
62
+ {
63
+ "x": 44.02820548838644,
64
+ "y": -44.715457220000545
65
+ },
66
+ {
67
+ "x": 44.1111404660392,
68
+ "y": -44.66293922460509
69
+ },
70
+ {
71
+ "x": 44.19139860898487,
72
+ "y": -44.60641506296129
73
+ },
74
+ {
75
+ "x": 44.26878656832729,
76
+ "y": -44.546020906725474
77
+ },
78
+ {
79
+ "x": 44.34311790969404,
80
+ "y": -44.481902250709915
81
+ },
82
+ {
83
+ "x": 44.41421356237309,
84
+ "y": -44.41421356237309
85
+ },
86
+ {
87
+ "x": 44.481902250709915,
88
+ "y": -44.34311790969404
89
+ },
90
+ {
91
+ "x": 44.546020906725474,
92
+ "y": -44.26878656832729
93
+ },
94
+ {
95
+ "x": 44.60641506296129,
96
+ "y": -44.19139860898487
97
+ },
98
+ {
99
+ "x": 44.66293922460509,
100
+ "y": -44.1111404660392
101
+ },
102
+ {
103
+ "x": 44.715457220000545,
104
+ "y": -44.02820548838644
105
+ },
106
+ {
107
+ "x": 44.76384252869671,
108
+ "y": -43.942793473651996
109
+ },
110
+ {
111
+ "x": 44.80797858624689,
112
+ "y": -43.855110186860564
113
+ },
114
+ {
115
+ "x": 44.84775906502257,
116
+ "y": -43.76536686473018
117
+ },
118
+ {
119
+ "x": 44.88308813036604,
120
+ "y": -43.67377970678444
121
+ },
122
+ {
123
+ "x": 44.91388067146442,
124
+ "y": -43.580569354508924
125
+ },
126
+ {
127
+ "x": 44.94006250638909,
128
+ "y": -43.485960359806526
129
+ },
130
+ {
131
+ "x": 44.961570560806464,
132
+ "y": -43.390180644032256
133
+ },
134
+ {
135
+ "x": 44.978353019929564,
136
+ "y": -43.29346094891072
137
+ },
138
+ {
139
+ "x": 44.99036945334439,
140
+ "y": -43.19603428065912
141
+ },
142
+ {
143
+ "x": 44.997590912410345,
144
+ "y": -43.098135348654836
145
+ },
146
+ {
147
+ "x": 45,
148
+ "y": -43
149
+ },
150
+ {
151
+ "x": 45,
152
+ "y": 43
153
+ },
154
+ {
155
+ "x": 44.997590912410345,
156
+ "y": 43.098135348654836
157
+ },
158
+ {
159
+ "x": 44.99036945334439,
160
+ "y": 43.19603428065912
161
+ },
162
+ {
163
+ "x": 44.978353019929564,
164
+ "y": 43.29346094891072
165
+ },
166
+ {
167
+ "x": 44.961570560806464,
168
+ "y": 43.390180644032256
169
+ },
170
+ {
171
+ "x": 44.94006250638909,
172
+ "y": 43.485960359806526
173
+ },
174
+ {
175
+ "x": 44.91388067146442,
176
+ "y": 43.580569354508924
177
+ },
178
+ {
179
+ "x": 44.88308813036604,
180
+ "y": 43.67377970678444
181
+ },
182
+ {
183
+ "x": 44.84775906502257,
184
+ "y": 43.76536686473018
185
+ },
186
+ {
187
+ "x": 44.80797858624689,
188
+ "y": 43.855110186860564
189
+ },
190
+ {
191
+ "x": 44.76384252869671,
192
+ "y": 43.942793473651996
193
+ },
194
+ {
195
+ "x": 44.715457220000545,
196
+ "y": 44.02820548838644
197
+ },
198
+ {
199
+ "x": 44.66293922460509,
200
+ "y": 44.1111404660392
201
+ },
202
+ {
203
+ "x": 44.60641506296129,
204
+ "y": 44.19139860898487
205
+ },
206
+ {
207
+ "x": 44.546020906725474,
208
+ "y": 44.26878656832729
209
+ },
210
+ {
211
+ "x": 44.481902250709915,
212
+ "y": 44.34311790969404
213
+ },
214
+ {
215
+ "x": 44.41421356237309,
216
+ "y": 44.41421356237309
217
+ },
218
+ {
219
+ "x": 44.34311790969404,
220
+ "y": 44.481902250709915
221
+ },
222
+ {
223
+ "x": 44.26878656832729,
224
+ "y": 44.546020906725474
225
+ },
226
+ {
227
+ "x": 44.19139860898487,
228
+ "y": 44.60641506296129
229
+ },
230
+ {
231
+ "x": 44.1111404660392,
232
+ "y": 44.66293922460509
233
+ },
234
+ {
235
+ "x": 44.02820548838644,
236
+ "y": 44.715457220000545
237
+ },
238
+ {
239
+ "x": 43.942793473651996,
240
+ "y": 44.76384252869671
241
+ },
242
+ {
243
+ "x": 43.855110186860564,
244
+ "y": 44.80797858624689
245
+ },
246
+ {
247
+ "x": 43.76536686473018,
248
+ "y": 44.84775906502257
249
+ },
250
+ {
251
+ "x": 43.67377970678444,
252
+ "y": 44.88308813036604
253
+ },
254
+ {
255
+ "x": 43.580569354508924,
256
+ "y": 44.91388067146442
257
+ },
258
+ {
259
+ "x": 43.485960359806526,
260
+ "y": 44.94006250638909
261
+ },
262
+ {
263
+ "x": 43.390180644032256,
264
+ "y": 44.961570560806464
265
+ },
266
+ {
267
+ "x": 43.29346094891072,
268
+ "y": 44.978353019929564
269
+ },
270
+ {
271
+ "x": 43.19603428065912,
272
+ "y": 44.99036945334439
273
+ },
274
+ {
275
+ "x": 43.098135348654836,
276
+ "y": 44.997590912410345
277
+ },
278
+ {
279
+ "x": 43,
280
+ "y": 45
281
+ },
282
+ {
283
+ "x": -43,
284
+ "y": 45
285
+ },
286
+ {
287
+ "x": -43.098135348654836,
288
+ "y": 44.997590912410345
289
+ },
290
+ {
291
+ "x": -43.19603428065912,
292
+ "y": 44.99036945334439
293
+ },
294
+ {
295
+ "x": -43.29346094891072,
296
+ "y": 44.978353019929564
297
+ },
298
+ {
299
+ "x": -43.390180644032256,
300
+ "y": 44.961570560806464
301
+ },
302
+ {
303
+ "x": -43.485960359806526,
304
+ "y": 44.94006250638909
305
+ },
306
+ {
307
+ "x": -43.580569354508924,
308
+ "y": 44.91388067146442
309
+ },
310
+ {
311
+ "x": -43.67377970678444,
312
+ "y": 44.88308813036604
313
+ },
314
+ {
315
+ "x": -43.76536686473018,
316
+ "y": 44.84775906502257
317
+ },
318
+ {
319
+ "x": -43.855110186860564,
320
+ "y": 44.80797858624689
321
+ },
322
+ {
323
+ "x": -43.942793473651996,
324
+ "y": 44.76384252869671
325
+ },
326
+ {
327
+ "x": -44.02820548838644,
328
+ "y": 44.715457220000545
329
+ },
330
+ {
331
+ "x": -44.1111404660392,
332
+ "y": 44.66293922460509
333
+ },
334
+ {
335
+ "x": -44.19139860898487,
336
+ "y": 44.60641506296129
337
+ },
338
+ {
339
+ "x": -44.26878656832729,
340
+ "y": 44.546020906725474
341
+ },
342
+ {
343
+ "x": -44.34311790969404,
344
+ "y": 44.481902250709915
345
+ },
346
+ {
347
+ "x": -44.41421356237309,
348
+ "y": 44.41421356237309
349
+ },
350
+ {
351
+ "x": -44.481902250709915,
352
+ "y": 44.34311790969404
353
+ },
354
+ {
355
+ "x": -44.546020906725474,
356
+ "y": 44.26878656832729
357
+ },
358
+ {
359
+ "x": -44.60641506296129,
360
+ "y": 44.19139860898487
361
+ },
362
+ {
363
+ "x": -44.66293922460509,
364
+ "y": 44.1111404660392
365
+ },
366
+ {
367
+ "x": -44.715457220000545,
368
+ "y": 44.02820548838644
369
+ },
370
+ {
371
+ "x": -44.76384252869671,
372
+ "y": 43.942793473651996
373
+ },
374
+ {
375
+ "x": -44.80797858624689,
376
+ "y": 43.855110186860564
377
+ },
378
+ {
379
+ "x": -44.84775906502257,
380
+ "y": 43.76536686473018
381
+ },
382
+ {
383
+ "x": -44.88308813036604,
384
+ "y": 43.67377970678444
385
+ },
386
+ {
387
+ "x": -44.91388067146442,
388
+ "y": 43.580569354508924
389
+ },
390
+ {
391
+ "x": -44.94006250638909,
392
+ "y": 43.485960359806526
393
+ },
394
+ {
395
+ "x": -44.961570560806464,
396
+ "y": 43.390180644032256
397
+ },
398
+ {
399
+ "x": -44.978353019929564,
400
+ "y": 43.29346094891072
401
+ },
402
+ {
403
+ "x": -44.99036945334439,
404
+ "y": 43.19603428065912
405
+ },
406
+ {
407
+ "x": -44.997590912410345,
408
+ "y": 43.098135348654836
409
+ },
410
+ {
411
+ "x": -45,
412
+ "y": 43
413
+ },
414
+ {
415
+ "x": -45,
416
+ "y": -43
417
+ },
418
+ {
419
+ "x": -44.997590912410345,
420
+ "y": -43.098135348654836
421
+ },
422
+ {
423
+ "x": -44.99036945334439,
424
+ "y": -43.19603428065912
425
+ },
426
+ {
427
+ "x": -44.978353019929564,
428
+ "y": -43.29346094891072
429
+ },
430
+ {
431
+ "x": -44.961570560806464,
432
+ "y": -43.390180644032256
433
+ },
434
+ {
435
+ "x": -44.94006250638909,
436
+ "y": -43.485960359806526
437
+ },
438
+ {
439
+ "x": -44.91388067146442,
440
+ "y": -43.580569354508924
441
+ },
442
+ {
443
+ "x": -44.88308813036604,
444
+ "y": -43.67377970678444
445
+ },
446
+ {
447
+ "x": -44.84775906502257,
448
+ "y": -43.76536686473018
449
+ },
450
+ {
451
+ "x": -44.80797858624689,
452
+ "y": -43.855110186860564
453
+ },
454
+ {
455
+ "x": -44.76384252869671,
456
+ "y": -43.942793473651996
457
+ },
458
+ {
459
+ "x": -44.715457220000545,
460
+ "y": -44.02820548838644
461
+ },
462
+ {
463
+ "x": -44.66293922460509,
464
+ "y": -44.1111404660392
465
+ },
466
+ {
467
+ "x": -44.60641506296129,
468
+ "y": -44.19139860898487
469
+ },
470
+ {
471
+ "x": -44.546020906725474,
472
+ "y": -44.26878656832729
473
+ },
474
+ {
475
+ "x": -44.481902250709915,
476
+ "y": -44.34311790969404
477
+ },
478
+ {
479
+ "x": -44.41421356237309,
480
+ "y": -44.41421356237309
481
+ },
482
+ {
483
+ "x": -44.34311790969404,
484
+ "y": -44.481902250709915
485
+ },
486
+ {
487
+ "x": -44.26878656832729,
488
+ "y": -44.546020906725474
489
+ },
490
+ {
491
+ "x": -44.19139860898487,
492
+ "y": -44.60641506296129
493
+ },
494
+ {
495
+ "x": -44.1111404660392,
496
+ "y": -44.66293922460509
497
+ },
498
+ {
499
+ "x": -44.02820548838644,
500
+ "y": -44.715457220000545
501
+ },
502
+ {
503
+ "x": -43.942793473651996,
504
+ "y": -44.76384252869671
505
+ },
506
+ {
507
+ "x": -43.855110186860564,
508
+ "y": -44.80797858624689
509
+ },
510
+ {
511
+ "x": -43.76536686473018,
512
+ "y": -44.84775906502257
513
+ },
514
+ {
515
+ "x": -43.67377970678444,
516
+ "y": -44.88308813036604
517
+ },
518
+ {
519
+ "x": -43.580569354508924,
520
+ "y": -44.91388067146442
521
+ },
522
+ {
523
+ "x": -43.485960359806526,
524
+ "y": -44.94006250638909
525
+ },
526
+ {
527
+ "x": -43.390180644032256,
528
+ "y": -44.96157056080646
529
+ },
530
+ {
531
+ "x": -43.29346094891072,
532
+ "y": -44.978353019929564
533
+ },
534
+ {
535
+ "x": -43.19603428065912,
536
+ "y": -44.99036945334439
537
+ },
538
+ {
539
+ "x": -43.098135348654836,
540
+ "y": -44.997590912410345
541
+ },
542
+ {
543
+ "x": -43,
544
+ "y": -45
545
+ }
546
+ ],
547
+ "obstacles": [
548
+ {
549
+ "type": "rect",
550
+ "width": 2,
551
+ "center": {
552
+ "x": 8.889999999999999,
553
+ "y": -40.46
554
+ },
555
+ "height": 1.6,
556
+ "layers": ["top"],
557
+ "connectedTo": [
558
+ "pcb_smtpad_0",
559
+ "connectivity_net291",
560
+ "source_port_0",
561
+ "pcb_smtpad_0",
562
+ "pcb_port_0"
563
+ ]
564
+ },
565
+ {
566
+ "type": "rect",
567
+ "width": 2,
568
+ "center": {
569
+ "x": 8.889999999999999,
570
+ "y": -37.92
571
+ },
572
+ "height": 1.6,
573
+ "layers": ["top"],
574
+ "connectedTo": [
575
+ "pcb_smtpad_1",
576
+ "connectivity_net149",
577
+ "source_trace_64",
578
+ "source_port_69",
579
+ "source_trace_63",
580
+ "source_port_68",
581
+ "source_trace_60",
582
+ "source_port_65",
583
+ "source_trace_59",
584
+ "source_port_64",
585
+ "source_trace_56",
586
+ "source_port_61",
587
+ "source_trace_55",
588
+ "source_port_60",
589
+ "source_trace_52",
590
+ "source_port_57",
591
+ "source_trace_51",
592
+ "source_port_56",
593
+ "source_trace_48",
594
+ "source_port_53",
595
+ "source_trace_47",
596
+ "source_port_52",
597
+ "source_trace_44",
598
+ "source_port_49",
599
+ "source_trace_43",
600
+ "source_port_48",
601
+ "source_trace_40",
602
+ "source_port_45",
603
+ "source_trace_39",
604
+ "source_port_44",
605
+ "source_trace_35",
606
+ "source_port_40",
607
+ "source_trace_19",
608
+ "source_port_24",
609
+ "source_trace_0",
610
+ "source_port_1",
611
+ "source_net_0",
612
+ "pcb_smtpad_1",
613
+ "pcb_port_1",
614
+ "pcb_plated_hole_1",
615
+ "pcb_port_24",
616
+ "pcb_smtpad_24",
617
+ "pcb_port_40",
618
+ "pcb_plated_hole_18",
619
+ "pcb_port_44",
620
+ "pcb_plated_hole_19",
621
+ "pcb_port_45",
622
+ "pcb_plated_hole_22",
623
+ "pcb_port_48",
624
+ "pcb_plated_hole_23",
625
+ "pcb_port_49",
626
+ "pcb_plated_hole_26",
627
+ "pcb_port_52",
628
+ "pcb_plated_hole_27",
629
+ "pcb_port_53",
630
+ "pcb_plated_hole_30",
631
+ "pcb_port_56",
632
+ "pcb_plated_hole_31",
633
+ "pcb_port_57",
634
+ "pcb_plated_hole_34",
635
+ "pcb_port_60",
636
+ "pcb_plated_hole_35",
637
+ "pcb_port_61",
638
+ "pcb_plated_hole_38",
639
+ "pcb_port_64",
640
+ "pcb_plated_hole_39",
641
+ "pcb_port_65",
642
+ "pcb_plated_hole_42",
643
+ "pcb_port_68",
644
+ "pcb_plated_hole_43",
645
+ "pcb_port_69"
646
+ ]
647
+ },
648
+ {
649
+ "type": "rect",
650
+ "width": 2,
651
+ "center": {
652
+ "x": 8.89,
653
+ "y": -35.38
654
+ },
655
+ "height": 1.6,
656
+ "layers": ["top"],
657
+ "connectedTo": [
658
+ "pcb_smtpad_2",
659
+ "connectivity_net82",
660
+ "source_trace_32",
661
+ "source_port_37",
662
+ "source_trace_25",
663
+ "source_port_30",
664
+ "source_trace_18",
665
+ "source_port_23",
666
+ "source_trace_1",
667
+ "source_port_2",
668
+ "source_net_1",
669
+ "pcb_smtpad_2",
670
+ "pcb_port_2",
671
+ "pcb_plated_hole_0",
672
+ "pcb_port_23",
673
+ "pcb_plated_hole_7",
674
+ "pcb_port_30",
675
+ "pcb_plated_hole_15",
676
+ "pcb_port_37"
677
+ ]
678
+ },
679
+ {
680
+ "type": "rect",
681
+ "width": 2,
682
+ "center": {
683
+ "x": 8.89,
684
+ "y": -32.84
685
+ },
686
+ "height": 1.6,
687
+ "layers": ["top"],
688
+ "connectedTo": [
689
+ "pcb_smtpad_3",
690
+ "connectivity_net129",
691
+ "source_trace_54",
692
+ "source_port_59",
693
+ "source_trace_53",
694
+ "source_port_58",
695
+ "source_trace_15",
696
+ "source_port_3",
697
+ "source_net_13",
698
+ "pcb_smtpad_3",
699
+ "pcb_port_3",
700
+ "pcb_plated_hole_32",
701
+ "pcb_port_58",
702
+ "pcb_plated_hole_33",
703
+ "pcb_port_59"
704
+ ]
705
+ },
706
+ {
707
+ "type": "rect",
708
+ "width": 2,
709
+ "center": {
710
+ "x": 8.89,
711
+ "y": -30.3
712
+ },
713
+ "height": 1.6,
714
+ "layers": ["top"],
715
+ "connectedTo": [
716
+ "pcb_smtpad_4",
717
+ "connectivity_net121",
718
+ "source_trace_50",
719
+ "source_port_55",
720
+ "source_trace_49",
721
+ "source_port_54",
722
+ "source_trace_14",
723
+ "source_port_4",
724
+ "source_net_12",
725
+ "pcb_smtpad_4",
726
+ "pcb_port_4",
727
+ "pcb_plated_hole_28",
728
+ "pcb_port_54",
729
+ "pcb_plated_hole_29",
730
+ "pcb_port_55"
731
+ ]
732
+ },
733
+ {
734
+ "type": "rect",
735
+ "width": 2,
736
+ "center": {
737
+ "x": 8.89,
738
+ "y": -27.76
739
+ },
740
+ "height": 1.6,
741
+ "layers": ["top"],
742
+ "connectedTo": [
743
+ "pcb_smtpad_5",
744
+ "connectivity_net113",
745
+ "source_trace_46",
746
+ "source_port_51",
747
+ "source_trace_45",
748
+ "source_port_50",
749
+ "source_trace_13",
750
+ "source_port_5",
751
+ "source_net_11",
752
+ "pcb_smtpad_5",
753
+ "pcb_port_5",
754
+ "pcb_plated_hole_24",
755
+ "pcb_port_50",
756
+ "pcb_plated_hole_25",
757
+ "pcb_port_51"
758
+ ]
759
+ },
760
+ {
761
+ "type": "rect",
762
+ "width": 2,
763
+ "center": {
764
+ "x": 8.89,
765
+ "y": -25.22
766
+ },
767
+ "height": 1.6,
768
+ "layers": ["top"],
769
+ "connectedTo": [
770
+ "pcb_smtpad_6",
771
+ "connectivity_net105",
772
+ "source_trace_42",
773
+ "source_port_47",
774
+ "source_trace_41",
775
+ "source_port_46",
776
+ "source_trace_12",
777
+ "source_port_6",
778
+ "source_net_10",
779
+ "pcb_smtpad_6",
780
+ "pcb_port_6",
781
+ "pcb_plated_hole_20",
782
+ "pcb_port_46",
783
+ "pcb_plated_hole_21",
784
+ "pcb_port_47"
785
+ ]
786
+ },
787
+ {
788
+ "type": "rect",
789
+ "width": 2,
790
+ "center": {
791
+ "x": 8.890000000000002,
792
+ "y": -22.68
793
+ },
794
+ "height": 1.6,
795
+ "layers": ["top"],
796
+ "connectedTo": [
797
+ "pcb_smtpad_7",
798
+ "connectivity_net145",
799
+ "source_trace_62",
800
+ "source_port_67",
801
+ "source_trace_61",
802
+ "source_port_66",
803
+ "source_trace_17",
804
+ "source_port_7",
805
+ "source_net_15",
806
+ "pcb_smtpad_7",
807
+ "pcb_port_7",
808
+ "pcb_plated_hole_40",
809
+ "pcb_port_66",
810
+ "pcb_plated_hole_41",
811
+ "pcb_port_67"
812
+ ]
813
+ },
814
+ {
815
+ "type": "rect",
816
+ "width": 2,
817
+ "center": {
818
+ "x": 8.890000000000002,
819
+ "y": -20.14
820
+ },
821
+ "height": 1.6,
822
+ "layers": ["top"],
823
+ "connectedTo": [
824
+ "pcb_smtpad_8",
825
+ "connectivity_net137",
826
+ "source_trace_58",
827
+ "source_port_63",
828
+ "source_trace_57",
829
+ "source_port_62",
830
+ "source_trace_16",
831
+ "source_port_8",
832
+ "source_net_14",
833
+ "pcb_smtpad_8",
834
+ "pcb_port_8",
835
+ "pcb_plated_hole_36",
836
+ "pcb_port_62",
837
+ "pcb_plated_hole_37",
838
+ "pcb_port_63"
839
+ ]
840
+ },
841
+ {
842
+ "type": "rect",
843
+ "width": 2,
844
+ "center": {
845
+ "x": -8.890000000000002,
846
+ "y": -40.46
847
+ },
848
+ "height": 1.6,
849
+ "layers": ["top"],
850
+ "connectedTo": [
851
+ "pcb_smtpad_9",
852
+ "connectivity_net292",
853
+ "source_port_9",
854
+ "pcb_smtpad_9",
855
+ "pcb_port_9"
856
+ ]
857
+ },
858
+ {
859
+ "type": "rect",
860
+ "width": 2,
861
+ "center": {
862
+ "x": -8.890000000000002,
863
+ "y": -37.92
864
+ },
865
+ "height": 1.6,
866
+ "layers": ["top"],
867
+ "connectedTo": [
868
+ "pcb_smtpad_10",
869
+ "connectivity_net293",
870
+ "source_port_10",
871
+ "pcb_smtpad_10",
872
+ "pcb_port_10"
873
+ ]
874
+ },
875
+ {
876
+ "type": "rect",
877
+ "width": 2,
878
+ "center": {
879
+ "x": -8.89,
880
+ "y": -35.379999999999995
881
+ },
882
+ "height": 1.6,
883
+ "layers": ["top"],
884
+ "connectedTo": [
885
+ "pcb_smtpad_11",
886
+ "connectivity_net70",
887
+ "source_trace_27",
888
+ "source_port_32",
889
+ "source_trace_24",
890
+ "source_port_29",
891
+ "source_trace_10",
892
+ "source_port_21",
893
+ "source_trace_2",
894
+ "source_port_11",
895
+ "source_net_2",
896
+ "pcb_smtpad_11",
897
+ "pcb_port_11",
898
+ "pcb_smtpad_21",
899
+ "pcb_port_21",
900
+ "pcb_plated_hole_6",
901
+ "pcb_port_29",
902
+ "pcb_plated_hole_9",
903
+ "pcb_port_32"
904
+ ]
905
+ },
906
+ {
907
+ "type": "rect",
908
+ "width": 2,
909
+ "center": {
910
+ "x": -8.89,
911
+ "y": -32.839999999999996
912
+ },
913
+ "height": 1.6,
914
+ "layers": ["top"],
915
+ "connectedTo": [
916
+ "pcb_smtpad_12",
917
+ "connectivity_net74",
918
+ "source_trace_29",
919
+ "source_port_34",
920
+ "source_trace_23",
921
+ "source_port_28",
922
+ "source_trace_11",
923
+ "source_port_20",
924
+ "source_trace_3",
925
+ "source_port_12",
926
+ "source_net_3",
927
+ "pcb_smtpad_12",
928
+ "pcb_port_12",
929
+ "pcb_smtpad_20",
930
+ "pcb_port_20",
931
+ "pcb_plated_hole_5",
932
+ "pcb_port_28",
933
+ "pcb_plated_hole_11",
934
+ "pcb_port_34"
935
+ ]
936
+ },
937
+ {
938
+ "type": "rect",
939
+ "width": 2,
940
+ "center": {
941
+ "x": -8.89,
942
+ "y": -30.299999999999997
943
+ },
944
+ "height": 1.6,
945
+ "layers": ["top"],
946
+ "connectedTo": [
947
+ "pcb_smtpad_13",
948
+ "connectivity_net68",
949
+ "source_trace_26",
950
+ "source_port_31",
951
+ "source_trace_4",
952
+ "source_port_13",
953
+ "source_net_4",
954
+ "pcb_smtpad_13",
955
+ "pcb_port_13",
956
+ "pcb_plated_hole_8",
957
+ "pcb_port_31"
958
+ ]
959
+ },
960
+ {
961
+ "type": "rect",
962
+ "width": 2,
963
+ "center": {
964
+ "x": -8.89,
965
+ "y": -27.759999999999998
966
+ },
967
+ "height": 1.6,
968
+ "layers": ["top"],
969
+ "connectedTo": [
970
+ "pcb_smtpad_14",
971
+ "connectivity_net56",
972
+ "source_trace_20",
973
+ "source_port_25",
974
+ "source_trace_5",
975
+ "source_port_14",
976
+ "source_net_5",
977
+ "pcb_smtpad_14",
978
+ "pcb_port_14",
979
+ "pcb_plated_hole_2",
980
+ "pcb_port_25"
981
+ ]
982
+ },
983
+ {
984
+ "type": "rect",
985
+ "width": 2,
986
+ "center": {
987
+ "x": -8.89,
988
+ "y": -25.22
989
+ },
990
+ "height": 1.6,
991
+ "layers": ["top"],
992
+ "connectedTo": [
993
+ "pcb_smtpad_15",
994
+ "connectivity_net60",
995
+ "source_trace_22",
996
+ "source_port_27",
997
+ "source_trace_6",
998
+ "source_port_15",
999
+ "source_net_6",
1000
+ "pcb_smtpad_15",
1001
+ "pcb_port_15",
1002
+ "pcb_plated_hole_4",
1003
+ "pcb_port_27"
1004
+ ]
1005
+ },
1006
+ {
1007
+ "type": "rect",
1008
+ "width": 2,
1009
+ "center": {
1010
+ "x": -8.889999999999999,
1011
+ "y": -22.68
1012
+ },
1013
+ "height": 1.6,
1014
+ "layers": ["top"],
1015
+ "connectedTo": [
1016
+ "pcb_smtpad_16",
1017
+ "connectivity_net58",
1018
+ "source_trace_21",
1019
+ "source_port_26",
1020
+ "source_trace_7",
1021
+ "source_port_16",
1022
+ "source_net_7",
1023
+ "pcb_smtpad_16",
1024
+ "pcb_port_16",
1025
+ "pcb_plated_hole_3",
1026
+ "pcb_port_26"
1027
+ ]
1028
+ },
1029
+ {
1030
+ "type": "rect",
1031
+ "width": 2,
1032
+ "center": {
1033
+ "x": -8.889999999999999,
1034
+ "y": -20.14
1035
+ },
1036
+ "height": 1.6,
1037
+ "layers": ["top"],
1038
+ "connectedTo": [
1039
+ "pcb_smtpad_17",
1040
+ "connectivity_net24",
1041
+ "source_trace_8",
1042
+ "source_port_17",
1043
+ "source_net_8",
1044
+ "pcb_smtpad_17",
1045
+ "pcb_port_17"
1046
+ ]
1047
+ },
1048
+ {
1049
+ "type": "rect",
1050
+ "width": 1.6,
1051
+ "center": {
1052
+ "x": 5.080000000000002,
1053
+ "y": -17.84
1054
+ },
1055
+ "height": 2,
1056
+ "layers": ["top"],
1057
+ "connectedTo": [
1058
+ "pcb_smtpad_18",
1059
+ "connectivity_net294",
1060
+ "source_port_18",
1061
+ "pcb_smtpad_18",
1062
+ "pcb_port_18"
1063
+ ]
1064
+ },
1065
+ {
1066
+ "type": "rect",
1067
+ "width": 1.6,
1068
+ "center": {
1069
+ "x": 2.5400000000000014,
1070
+ "y": -17.84
1071
+ },
1072
+ "height": 2,
1073
+ "layers": ["top"],
1074
+ "connectedTo": [
1075
+ "pcb_smtpad_19",
1076
+ "connectivity_net295",
1077
+ "source_port_19",
1078
+ "pcb_smtpad_19",
1079
+ "pcb_port_19"
1080
+ ]
1081
+ },
1082
+ {
1083
+ "type": "rect",
1084
+ "width": 1.6,
1085
+ "center": {
1086
+ "x": 1.4891705077631816e-15,
1087
+ "y": -17.84
1088
+ },
1089
+ "height": 2,
1090
+ "layers": ["top"],
1091
+ "connectedTo": [
1092
+ "pcb_smtpad_20",
1093
+ "connectivity_net74",
1094
+ "source_trace_29",
1095
+ "source_port_34",
1096
+ "source_trace_23",
1097
+ "source_port_28",
1098
+ "source_trace_11",
1099
+ "source_port_20",
1100
+ "source_trace_3",
1101
+ "source_port_12",
1102
+ "source_net_3",
1103
+ "pcb_smtpad_12",
1104
+ "pcb_port_12",
1105
+ "pcb_smtpad_20",
1106
+ "pcb_port_20",
1107
+ "pcb_plated_hole_5",
1108
+ "pcb_port_28",
1109
+ "pcb_plated_hole_11",
1110
+ "pcb_port_34"
1111
+ ]
1112
+ },
1113
+ {
1114
+ "type": "rect",
1115
+ "width": 1.6,
1116
+ "center": {
1117
+ "x": -2.5399999999999987,
1118
+ "y": -17.84
1119
+ },
1120
+ "height": 2,
1121
+ "layers": ["top"],
1122
+ "connectedTo": [
1123
+ "pcb_smtpad_21",
1124
+ "connectivity_net70",
1125
+ "source_trace_27",
1126
+ "source_port_32",
1127
+ "source_trace_24",
1128
+ "source_port_29",
1129
+ "source_trace_10",
1130
+ "source_port_21",
1131
+ "source_trace_2",
1132
+ "source_port_11",
1133
+ "source_net_2",
1134
+ "pcb_smtpad_11",
1135
+ "pcb_port_11",
1136
+ "pcb_smtpad_21",
1137
+ "pcb_port_21",
1138
+ "pcb_plated_hole_6",
1139
+ "pcb_port_29",
1140
+ "pcb_plated_hole_9",
1141
+ "pcb_port_32"
1142
+ ]
1143
+ },
1144
+ {
1145
+ "type": "rect",
1146
+ "width": 1.6,
1147
+ "center": {
1148
+ "x": -5.079999999999998,
1149
+ "y": -17.84
1150
+ },
1151
+ "height": 2,
1152
+ "layers": ["top"],
1153
+ "connectedTo": [
1154
+ "pcb_smtpad_22",
1155
+ "connectivity_net72",
1156
+ "source_trace_28",
1157
+ "source_port_33",
1158
+ "source_trace_9",
1159
+ "source_port_22",
1160
+ "source_net_9",
1161
+ "pcb_smtpad_22",
1162
+ "pcb_port_22",
1163
+ "pcb_plated_hole_10",
1164
+ "pcb_port_33"
1165
+ ]
1166
+ },
1167
+ {
1168
+ "type": "rect",
1169
+ "width": 0.6999986,
1170
+ "center": {
1171
+ "x": 0.9499599999999192,
1172
+ "y": -9.000002000000109
1173
+ },
1174
+ "height": 1.2500101999999997,
1175
+ "layers": ["top"],
1176
+ "connectedTo": [
1177
+ "pcb_smtpad_23",
1178
+ "connectivity_net87",
1179
+ "source_trace_34",
1180
+ "source_port_39",
1181
+ "source_net_17",
1182
+ "pcb_smtpad_23",
1183
+ "pcb_port_39"
1184
+ ]
1185
+ },
1186
+ {
1187
+ "type": "rect",
1188
+ "width": 0.6999986,
1189
+ "center": {
1190
+ "x": -0.949959999999919,
1191
+ "y": -9.000002000000109
1192
+ },
1193
+ "height": 1.2500101999999997,
1194
+ "layers": ["top"],
1195
+ "connectedTo": [
1196
+ "pcb_smtpad_24",
1197
+ "connectivity_net149",
1198
+ "source_trace_64",
1199
+ "source_port_69",
1200
+ "source_trace_63",
1201
+ "source_port_68",
1202
+ "source_trace_60",
1203
+ "source_port_65",
1204
+ "source_trace_59",
1205
+ "source_port_64",
1206
+ "source_trace_56",
1207
+ "source_port_61",
1208
+ "source_trace_55",
1209
+ "source_port_60",
1210
+ "source_trace_52",
1211
+ "source_port_57",
1212
+ "source_trace_51",
1213
+ "source_port_56",
1214
+ "source_trace_48",
1215
+ "source_port_53",
1216
+ "source_trace_47",
1217
+ "source_port_52",
1218
+ "source_trace_44",
1219
+ "source_port_49",
1220
+ "source_trace_43",
1221
+ "source_port_48",
1222
+ "source_trace_40",
1223
+ "source_port_45",
1224
+ "source_trace_39",
1225
+ "source_port_44",
1226
+ "source_trace_35",
1227
+ "source_port_40",
1228
+ "source_trace_19",
1229
+ "source_port_24",
1230
+ "source_trace_0",
1231
+ "source_port_1",
1232
+ "source_net_0",
1233
+ "pcb_smtpad_1",
1234
+ "pcb_port_1",
1235
+ "pcb_plated_hole_1",
1236
+ "pcb_port_24",
1237
+ "pcb_smtpad_24",
1238
+ "pcb_port_40",
1239
+ "pcb_plated_hole_18",
1240
+ "pcb_port_44",
1241
+ "pcb_plated_hole_19",
1242
+ "pcb_port_45",
1243
+ "pcb_plated_hole_22",
1244
+ "pcb_port_48",
1245
+ "pcb_plated_hole_23",
1246
+ "pcb_port_49",
1247
+ "pcb_plated_hole_26",
1248
+ "pcb_port_52",
1249
+ "pcb_plated_hole_27",
1250
+ "pcb_port_53",
1251
+ "pcb_plated_hole_30",
1252
+ "pcb_port_56",
1253
+ "pcb_plated_hole_31",
1254
+ "pcb_port_57",
1255
+ "pcb_plated_hole_34",
1256
+ "pcb_port_60",
1257
+ "pcb_plated_hole_35",
1258
+ "pcb_port_61",
1259
+ "pcb_plated_hole_38",
1260
+ "pcb_port_64",
1261
+ "pcb_plated_hole_39",
1262
+ "pcb_port_65",
1263
+ "pcb_plated_hole_42",
1264
+ "pcb_port_68",
1265
+ "pcb_plated_hole_43",
1266
+ "pcb_port_69"
1267
+ ]
1268
+ },
1269
+ {
1270
+ "type": "rect",
1271
+ "width": 0.6999986,
1272
+ "center": {
1273
+ "x": -6.123221749268109e-17,
1274
+ "y": -10.999997999999891
1275
+ },
1276
+ "height": 1.2500101999999997,
1277
+ "layers": ["top"],
1278
+ "connectedTo": [
1279
+ "pcb_smtpad_25",
1280
+ "connectivity_net92",
1281
+ "source_trace_36",
1282
+ "source_port_41",
1283
+ "source_trace_33",
1284
+ "source_port_38",
1285
+ "source_net_20",
1286
+ "pcb_plated_hole_14",
1287
+ "pcb_port_38",
1288
+ "pcb_smtpad_25",
1289
+ "pcb_port_41"
1290
+ ]
1291
+ },
1292
+ {
1293
+ "type": "oval",
1294
+ "width": 1.8,
1295
+ "center": {
1296
+ "x": -38.7,
1297
+ "y": 1.4899999999999984
1298
+ },
1299
+ "height": 1.8,
1300
+ "layers": ["top", "inner1", "inner2", "bottom"],
1301
+ "connectedTo": [
1302
+ "pcb_plated_hole_0",
1303
+ "connectivity_net82",
1304
+ "source_trace_32",
1305
+ "source_port_37",
1306
+ "source_trace_25",
1307
+ "source_port_30",
1308
+ "source_trace_18",
1309
+ "source_port_23",
1310
+ "source_trace_1",
1311
+ "source_port_2",
1312
+ "source_net_1",
1313
+ "pcb_smtpad_2",
1314
+ "pcb_port_2",
1315
+ "pcb_plated_hole_0",
1316
+ "pcb_port_23",
1317
+ "pcb_plated_hole_7",
1318
+ "pcb_port_30",
1319
+ "pcb_plated_hole_15",
1320
+ "pcb_port_37"
1321
+ ]
1322
+ },
1323
+ {
1324
+ "type": "oval",
1325
+ "width": 1.8,
1326
+ "center": {
1327
+ "x": -38.7,
1328
+ "y": 4.029999999999999
1329
+ },
1330
+ "height": 1.8,
1331
+ "layers": ["top", "inner1", "inner2", "bottom"],
1332
+ "connectedTo": [
1333
+ "pcb_plated_hole_1",
1334
+ "connectivity_net149",
1335
+ "source_trace_64",
1336
+ "source_port_69",
1337
+ "source_trace_63",
1338
+ "source_port_68",
1339
+ "source_trace_60",
1340
+ "source_port_65",
1341
+ "source_trace_59",
1342
+ "source_port_64",
1343
+ "source_trace_56",
1344
+ "source_port_61",
1345
+ "source_trace_55",
1346
+ "source_port_60",
1347
+ "source_trace_52",
1348
+ "source_port_57",
1349
+ "source_trace_51",
1350
+ "source_port_56",
1351
+ "source_trace_48",
1352
+ "source_port_53",
1353
+ "source_trace_47",
1354
+ "source_port_52",
1355
+ "source_trace_44",
1356
+ "source_port_49",
1357
+ "source_trace_43",
1358
+ "source_port_48",
1359
+ "source_trace_40",
1360
+ "source_port_45",
1361
+ "source_trace_39",
1362
+ "source_port_44",
1363
+ "source_trace_35",
1364
+ "source_port_40",
1365
+ "source_trace_19",
1366
+ "source_port_24",
1367
+ "source_trace_0",
1368
+ "source_port_1",
1369
+ "source_net_0",
1370
+ "pcb_smtpad_1",
1371
+ "pcb_port_1",
1372
+ "pcb_plated_hole_1",
1373
+ "pcb_port_24",
1374
+ "pcb_smtpad_24",
1375
+ "pcb_port_40",
1376
+ "pcb_plated_hole_18",
1377
+ "pcb_port_44",
1378
+ "pcb_plated_hole_19",
1379
+ "pcb_port_45",
1380
+ "pcb_plated_hole_22",
1381
+ "pcb_port_48",
1382
+ "pcb_plated_hole_23",
1383
+ "pcb_port_49",
1384
+ "pcb_plated_hole_26",
1385
+ "pcb_port_52",
1386
+ "pcb_plated_hole_27",
1387
+ "pcb_port_53",
1388
+ "pcb_plated_hole_30",
1389
+ "pcb_port_56",
1390
+ "pcb_plated_hole_31",
1391
+ "pcb_port_57",
1392
+ "pcb_plated_hole_34",
1393
+ "pcb_port_60",
1394
+ "pcb_plated_hole_35",
1395
+ "pcb_port_61",
1396
+ "pcb_plated_hole_38",
1397
+ "pcb_port_64",
1398
+ "pcb_plated_hole_39",
1399
+ "pcb_port_65",
1400
+ "pcb_plated_hole_42",
1401
+ "pcb_port_68",
1402
+ "pcb_plated_hole_43",
1403
+ "pcb_port_69"
1404
+ ]
1405
+ },
1406
+ {
1407
+ "type": "oval",
1408
+ "width": 1.8,
1409
+ "center": {
1410
+ "x": -38.7,
1411
+ "y": 6.57
1412
+ },
1413
+ "height": 1.8,
1414
+ "layers": ["top", "inner1", "inner2", "bottom"],
1415
+ "connectedTo": [
1416
+ "pcb_plated_hole_2",
1417
+ "connectivity_net56",
1418
+ "source_trace_20",
1419
+ "source_port_25",
1420
+ "source_trace_5",
1421
+ "source_port_14",
1422
+ "source_net_5",
1423
+ "pcb_smtpad_14",
1424
+ "pcb_port_14",
1425
+ "pcb_plated_hole_2",
1426
+ "pcb_port_25"
1427
+ ]
1428
+ },
1429
+ {
1430
+ "type": "oval",
1431
+ "width": 1.8,
1432
+ "center": {
1433
+ "x": -38.7,
1434
+ "y": 9.11
1435
+ },
1436
+ "height": 1.8,
1437
+ "layers": ["top", "inner1", "inner2", "bottom"],
1438
+ "connectedTo": [
1439
+ "pcb_plated_hole_3",
1440
+ "connectivity_net58",
1441
+ "source_trace_21",
1442
+ "source_port_26",
1443
+ "source_trace_7",
1444
+ "source_port_16",
1445
+ "source_net_7",
1446
+ "pcb_smtpad_16",
1447
+ "pcb_port_16",
1448
+ "pcb_plated_hole_3",
1449
+ "pcb_port_26"
1450
+ ]
1451
+ },
1452
+ {
1453
+ "type": "oval",
1454
+ "width": 1.8,
1455
+ "center": {
1456
+ "x": -38.7,
1457
+ "y": 11.65
1458
+ },
1459
+ "height": 1.8,
1460
+ "layers": ["top", "inner1", "inner2", "bottom"],
1461
+ "connectedTo": [
1462
+ "pcb_plated_hole_4",
1463
+ "connectivity_net60",
1464
+ "source_trace_22",
1465
+ "source_port_27",
1466
+ "source_trace_6",
1467
+ "source_port_15",
1468
+ "source_net_6",
1469
+ "pcb_smtpad_15",
1470
+ "pcb_port_15",
1471
+ "pcb_plated_hole_4",
1472
+ "pcb_port_27"
1473
+ ]
1474
+ },
1475
+ {
1476
+ "type": "oval",
1477
+ "width": 1.8,
1478
+ "center": {
1479
+ "x": -38.7,
1480
+ "y": 14.19
1481
+ },
1482
+ "height": 1.8,
1483
+ "layers": ["top", "inner1", "inner2", "bottom"],
1484
+ "connectedTo": [
1485
+ "pcb_plated_hole_5",
1486
+ "connectivity_net74",
1487
+ "source_trace_29",
1488
+ "source_port_34",
1489
+ "source_trace_23",
1490
+ "source_port_28",
1491
+ "source_trace_11",
1492
+ "source_port_20",
1493
+ "source_trace_3",
1494
+ "source_port_12",
1495
+ "source_net_3",
1496
+ "pcb_smtpad_12",
1497
+ "pcb_port_12",
1498
+ "pcb_smtpad_20",
1499
+ "pcb_port_20",
1500
+ "pcb_plated_hole_5",
1501
+ "pcb_port_28",
1502
+ "pcb_plated_hole_11",
1503
+ "pcb_port_34"
1504
+ ]
1505
+ },
1506
+ {
1507
+ "type": "oval",
1508
+ "width": 1.8,
1509
+ "center": {
1510
+ "x": -38.7,
1511
+ "y": 16.73
1512
+ },
1513
+ "height": 1.8,
1514
+ "layers": ["top", "inner1", "inner2", "bottom"],
1515
+ "connectedTo": [
1516
+ "pcb_plated_hole_6",
1517
+ "connectivity_net70",
1518
+ "source_trace_27",
1519
+ "source_port_32",
1520
+ "source_trace_24",
1521
+ "source_port_29",
1522
+ "source_trace_10",
1523
+ "source_port_21",
1524
+ "source_trace_2",
1525
+ "source_port_11",
1526
+ "source_net_2",
1527
+ "pcb_smtpad_11",
1528
+ "pcb_port_11",
1529
+ "pcb_smtpad_21",
1530
+ "pcb_port_21",
1531
+ "pcb_plated_hole_6",
1532
+ "pcb_port_29",
1533
+ "pcb_plated_hole_9",
1534
+ "pcb_port_32"
1535
+ ]
1536
+ },
1537
+ {
1538
+ "type": "oval",
1539
+ "width": 1.8,
1540
+ "center": {
1541
+ "x": -38.7,
1542
+ "y": 19.27
1543
+ },
1544
+ "height": 1.8,
1545
+ "layers": ["top", "inner1", "inner2", "bottom"],
1546
+ "connectedTo": [
1547
+ "pcb_plated_hole_7",
1548
+ "connectivity_net82",
1549
+ "source_trace_32",
1550
+ "source_port_37",
1551
+ "source_trace_25",
1552
+ "source_port_30",
1553
+ "source_trace_18",
1554
+ "source_port_23",
1555
+ "source_trace_1",
1556
+ "source_port_2",
1557
+ "source_net_1",
1558
+ "pcb_smtpad_2",
1559
+ "pcb_port_2",
1560
+ "pcb_plated_hole_0",
1561
+ "pcb_port_23",
1562
+ "pcb_plated_hole_7",
1563
+ "pcb_port_30",
1564
+ "pcb_plated_hole_15",
1565
+ "pcb_port_37"
1566
+ ]
1567
+ },
1568
+ {
1569
+ "type": "oval",
1570
+ "width": 1.8,
1571
+ "center": {
1572
+ "x": -38.7,
1573
+ "y": 21.81
1574
+ },
1575
+ "height": 1.8,
1576
+ "layers": ["top", "inner1", "inner2", "bottom"],
1577
+ "connectedTo": [
1578
+ "pcb_plated_hole_8",
1579
+ "connectivity_net68",
1580
+ "source_trace_26",
1581
+ "source_port_31",
1582
+ "source_trace_4",
1583
+ "source_port_13",
1584
+ "source_net_4",
1585
+ "pcb_smtpad_13",
1586
+ "pcb_port_13",
1587
+ "pcb_plated_hole_8",
1588
+ "pcb_port_31"
1589
+ ]
1590
+ },
1591
+ {
1592
+ "type": "oval",
1593
+ "width": 1.8,
1594
+ "center": {
1595
+ "x": -38.7,
1596
+ "y": 24.35
1597
+ },
1598
+ "height": 1.8,
1599
+ "layers": ["top", "inner1", "inner2", "bottom"],
1600
+ "connectedTo": [
1601
+ "pcb_plated_hole_9",
1602
+ "connectivity_net70",
1603
+ "source_trace_27",
1604
+ "source_port_32",
1605
+ "source_trace_24",
1606
+ "source_port_29",
1607
+ "source_trace_10",
1608
+ "source_port_21",
1609
+ "source_trace_2",
1610
+ "source_port_11",
1611
+ "source_net_2",
1612
+ "pcb_smtpad_11",
1613
+ "pcb_port_11",
1614
+ "pcb_smtpad_21",
1615
+ "pcb_port_21",
1616
+ "pcb_plated_hole_6",
1617
+ "pcb_port_29",
1618
+ "pcb_plated_hole_9",
1619
+ "pcb_port_32"
1620
+ ]
1621
+ },
1622
+ {
1623
+ "type": "oval",
1624
+ "width": 1.8,
1625
+ "center": {
1626
+ "x": -38.7,
1627
+ "y": 26.89
1628
+ },
1629
+ "height": 1.8,
1630
+ "layers": ["top", "inner1", "inner2", "bottom"],
1631
+ "connectedTo": [
1632
+ "pcb_plated_hole_10",
1633
+ "connectivity_net72",
1634
+ "source_trace_28",
1635
+ "source_port_33",
1636
+ "source_trace_9",
1637
+ "source_port_22",
1638
+ "source_net_9",
1639
+ "pcb_smtpad_22",
1640
+ "pcb_port_22",
1641
+ "pcb_plated_hole_10",
1642
+ "pcb_port_33"
1643
+ ]
1644
+ },
1645
+ {
1646
+ "type": "oval",
1647
+ "width": 1.8,
1648
+ "center": {
1649
+ "x": -38.7,
1650
+ "y": 29.43
1651
+ },
1652
+ "height": 1.8,
1653
+ "layers": ["top", "inner1", "inner2", "bottom"],
1654
+ "connectedTo": [
1655
+ "pcb_plated_hole_11",
1656
+ "connectivity_net74",
1657
+ "source_trace_29",
1658
+ "source_port_34",
1659
+ "source_trace_23",
1660
+ "source_port_28",
1661
+ "source_trace_11",
1662
+ "source_port_20",
1663
+ "source_trace_3",
1664
+ "source_port_12",
1665
+ "source_net_3",
1666
+ "pcb_smtpad_12",
1667
+ "pcb_port_12",
1668
+ "pcb_smtpad_20",
1669
+ "pcb_port_20",
1670
+ "pcb_plated_hole_5",
1671
+ "pcb_port_28",
1672
+ "pcb_plated_hole_11",
1673
+ "pcb_port_34"
1674
+ ]
1675
+ },
1676
+ {
1677
+ "type": "oval",
1678
+ "width": 1.8,
1679
+ "center": {
1680
+ "x": -38.7,
1681
+ "y": 31.97
1682
+ },
1683
+ "height": 1.8,
1684
+ "layers": ["top", "inner1", "inner2", "bottom"],
1685
+ "connectedTo": [
1686
+ "pcb_plated_hole_12",
1687
+ "connectivity_net76",
1688
+ "source_trace_30",
1689
+ "source_port_35",
1690
+ "source_net_18",
1691
+ "pcb_plated_hole_12",
1692
+ "pcb_port_35"
1693
+ ]
1694
+ },
1695
+ {
1696
+ "type": "oval",
1697
+ "width": 1.8,
1698
+ "center": {
1699
+ "x": -38.7,
1700
+ "y": 34.510000000000005
1701
+ },
1702
+ "height": 1.8,
1703
+ "layers": ["top", "inner1", "inner2", "bottom"],
1704
+ "connectedTo": [
1705
+ "pcb_plated_hole_13",
1706
+ "connectivity_net79",
1707
+ "source_trace_31",
1708
+ "source_port_36",
1709
+ "source_net_19",
1710
+ "pcb_plated_hole_13",
1711
+ "pcb_port_36"
1712
+ ]
1713
+ },
1714
+ {
1715
+ "type": "oval",
1716
+ "width": 1.7999964,
1717
+ "center": {
1718
+ "x": -13.799966999999924,
1719
+ "y": -10
1720
+ },
1721
+ "height": 1.7999964,
1722
+ "layers": ["top", "inner1", "inner2", "bottom"],
1723
+ "connectedTo": [
1724
+ "pcb_plated_hole_14",
1725
+ "connectivity_net92",
1726
+ "source_trace_36",
1727
+ "source_port_41",
1728
+ "source_trace_33",
1729
+ "source_port_38",
1730
+ "source_net_20",
1731
+ "pcb_plated_hole_14",
1732
+ "pcb_port_38",
1733
+ "pcb_smtpad_25",
1734
+ "pcb_port_41"
1735
+ ]
1736
+ },
1737
+ {
1738
+ "type": "oval",
1739
+ "width": 1.7999964,
1740
+ "center": {
1741
+ "x": -6.200032999999962,
1742
+ "y": -10
1743
+ },
1744
+ "height": 1.7999964,
1745
+ "layers": ["top", "inner1", "inner2", "bottom"],
1746
+ "connectedTo": [
1747
+ "pcb_plated_hole_15",
1748
+ "connectivity_net82",
1749
+ "source_trace_32",
1750
+ "source_port_37",
1751
+ "source_trace_25",
1752
+ "source_port_30",
1753
+ "source_trace_18",
1754
+ "source_port_23",
1755
+ "source_trace_1",
1756
+ "source_port_2",
1757
+ "source_net_1",
1758
+ "pcb_smtpad_2",
1759
+ "pcb_port_2",
1760
+ "pcb_plated_hole_0",
1761
+ "pcb_port_23",
1762
+ "pcb_plated_hole_7",
1763
+ "pcb_port_30",
1764
+ "pcb_plated_hole_15",
1765
+ "pcb_port_37"
1766
+ ]
1767
+ },
1768
+ {
1769
+ "type": "oval",
1770
+ "width": 1.4,
1771
+ "center": {
1772
+ "x": 10.25,
1773
+ "y": -9
1774
+ },
1775
+ "height": 1.4,
1776
+ "layers": ["top", "inner1", "inner2", "bottom"],
1777
+ "connectedTo": [
1778
+ "pcb_plated_hole_16",
1779
+ "connectivity_net97",
1780
+ "source_trace_38",
1781
+ "source_port_43",
1782
+ "source_trace_37",
1783
+ "source_port_42",
1784
+ "source_net_16",
1785
+ "pcb_plated_hole_16",
1786
+ "pcb_port_42",
1787
+ "pcb_plated_hole_17",
1788
+ "pcb_port_43"
1789
+ ]
1790
+ },
1791
+ {
1792
+ "type": "oval",
1793
+ "width": 1.4,
1794
+ "center": {
1795
+ "x": 10.25,
1796
+ "y": -11
1797
+ },
1798
+ "height": 1.4,
1799
+ "layers": ["top", "inner1", "inner2", "bottom"],
1800
+ "connectedTo": [
1801
+ "pcb_plated_hole_17",
1802
+ "connectivity_net97",
1803
+ "source_trace_38",
1804
+ "source_port_43",
1805
+ "source_trace_37",
1806
+ "source_port_42",
1807
+ "source_net_16",
1808
+ "pcb_plated_hole_16",
1809
+ "pcb_port_42",
1810
+ "pcb_plated_hole_17",
1811
+ "pcb_port_43"
1812
+ ]
1813
+ },
1814
+ {
1815
+ "type": "oval",
1816
+ "width": 1.4,
1817
+ "center": {
1818
+ "x": 5.75,
1819
+ "y": -9
1820
+ },
1821
+ "height": 1.4,
1822
+ "layers": ["top", "inner1", "inner2", "bottom"],
1823
+ "connectedTo": [
1824
+ "pcb_plated_hole_18",
1825
+ "connectivity_net149",
1826
+ "source_trace_64",
1827
+ "source_port_69",
1828
+ "source_trace_63",
1829
+ "source_port_68",
1830
+ "source_trace_60",
1831
+ "source_port_65",
1832
+ "source_trace_59",
1833
+ "source_port_64",
1834
+ "source_trace_56",
1835
+ "source_port_61",
1836
+ "source_trace_55",
1837
+ "source_port_60",
1838
+ "source_trace_52",
1839
+ "source_port_57",
1840
+ "source_trace_51",
1841
+ "source_port_56",
1842
+ "source_trace_48",
1843
+ "source_port_53",
1844
+ "source_trace_47",
1845
+ "source_port_52",
1846
+ "source_trace_44",
1847
+ "source_port_49",
1848
+ "source_trace_43",
1849
+ "source_port_48",
1850
+ "source_trace_40",
1851
+ "source_port_45",
1852
+ "source_trace_39",
1853
+ "source_port_44",
1854
+ "source_trace_35",
1855
+ "source_port_40",
1856
+ "source_trace_19",
1857
+ "source_port_24",
1858
+ "source_trace_0",
1859
+ "source_port_1",
1860
+ "source_net_0",
1861
+ "pcb_smtpad_1",
1862
+ "pcb_port_1",
1863
+ "pcb_plated_hole_1",
1864
+ "pcb_port_24",
1865
+ "pcb_smtpad_24",
1866
+ "pcb_port_40",
1867
+ "pcb_plated_hole_18",
1868
+ "pcb_port_44",
1869
+ "pcb_plated_hole_19",
1870
+ "pcb_port_45",
1871
+ "pcb_plated_hole_22",
1872
+ "pcb_port_48",
1873
+ "pcb_plated_hole_23",
1874
+ "pcb_port_49",
1875
+ "pcb_plated_hole_26",
1876
+ "pcb_port_52",
1877
+ "pcb_plated_hole_27",
1878
+ "pcb_port_53",
1879
+ "pcb_plated_hole_30",
1880
+ "pcb_port_56",
1881
+ "pcb_plated_hole_31",
1882
+ "pcb_port_57",
1883
+ "pcb_plated_hole_34",
1884
+ "pcb_port_60",
1885
+ "pcb_plated_hole_35",
1886
+ "pcb_port_61",
1887
+ "pcb_plated_hole_38",
1888
+ "pcb_port_64",
1889
+ "pcb_plated_hole_39",
1890
+ "pcb_port_65",
1891
+ "pcb_plated_hole_42",
1892
+ "pcb_port_68",
1893
+ "pcb_plated_hole_43",
1894
+ "pcb_port_69"
1895
+ ]
1896
+ },
1897
+ {
1898
+ "type": "oval",
1899
+ "width": 1.4,
1900
+ "center": {
1901
+ "x": 5.75,
1902
+ "y": -11
1903
+ },
1904
+ "height": 1.4,
1905
+ "layers": ["top", "inner1", "inner2", "bottom"],
1906
+ "connectedTo": [
1907
+ "pcb_plated_hole_19",
1908
+ "connectivity_net149",
1909
+ "source_trace_64",
1910
+ "source_port_69",
1911
+ "source_trace_63",
1912
+ "source_port_68",
1913
+ "source_trace_60",
1914
+ "source_port_65",
1915
+ "source_trace_59",
1916
+ "source_port_64",
1917
+ "source_trace_56",
1918
+ "source_port_61",
1919
+ "source_trace_55",
1920
+ "source_port_60",
1921
+ "source_trace_52",
1922
+ "source_port_57",
1923
+ "source_trace_51",
1924
+ "source_port_56",
1925
+ "source_trace_48",
1926
+ "source_port_53",
1927
+ "source_trace_47",
1928
+ "source_port_52",
1929
+ "source_trace_44",
1930
+ "source_port_49",
1931
+ "source_trace_43",
1932
+ "source_port_48",
1933
+ "source_trace_40",
1934
+ "source_port_45",
1935
+ "source_trace_39",
1936
+ "source_port_44",
1937
+ "source_trace_35",
1938
+ "source_port_40",
1939
+ "source_trace_19",
1940
+ "source_port_24",
1941
+ "source_trace_0",
1942
+ "source_port_1",
1943
+ "source_net_0",
1944
+ "pcb_smtpad_1",
1945
+ "pcb_port_1",
1946
+ "pcb_plated_hole_1",
1947
+ "pcb_port_24",
1948
+ "pcb_smtpad_24",
1949
+ "pcb_port_40",
1950
+ "pcb_plated_hole_18",
1951
+ "pcb_port_44",
1952
+ "pcb_plated_hole_19",
1953
+ "pcb_port_45",
1954
+ "pcb_plated_hole_22",
1955
+ "pcb_port_48",
1956
+ "pcb_plated_hole_23",
1957
+ "pcb_port_49",
1958
+ "pcb_plated_hole_26",
1959
+ "pcb_port_52",
1960
+ "pcb_plated_hole_27",
1961
+ "pcb_port_53",
1962
+ "pcb_plated_hole_30",
1963
+ "pcb_port_56",
1964
+ "pcb_plated_hole_31",
1965
+ "pcb_port_57",
1966
+ "pcb_plated_hole_34",
1967
+ "pcb_port_60",
1968
+ "pcb_plated_hole_35",
1969
+ "pcb_port_61",
1970
+ "pcb_plated_hole_38",
1971
+ "pcb_port_64",
1972
+ "pcb_plated_hole_39",
1973
+ "pcb_port_65",
1974
+ "pcb_plated_hole_42",
1975
+ "pcb_port_68",
1976
+ "pcb_plated_hole_43",
1977
+ "pcb_port_69"
1978
+ ]
1979
+ },
1980
+ {
1981
+ "type": "oval",
1982
+ "width": 1.4,
1983
+ "center": {
1984
+ "x": -25.75,
1985
+ "y": -13
1986
+ },
1987
+ "height": 1.4,
1988
+ "layers": ["top", "inner1", "inner2", "bottom"],
1989
+ "connectedTo": [
1990
+ "pcb_plated_hole_20",
1991
+ "connectivity_net105",
1992
+ "source_trace_42",
1993
+ "source_port_47",
1994
+ "source_trace_41",
1995
+ "source_port_46",
1996
+ "source_trace_12",
1997
+ "source_port_6",
1998
+ "source_net_10",
1999
+ "pcb_smtpad_6",
2000
+ "pcb_port_6",
2001
+ "pcb_plated_hole_20",
2002
+ "pcb_port_46",
2003
+ "pcb_plated_hole_21",
2004
+ "pcb_port_47"
2005
+ ]
2006
+ },
2007
+ {
2008
+ "type": "oval",
2009
+ "width": 1.4,
2010
+ "center": {
2011
+ "x": -25.75,
2012
+ "y": -15
2013
+ },
2014
+ "height": 1.4,
2015
+ "layers": ["top", "inner1", "inner2", "bottom"],
2016
+ "connectedTo": [
2017
+ "pcb_plated_hole_21",
2018
+ "connectivity_net105",
2019
+ "source_trace_42",
2020
+ "source_port_47",
2021
+ "source_trace_41",
2022
+ "source_port_46",
2023
+ "source_trace_12",
2024
+ "source_port_6",
2025
+ "source_net_10",
2026
+ "pcb_smtpad_6",
2027
+ "pcb_port_6",
2028
+ "pcb_plated_hole_20",
2029
+ "pcb_port_46",
2030
+ "pcb_plated_hole_21",
2031
+ "pcb_port_47"
2032
+ ]
2033
+ },
2034
+ {
2035
+ "type": "oval",
2036
+ "width": 1.4,
2037
+ "center": {
2038
+ "x": -30.25,
2039
+ "y": -13
2040
+ },
2041
+ "height": 1.4,
2042
+ "layers": ["top", "inner1", "inner2", "bottom"],
2043
+ "connectedTo": [
2044
+ "pcb_plated_hole_22",
2045
+ "connectivity_net149",
2046
+ "source_trace_64",
2047
+ "source_port_69",
2048
+ "source_trace_63",
2049
+ "source_port_68",
2050
+ "source_trace_60",
2051
+ "source_port_65",
2052
+ "source_trace_59",
2053
+ "source_port_64",
2054
+ "source_trace_56",
2055
+ "source_port_61",
2056
+ "source_trace_55",
2057
+ "source_port_60",
2058
+ "source_trace_52",
2059
+ "source_port_57",
2060
+ "source_trace_51",
2061
+ "source_port_56",
2062
+ "source_trace_48",
2063
+ "source_port_53",
2064
+ "source_trace_47",
2065
+ "source_port_52",
2066
+ "source_trace_44",
2067
+ "source_port_49",
2068
+ "source_trace_43",
2069
+ "source_port_48",
2070
+ "source_trace_40",
2071
+ "source_port_45",
2072
+ "source_trace_39",
2073
+ "source_port_44",
2074
+ "source_trace_35",
2075
+ "source_port_40",
2076
+ "source_trace_19",
2077
+ "source_port_24",
2078
+ "source_trace_0",
2079
+ "source_port_1",
2080
+ "source_net_0",
2081
+ "pcb_smtpad_1",
2082
+ "pcb_port_1",
2083
+ "pcb_plated_hole_1",
2084
+ "pcb_port_24",
2085
+ "pcb_smtpad_24",
2086
+ "pcb_port_40",
2087
+ "pcb_plated_hole_18",
2088
+ "pcb_port_44",
2089
+ "pcb_plated_hole_19",
2090
+ "pcb_port_45",
2091
+ "pcb_plated_hole_22",
2092
+ "pcb_port_48",
2093
+ "pcb_plated_hole_23",
2094
+ "pcb_port_49",
2095
+ "pcb_plated_hole_26",
2096
+ "pcb_port_52",
2097
+ "pcb_plated_hole_27",
2098
+ "pcb_port_53",
2099
+ "pcb_plated_hole_30",
2100
+ "pcb_port_56",
2101
+ "pcb_plated_hole_31",
2102
+ "pcb_port_57",
2103
+ "pcb_plated_hole_34",
2104
+ "pcb_port_60",
2105
+ "pcb_plated_hole_35",
2106
+ "pcb_port_61",
2107
+ "pcb_plated_hole_38",
2108
+ "pcb_port_64",
2109
+ "pcb_plated_hole_39",
2110
+ "pcb_port_65",
2111
+ "pcb_plated_hole_42",
2112
+ "pcb_port_68",
2113
+ "pcb_plated_hole_43",
2114
+ "pcb_port_69"
2115
+ ]
2116
+ },
2117
+ {
2118
+ "type": "oval",
2119
+ "width": 1.4,
2120
+ "center": {
2121
+ "x": -30.25,
2122
+ "y": -15
2123
+ },
2124
+ "height": 1.4,
2125
+ "layers": ["top", "inner1", "inner2", "bottom"],
2126
+ "connectedTo": [
2127
+ "pcb_plated_hole_23",
2128
+ "connectivity_net149",
2129
+ "source_trace_64",
2130
+ "source_port_69",
2131
+ "source_trace_63",
2132
+ "source_port_68",
2133
+ "source_trace_60",
2134
+ "source_port_65",
2135
+ "source_trace_59",
2136
+ "source_port_64",
2137
+ "source_trace_56",
2138
+ "source_port_61",
2139
+ "source_trace_55",
2140
+ "source_port_60",
2141
+ "source_trace_52",
2142
+ "source_port_57",
2143
+ "source_trace_51",
2144
+ "source_port_56",
2145
+ "source_trace_48",
2146
+ "source_port_53",
2147
+ "source_trace_47",
2148
+ "source_port_52",
2149
+ "source_trace_44",
2150
+ "source_port_49",
2151
+ "source_trace_43",
2152
+ "source_port_48",
2153
+ "source_trace_40",
2154
+ "source_port_45",
2155
+ "source_trace_39",
2156
+ "source_port_44",
2157
+ "source_trace_35",
2158
+ "source_port_40",
2159
+ "source_trace_19",
2160
+ "source_port_24",
2161
+ "source_trace_0",
2162
+ "source_port_1",
2163
+ "source_net_0",
2164
+ "pcb_smtpad_1",
2165
+ "pcb_port_1",
2166
+ "pcb_plated_hole_1",
2167
+ "pcb_port_24",
2168
+ "pcb_smtpad_24",
2169
+ "pcb_port_40",
2170
+ "pcb_plated_hole_18",
2171
+ "pcb_port_44",
2172
+ "pcb_plated_hole_19",
2173
+ "pcb_port_45",
2174
+ "pcb_plated_hole_22",
2175
+ "pcb_port_48",
2176
+ "pcb_plated_hole_23",
2177
+ "pcb_port_49",
2178
+ "pcb_plated_hole_26",
2179
+ "pcb_port_52",
2180
+ "pcb_plated_hole_27",
2181
+ "pcb_port_53",
2182
+ "pcb_plated_hole_30",
2183
+ "pcb_port_56",
2184
+ "pcb_plated_hole_31",
2185
+ "pcb_port_57",
2186
+ "pcb_plated_hole_34",
2187
+ "pcb_port_60",
2188
+ "pcb_plated_hole_35",
2189
+ "pcb_port_61",
2190
+ "pcb_plated_hole_38",
2191
+ "pcb_port_64",
2192
+ "pcb_plated_hole_39",
2193
+ "pcb_port_65",
2194
+ "pcb_plated_hole_42",
2195
+ "pcb_port_68",
2196
+ "pcb_plated_hole_43",
2197
+ "pcb_port_69"
2198
+ ]
2199
+ },
2200
+ {
2201
+ "type": "oval",
2202
+ "width": 1.4,
2203
+ "center": {
2204
+ "x": -25.75,
2205
+ "y": -29
2206
+ },
2207
+ "height": 1.4,
2208
+ "layers": ["top", "inner1", "inner2", "bottom"],
2209
+ "connectedTo": [
2210
+ "pcb_plated_hole_24",
2211
+ "connectivity_net113",
2212
+ "source_trace_46",
2213
+ "source_port_51",
2214
+ "source_trace_45",
2215
+ "source_port_50",
2216
+ "source_trace_13",
2217
+ "source_port_5",
2218
+ "source_net_11",
2219
+ "pcb_smtpad_5",
2220
+ "pcb_port_5",
2221
+ "pcb_plated_hole_24",
2222
+ "pcb_port_50",
2223
+ "pcb_plated_hole_25",
2224
+ "pcb_port_51"
2225
+ ]
2226
+ },
2227
+ {
2228
+ "type": "oval",
2229
+ "width": 1.4,
2230
+ "center": {
2231
+ "x": -25.75,
2232
+ "y": -31
2233
+ },
2234
+ "height": 1.4,
2235
+ "layers": ["top", "inner1", "inner2", "bottom"],
2236
+ "connectedTo": [
2237
+ "pcb_plated_hole_25",
2238
+ "connectivity_net113",
2239
+ "source_trace_46",
2240
+ "source_port_51",
2241
+ "source_trace_45",
2242
+ "source_port_50",
2243
+ "source_trace_13",
2244
+ "source_port_5",
2245
+ "source_net_11",
2246
+ "pcb_smtpad_5",
2247
+ "pcb_port_5",
2248
+ "pcb_plated_hole_24",
2249
+ "pcb_port_50",
2250
+ "pcb_plated_hole_25",
2251
+ "pcb_port_51"
2252
+ ]
2253
+ },
2254
+ {
2255
+ "type": "oval",
2256
+ "width": 1.4,
2257
+ "center": {
2258
+ "x": -30.25,
2259
+ "y": -29
2260
+ },
2261
+ "height": 1.4,
2262
+ "layers": ["top", "inner1", "inner2", "bottom"],
2263
+ "connectedTo": [
2264
+ "pcb_plated_hole_26",
2265
+ "connectivity_net149",
2266
+ "source_trace_64",
2267
+ "source_port_69",
2268
+ "source_trace_63",
2269
+ "source_port_68",
2270
+ "source_trace_60",
2271
+ "source_port_65",
2272
+ "source_trace_59",
2273
+ "source_port_64",
2274
+ "source_trace_56",
2275
+ "source_port_61",
2276
+ "source_trace_55",
2277
+ "source_port_60",
2278
+ "source_trace_52",
2279
+ "source_port_57",
2280
+ "source_trace_51",
2281
+ "source_port_56",
2282
+ "source_trace_48",
2283
+ "source_port_53",
2284
+ "source_trace_47",
2285
+ "source_port_52",
2286
+ "source_trace_44",
2287
+ "source_port_49",
2288
+ "source_trace_43",
2289
+ "source_port_48",
2290
+ "source_trace_40",
2291
+ "source_port_45",
2292
+ "source_trace_39",
2293
+ "source_port_44",
2294
+ "source_trace_35",
2295
+ "source_port_40",
2296
+ "source_trace_19",
2297
+ "source_port_24",
2298
+ "source_trace_0",
2299
+ "source_port_1",
2300
+ "source_net_0",
2301
+ "pcb_smtpad_1",
2302
+ "pcb_port_1",
2303
+ "pcb_plated_hole_1",
2304
+ "pcb_port_24",
2305
+ "pcb_smtpad_24",
2306
+ "pcb_port_40",
2307
+ "pcb_plated_hole_18",
2308
+ "pcb_port_44",
2309
+ "pcb_plated_hole_19",
2310
+ "pcb_port_45",
2311
+ "pcb_plated_hole_22",
2312
+ "pcb_port_48",
2313
+ "pcb_plated_hole_23",
2314
+ "pcb_port_49",
2315
+ "pcb_plated_hole_26",
2316
+ "pcb_port_52",
2317
+ "pcb_plated_hole_27",
2318
+ "pcb_port_53",
2319
+ "pcb_plated_hole_30",
2320
+ "pcb_port_56",
2321
+ "pcb_plated_hole_31",
2322
+ "pcb_port_57",
2323
+ "pcb_plated_hole_34",
2324
+ "pcb_port_60",
2325
+ "pcb_plated_hole_35",
2326
+ "pcb_port_61",
2327
+ "pcb_plated_hole_38",
2328
+ "pcb_port_64",
2329
+ "pcb_plated_hole_39",
2330
+ "pcb_port_65",
2331
+ "pcb_plated_hole_42",
2332
+ "pcb_port_68",
2333
+ "pcb_plated_hole_43",
2334
+ "pcb_port_69"
2335
+ ]
2336
+ },
2337
+ {
2338
+ "type": "oval",
2339
+ "width": 1.4,
2340
+ "center": {
2341
+ "x": -30.25,
2342
+ "y": -31
2343
+ },
2344
+ "height": 1.4,
2345
+ "layers": ["top", "inner1", "inner2", "bottom"],
2346
+ "connectedTo": [
2347
+ "pcb_plated_hole_27",
2348
+ "connectivity_net149",
2349
+ "source_trace_64",
2350
+ "source_port_69",
2351
+ "source_trace_63",
2352
+ "source_port_68",
2353
+ "source_trace_60",
2354
+ "source_port_65",
2355
+ "source_trace_59",
2356
+ "source_port_64",
2357
+ "source_trace_56",
2358
+ "source_port_61",
2359
+ "source_trace_55",
2360
+ "source_port_60",
2361
+ "source_trace_52",
2362
+ "source_port_57",
2363
+ "source_trace_51",
2364
+ "source_port_56",
2365
+ "source_trace_48",
2366
+ "source_port_53",
2367
+ "source_trace_47",
2368
+ "source_port_52",
2369
+ "source_trace_44",
2370
+ "source_port_49",
2371
+ "source_trace_43",
2372
+ "source_port_48",
2373
+ "source_trace_40",
2374
+ "source_port_45",
2375
+ "source_trace_39",
2376
+ "source_port_44",
2377
+ "source_trace_35",
2378
+ "source_port_40",
2379
+ "source_trace_19",
2380
+ "source_port_24",
2381
+ "source_trace_0",
2382
+ "source_port_1",
2383
+ "source_net_0",
2384
+ "pcb_smtpad_1",
2385
+ "pcb_port_1",
2386
+ "pcb_plated_hole_1",
2387
+ "pcb_port_24",
2388
+ "pcb_smtpad_24",
2389
+ "pcb_port_40",
2390
+ "pcb_plated_hole_18",
2391
+ "pcb_port_44",
2392
+ "pcb_plated_hole_19",
2393
+ "pcb_port_45",
2394
+ "pcb_plated_hole_22",
2395
+ "pcb_port_48",
2396
+ "pcb_plated_hole_23",
2397
+ "pcb_port_49",
2398
+ "pcb_plated_hole_26",
2399
+ "pcb_port_52",
2400
+ "pcb_plated_hole_27",
2401
+ "pcb_port_53",
2402
+ "pcb_plated_hole_30",
2403
+ "pcb_port_56",
2404
+ "pcb_plated_hole_31",
2405
+ "pcb_port_57",
2406
+ "pcb_plated_hole_34",
2407
+ "pcb_port_60",
2408
+ "pcb_plated_hole_35",
2409
+ "pcb_port_61",
2410
+ "pcb_plated_hole_38",
2411
+ "pcb_port_64",
2412
+ "pcb_plated_hole_39",
2413
+ "pcb_port_65",
2414
+ "pcb_plated_hole_42",
2415
+ "pcb_port_68",
2416
+ "pcb_plated_hole_43",
2417
+ "pcb_port_69"
2418
+ ]
2419
+ },
2420
+ {
2421
+ "type": "oval",
2422
+ "width": 1.4,
2423
+ "center": {
2424
+ "x": -33.75,
2425
+ "y": -21
2426
+ },
2427
+ "height": 1.4,
2428
+ "layers": ["top", "inner1", "inner2", "bottom"],
2429
+ "connectedTo": [
2430
+ "pcb_plated_hole_28",
2431
+ "connectivity_net121",
2432
+ "source_trace_50",
2433
+ "source_port_55",
2434
+ "source_trace_49",
2435
+ "source_port_54",
2436
+ "source_trace_14",
2437
+ "source_port_4",
2438
+ "source_net_12",
2439
+ "pcb_smtpad_4",
2440
+ "pcb_port_4",
2441
+ "pcb_plated_hole_28",
2442
+ "pcb_port_54",
2443
+ "pcb_plated_hole_29",
2444
+ "pcb_port_55"
2445
+ ]
2446
+ },
2447
+ {
2448
+ "type": "oval",
2449
+ "width": 1.4,
2450
+ "center": {
2451
+ "x": -33.75,
2452
+ "y": -23
2453
+ },
2454
+ "height": 1.4,
2455
+ "layers": ["top", "inner1", "inner2", "bottom"],
2456
+ "connectedTo": [
2457
+ "pcb_plated_hole_29",
2458
+ "connectivity_net121",
2459
+ "source_trace_50",
2460
+ "source_port_55",
2461
+ "source_trace_49",
2462
+ "source_port_54",
2463
+ "source_trace_14",
2464
+ "source_port_4",
2465
+ "source_net_12",
2466
+ "pcb_smtpad_4",
2467
+ "pcb_port_4",
2468
+ "pcb_plated_hole_28",
2469
+ "pcb_port_54",
2470
+ "pcb_plated_hole_29",
2471
+ "pcb_port_55"
2472
+ ]
2473
+ },
2474
+ {
2475
+ "type": "oval",
2476
+ "width": 1.4,
2477
+ "center": {
2478
+ "x": -38.25,
2479
+ "y": -21
2480
+ },
2481
+ "height": 1.4,
2482
+ "layers": ["top", "inner1", "inner2", "bottom"],
2483
+ "connectedTo": [
2484
+ "pcb_plated_hole_30",
2485
+ "connectivity_net149",
2486
+ "source_trace_64",
2487
+ "source_port_69",
2488
+ "source_trace_63",
2489
+ "source_port_68",
2490
+ "source_trace_60",
2491
+ "source_port_65",
2492
+ "source_trace_59",
2493
+ "source_port_64",
2494
+ "source_trace_56",
2495
+ "source_port_61",
2496
+ "source_trace_55",
2497
+ "source_port_60",
2498
+ "source_trace_52",
2499
+ "source_port_57",
2500
+ "source_trace_51",
2501
+ "source_port_56",
2502
+ "source_trace_48",
2503
+ "source_port_53",
2504
+ "source_trace_47",
2505
+ "source_port_52",
2506
+ "source_trace_44",
2507
+ "source_port_49",
2508
+ "source_trace_43",
2509
+ "source_port_48",
2510
+ "source_trace_40",
2511
+ "source_port_45",
2512
+ "source_trace_39",
2513
+ "source_port_44",
2514
+ "source_trace_35",
2515
+ "source_port_40",
2516
+ "source_trace_19",
2517
+ "source_port_24",
2518
+ "source_trace_0",
2519
+ "source_port_1",
2520
+ "source_net_0",
2521
+ "pcb_smtpad_1",
2522
+ "pcb_port_1",
2523
+ "pcb_plated_hole_1",
2524
+ "pcb_port_24",
2525
+ "pcb_smtpad_24",
2526
+ "pcb_port_40",
2527
+ "pcb_plated_hole_18",
2528
+ "pcb_port_44",
2529
+ "pcb_plated_hole_19",
2530
+ "pcb_port_45",
2531
+ "pcb_plated_hole_22",
2532
+ "pcb_port_48",
2533
+ "pcb_plated_hole_23",
2534
+ "pcb_port_49",
2535
+ "pcb_plated_hole_26",
2536
+ "pcb_port_52",
2537
+ "pcb_plated_hole_27",
2538
+ "pcb_port_53",
2539
+ "pcb_plated_hole_30",
2540
+ "pcb_port_56",
2541
+ "pcb_plated_hole_31",
2542
+ "pcb_port_57",
2543
+ "pcb_plated_hole_34",
2544
+ "pcb_port_60",
2545
+ "pcb_plated_hole_35",
2546
+ "pcb_port_61",
2547
+ "pcb_plated_hole_38",
2548
+ "pcb_port_64",
2549
+ "pcb_plated_hole_39",
2550
+ "pcb_port_65",
2551
+ "pcb_plated_hole_42",
2552
+ "pcb_port_68",
2553
+ "pcb_plated_hole_43",
2554
+ "pcb_port_69"
2555
+ ]
2556
+ },
2557
+ {
2558
+ "type": "oval",
2559
+ "width": 1.4,
2560
+ "center": {
2561
+ "x": -38.25,
2562
+ "y": -23
2563
+ },
2564
+ "height": 1.4,
2565
+ "layers": ["top", "inner1", "inner2", "bottom"],
2566
+ "connectedTo": [
2567
+ "pcb_plated_hole_31",
2568
+ "connectivity_net149",
2569
+ "source_trace_64",
2570
+ "source_port_69",
2571
+ "source_trace_63",
2572
+ "source_port_68",
2573
+ "source_trace_60",
2574
+ "source_port_65",
2575
+ "source_trace_59",
2576
+ "source_port_64",
2577
+ "source_trace_56",
2578
+ "source_port_61",
2579
+ "source_trace_55",
2580
+ "source_port_60",
2581
+ "source_trace_52",
2582
+ "source_port_57",
2583
+ "source_trace_51",
2584
+ "source_port_56",
2585
+ "source_trace_48",
2586
+ "source_port_53",
2587
+ "source_trace_47",
2588
+ "source_port_52",
2589
+ "source_trace_44",
2590
+ "source_port_49",
2591
+ "source_trace_43",
2592
+ "source_port_48",
2593
+ "source_trace_40",
2594
+ "source_port_45",
2595
+ "source_trace_39",
2596
+ "source_port_44",
2597
+ "source_trace_35",
2598
+ "source_port_40",
2599
+ "source_trace_19",
2600
+ "source_port_24",
2601
+ "source_trace_0",
2602
+ "source_port_1",
2603
+ "source_net_0",
2604
+ "pcb_smtpad_1",
2605
+ "pcb_port_1",
2606
+ "pcb_plated_hole_1",
2607
+ "pcb_port_24",
2608
+ "pcb_smtpad_24",
2609
+ "pcb_port_40",
2610
+ "pcb_plated_hole_18",
2611
+ "pcb_port_44",
2612
+ "pcb_plated_hole_19",
2613
+ "pcb_port_45",
2614
+ "pcb_plated_hole_22",
2615
+ "pcb_port_48",
2616
+ "pcb_plated_hole_23",
2617
+ "pcb_port_49",
2618
+ "pcb_plated_hole_26",
2619
+ "pcb_port_52",
2620
+ "pcb_plated_hole_27",
2621
+ "pcb_port_53",
2622
+ "pcb_plated_hole_30",
2623
+ "pcb_port_56",
2624
+ "pcb_plated_hole_31",
2625
+ "pcb_port_57",
2626
+ "pcb_plated_hole_34",
2627
+ "pcb_port_60",
2628
+ "pcb_plated_hole_35",
2629
+ "pcb_port_61",
2630
+ "pcb_plated_hole_38",
2631
+ "pcb_port_64",
2632
+ "pcb_plated_hole_39",
2633
+ "pcb_port_65",
2634
+ "pcb_plated_hole_42",
2635
+ "pcb_port_68",
2636
+ "pcb_plated_hole_43",
2637
+ "pcb_port_69"
2638
+ ]
2639
+ },
2640
+ {
2641
+ "type": "oval",
2642
+ "width": 1.4,
2643
+ "center": {
2644
+ "x": -17.75,
2645
+ "y": -21
2646
+ },
2647
+ "height": 1.4,
2648
+ "layers": ["top", "inner1", "inner2", "bottom"],
2649
+ "connectedTo": [
2650
+ "pcb_plated_hole_32",
2651
+ "connectivity_net129",
2652
+ "source_trace_54",
2653
+ "source_port_59",
2654
+ "source_trace_53",
2655
+ "source_port_58",
2656
+ "source_trace_15",
2657
+ "source_port_3",
2658
+ "source_net_13",
2659
+ "pcb_smtpad_3",
2660
+ "pcb_port_3",
2661
+ "pcb_plated_hole_32",
2662
+ "pcb_port_58",
2663
+ "pcb_plated_hole_33",
2664
+ "pcb_port_59"
2665
+ ]
2666
+ },
2667
+ {
2668
+ "type": "oval",
2669
+ "width": 1.4,
2670
+ "center": {
2671
+ "x": -17.75,
2672
+ "y": -23
2673
+ },
2674
+ "height": 1.4,
2675
+ "layers": ["top", "inner1", "inner2", "bottom"],
2676
+ "connectedTo": [
2677
+ "pcb_plated_hole_33",
2678
+ "connectivity_net129",
2679
+ "source_trace_54",
2680
+ "source_port_59",
2681
+ "source_trace_53",
2682
+ "source_port_58",
2683
+ "source_trace_15",
2684
+ "source_port_3",
2685
+ "source_net_13",
2686
+ "pcb_smtpad_3",
2687
+ "pcb_port_3",
2688
+ "pcb_plated_hole_32",
2689
+ "pcb_port_58",
2690
+ "pcb_plated_hole_33",
2691
+ "pcb_port_59"
2692
+ ]
2693
+ },
2694
+ {
2695
+ "type": "oval",
2696
+ "width": 1.4,
2697
+ "center": {
2698
+ "x": -22.25,
2699
+ "y": -21
2700
+ },
2701
+ "height": 1.4,
2702
+ "layers": ["top", "inner1", "inner2", "bottom"],
2703
+ "connectedTo": [
2704
+ "pcb_plated_hole_34",
2705
+ "connectivity_net149",
2706
+ "source_trace_64",
2707
+ "source_port_69",
2708
+ "source_trace_63",
2709
+ "source_port_68",
2710
+ "source_trace_60",
2711
+ "source_port_65",
2712
+ "source_trace_59",
2713
+ "source_port_64",
2714
+ "source_trace_56",
2715
+ "source_port_61",
2716
+ "source_trace_55",
2717
+ "source_port_60",
2718
+ "source_trace_52",
2719
+ "source_port_57",
2720
+ "source_trace_51",
2721
+ "source_port_56",
2722
+ "source_trace_48",
2723
+ "source_port_53",
2724
+ "source_trace_47",
2725
+ "source_port_52",
2726
+ "source_trace_44",
2727
+ "source_port_49",
2728
+ "source_trace_43",
2729
+ "source_port_48",
2730
+ "source_trace_40",
2731
+ "source_port_45",
2732
+ "source_trace_39",
2733
+ "source_port_44",
2734
+ "source_trace_35",
2735
+ "source_port_40",
2736
+ "source_trace_19",
2737
+ "source_port_24",
2738
+ "source_trace_0",
2739
+ "source_port_1",
2740
+ "source_net_0",
2741
+ "pcb_smtpad_1",
2742
+ "pcb_port_1",
2743
+ "pcb_plated_hole_1",
2744
+ "pcb_port_24",
2745
+ "pcb_smtpad_24",
2746
+ "pcb_port_40",
2747
+ "pcb_plated_hole_18",
2748
+ "pcb_port_44",
2749
+ "pcb_plated_hole_19",
2750
+ "pcb_port_45",
2751
+ "pcb_plated_hole_22",
2752
+ "pcb_port_48",
2753
+ "pcb_plated_hole_23",
2754
+ "pcb_port_49",
2755
+ "pcb_plated_hole_26",
2756
+ "pcb_port_52",
2757
+ "pcb_plated_hole_27",
2758
+ "pcb_port_53",
2759
+ "pcb_plated_hole_30",
2760
+ "pcb_port_56",
2761
+ "pcb_plated_hole_31",
2762
+ "pcb_port_57",
2763
+ "pcb_plated_hole_34",
2764
+ "pcb_port_60",
2765
+ "pcb_plated_hole_35",
2766
+ "pcb_port_61",
2767
+ "pcb_plated_hole_38",
2768
+ "pcb_port_64",
2769
+ "pcb_plated_hole_39",
2770
+ "pcb_port_65",
2771
+ "pcb_plated_hole_42",
2772
+ "pcb_port_68",
2773
+ "pcb_plated_hole_43",
2774
+ "pcb_port_69"
2775
+ ]
2776
+ },
2777
+ {
2778
+ "type": "oval",
2779
+ "width": 1.4,
2780
+ "center": {
2781
+ "x": -22.25,
2782
+ "y": -23
2783
+ },
2784
+ "height": 1.4,
2785
+ "layers": ["top", "inner1", "inner2", "bottom"],
2786
+ "connectedTo": [
2787
+ "pcb_plated_hole_35",
2788
+ "connectivity_net149",
2789
+ "source_trace_64",
2790
+ "source_port_69",
2791
+ "source_trace_63",
2792
+ "source_port_68",
2793
+ "source_trace_60",
2794
+ "source_port_65",
2795
+ "source_trace_59",
2796
+ "source_port_64",
2797
+ "source_trace_56",
2798
+ "source_port_61",
2799
+ "source_trace_55",
2800
+ "source_port_60",
2801
+ "source_trace_52",
2802
+ "source_port_57",
2803
+ "source_trace_51",
2804
+ "source_port_56",
2805
+ "source_trace_48",
2806
+ "source_port_53",
2807
+ "source_trace_47",
2808
+ "source_port_52",
2809
+ "source_trace_44",
2810
+ "source_port_49",
2811
+ "source_trace_43",
2812
+ "source_port_48",
2813
+ "source_trace_40",
2814
+ "source_port_45",
2815
+ "source_trace_39",
2816
+ "source_port_44",
2817
+ "source_trace_35",
2818
+ "source_port_40",
2819
+ "source_trace_19",
2820
+ "source_port_24",
2821
+ "source_trace_0",
2822
+ "source_port_1",
2823
+ "source_net_0",
2824
+ "pcb_smtpad_1",
2825
+ "pcb_port_1",
2826
+ "pcb_plated_hole_1",
2827
+ "pcb_port_24",
2828
+ "pcb_smtpad_24",
2829
+ "pcb_port_40",
2830
+ "pcb_plated_hole_18",
2831
+ "pcb_port_44",
2832
+ "pcb_plated_hole_19",
2833
+ "pcb_port_45",
2834
+ "pcb_plated_hole_22",
2835
+ "pcb_port_48",
2836
+ "pcb_plated_hole_23",
2837
+ "pcb_port_49",
2838
+ "pcb_plated_hole_26",
2839
+ "pcb_port_52",
2840
+ "pcb_plated_hole_27",
2841
+ "pcb_port_53",
2842
+ "pcb_plated_hole_30",
2843
+ "pcb_port_56",
2844
+ "pcb_plated_hole_31",
2845
+ "pcb_port_57",
2846
+ "pcb_plated_hole_34",
2847
+ "pcb_port_60",
2848
+ "pcb_plated_hole_35",
2849
+ "pcb_port_61",
2850
+ "pcb_plated_hole_38",
2851
+ "pcb_port_64",
2852
+ "pcb_plated_hole_39",
2853
+ "pcb_port_65",
2854
+ "pcb_plated_hole_42",
2855
+ "pcb_port_68",
2856
+ "pcb_plated_hole_43",
2857
+ "pcb_port_69"
2858
+ ]
2859
+ },
2860
+ {
2861
+ "type": "oval",
2862
+ "width": 1.8,
2863
+ "center": {
2864
+ "x": 38.85,
2865
+ "y": -9
2866
+ },
2867
+ "height": 1.8,
2868
+ "layers": ["top", "inner1", "inner2", "bottom"],
2869
+ "connectedTo": [
2870
+ "pcb_plated_hole_36",
2871
+ "connectivity_net137",
2872
+ "source_trace_58",
2873
+ "source_port_63",
2874
+ "source_trace_57",
2875
+ "source_port_62",
2876
+ "source_trace_16",
2877
+ "source_port_8",
2878
+ "source_net_14",
2879
+ "pcb_smtpad_8",
2880
+ "pcb_port_8",
2881
+ "pcb_plated_hole_36",
2882
+ "pcb_port_62",
2883
+ "pcb_plated_hole_37",
2884
+ "pcb_port_63"
2885
+ ]
2886
+ },
2887
+ {
2888
+ "type": "oval",
2889
+ "width": 1.8,
2890
+ "center": {
2891
+ "x": 38.85,
2892
+ "y": -15
2893
+ },
2894
+ "height": 1.8,
2895
+ "layers": ["top", "inner1", "inner2", "bottom"],
2896
+ "connectedTo": [
2897
+ "pcb_plated_hole_37",
2898
+ "connectivity_net137",
2899
+ "source_trace_58",
2900
+ "source_port_63",
2901
+ "source_trace_57",
2902
+ "source_port_62",
2903
+ "source_trace_16",
2904
+ "source_port_8",
2905
+ "source_net_14",
2906
+ "pcb_smtpad_8",
2907
+ "pcb_port_8",
2908
+ "pcb_plated_hole_36",
2909
+ "pcb_port_62",
2910
+ "pcb_plated_hole_37",
2911
+ "pcb_port_63"
2912
+ ]
2913
+ },
2914
+ {
2915
+ "type": "oval",
2916
+ "width": 1.8,
2917
+ "center": {
2918
+ "x": 25.15,
2919
+ "y": -9
2920
+ },
2921
+ "height": 1.8,
2922
+ "layers": ["top", "inner1", "inner2", "bottom"],
2923
+ "connectedTo": [
2924
+ "pcb_plated_hole_38",
2925
+ "connectivity_net149",
2926
+ "source_trace_64",
2927
+ "source_port_69",
2928
+ "source_trace_63",
2929
+ "source_port_68",
2930
+ "source_trace_60",
2931
+ "source_port_65",
2932
+ "source_trace_59",
2933
+ "source_port_64",
2934
+ "source_trace_56",
2935
+ "source_port_61",
2936
+ "source_trace_55",
2937
+ "source_port_60",
2938
+ "source_trace_52",
2939
+ "source_port_57",
2940
+ "source_trace_51",
2941
+ "source_port_56",
2942
+ "source_trace_48",
2943
+ "source_port_53",
2944
+ "source_trace_47",
2945
+ "source_port_52",
2946
+ "source_trace_44",
2947
+ "source_port_49",
2948
+ "source_trace_43",
2949
+ "source_port_48",
2950
+ "source_trace_40",
2951
+ "source_port_45",
2952
+ "source_trace_39",
2953
+ "source_port_44",
2954
+ "source_trace_35",
2955
+ "source_port_40",
2956
+ "source_trace_19",
2957
+ "source_port_24",
2958
+ "source_trace_0",
2959
+ "source_port_1",
2960
+ "source_net_0",
2961
+ "pcb_smtpad_1",
2962
+ "pcb_port_1",
2963
+ "pcb_plated_hole_1",
2964
+ "pcb_port_24",
2965
+ "pcb_smtpad_24",
2966
+ "pcb_port_40",
2967
+ "pcb_plated_hole_18",
2968
+ "pcb_port_44",
2969
+ "pcb_plated_hole_19",
2970
+ "pcb_port_45",
2971
+ "pcb_plated_hole_22",
2972
+ "pcb_port_48",
2973
+ "pcb_plated_hole_23",
2974
+ "pcb_port_49",
2975
+ "pcb_plated_hole_26",
2976
+ "pcb_port_52",
2977
+ "pcb_plated_hole_27",
2978
+ "pcb_port_53",
2979
+ "pcb_plated_hole_30",
2980
+ "pcb_port_56",
2981
+ "pcb_plated_hole_31",
2982
+ "pcb_port_57",
2983
+ "pcb_plated_hole_34",
2984
+ "pcb_port_60",
2985
+ "pcb_plated_hole_35",
2986
+ "pcb_port_61",
2987
+ "pcb_plated_hole_38",
2988
+ "pcb_port_64",
2989
+ "pcb_plated_hole_39",
2990
+ "pcb_port_65",
2991
+ "pcb_plated_hole_42",
2992
+ "pcb_port_68",
2993
+ "pcb_plated_hole_43",
2994
+ "pcb_port_69"
2995
+ ]
2996
+ },
2997
+ {
2998
+ "type": "oval",
2999
+ "width": 1.8,
3000
+ "center": {
3001
+ "x": 25.15,
3002
+ "y": -15
3003
+ },
3004
+ "height": 1.8,
3005
+ "layers": ["top", "inner1", "inner2", "bottom"],
3006
+ "connectedTo": [
3007
+ "pcb_plated_hole_39",
3008
+ "connectivity_net149",
3009
+ "source_trace_64",
3010
+ "source_port_69",
3011
+ "source_trace_63",
3012
+ "source_port_68",
3013
+ "source_trace_60",
3014
+ "source_port_65",
3015
+ "source_trace_59",
3016
+ "source_port_64",
3017
+ "source_trace_56",
3018
+ "source_port_61",
3019
+ "source_trace_55",
3020
+ "source_port_60",
3021
+ "source_trace_52",
3022
+ "source_port_57",
3023
+ "source_trace_51",
3024
+ "source_port_56",
3025
+ "source_trace_48",
3026
+ "source_port_53",
3027
+ "source_trace_47",
3028
+ "source_port_52",
3029
+ "source_trace_44",
3030
+ "source_port_49",
3031
+ "source_trace_43",
3032
+ "source_port_48",
3033
+ "source_trace_40",
3034
+ "source_port_45",
3035
+ "source_trace_39",
3036
+ "source_port_44",
3037
+ "source_trace_35",
3038
+ "source_port_40",
3039
+ "source_trace_19",
3040
+ "source_port_24",
3041
+ "source_trace_0",
3042
+ "source_port_1",
3043
+ "source_net_0",
3044
+ "pcb_smtpad_1",
3045
+ "pcb_port_1",
3046
+ "pcb_plated_hole_1",
3047
+ "pcb_port_24",
3048
+ "pcb_smtpad_24",
3049
+ "pcb_port_40",
3050
+ "pcb_plated_hole_18",
3051
+ "pcb_port_44",
3052
+ "pcb_plated_hole_19",
3053
+ "pcb_port_45",
3054
+ "pcb_plated_hole_22",
3055
+ "pcb_port_48",
3056
+ "pcb_plated_hole_23",
3057
+ "pcb_port_49",
3058
+ "pcb_plated_hole_26",
3059
+ "pcb_port_52",
3060
+ "pcb_plated_hole_27",
3061
+ "pcb_port_53",
3062
+ "pcb_plated_hole_30",
3063
+ "pcb_port_56",
3064
+ "pcb_plated_hole_31",
3065
+ "pcb_port_57",
3066
+ "pcb_plated_hole_34",
3067
+ "pcb_port_60",
3068
+ "pcb_plated_hole_35",
3069
+ "pcb_port_61",
3070
+ "pcb_plated_hole_38",
3071
+ "pcb_port_64",
3072
+ "pcb_plated_hole_39",
3073
+ "pcb_port_65",
3074
+ "pcb_plated_hole_42",
3075
+ "pcb_port_68",
3076
+ "pcb_plated_hole_43",
3077
+ "pcb_port_69"
3078
+ ]
3079
+ },
3080
+ {
3081
+ "type": "oval",
3082
+ "width": 1.8,
3083
+ "center": {
3084
+ "x": 28.85,
3085
+ "y": -23
3086
+ },
3087
+ "height": 1.8,
3088
+ "layers": ["top", "inner1", "inner2", "bottom"],
3089
+ "connectedTo": [
3090
+ "pcb_plated_hole_40",
3091
+ "connectivity_net145",
3092
+ "source_trace_62",
3093
+ "source_port_67",
3094
+ "source_trace_61",
3095
+ "source_port_66",
3096
+ "source_trace_17",
3097
+ "source_port_7",
3098
+ "source_net_15",
3099
+ "pcb_smtpad_7",
3100
+ "pcb_port_7",
3101
+ "pcb_plated_hole_40",
3102
+ "pcb_port_66",
3103
+ "pcb_plated_hole_41",
3104
+ "pcb_port_67"
3105
+ ]
3106
+ },
3107
+ {
3108
+ "type": "oval",
3109
+ "width": 1.8,
3110
+ "center": {
3111
+ "x": 28.85,
3112
+ "y": -29
3113
+ },
3114
+ "height": 1.8,
3115
+ "layers": ["top", "inner1", "inner2", "bottom"],
3116
+ "connectedTo": [
3117
+ "pcb_plated_hole_41",
3118
+ "connectivity_net145",
3119
+ "source_trace_62",
3120
+ "source_port_67",
3121
+ "source_trace_61",
3122
+ "source_port_66",
3123
+ "source_trace_17",
3124
+ "source_port_7",
3125
+ "source_net_15",
3126
+ "pcb_smtpad_7",
3127
+ "pcb_port_7",
3128
+ "pcb_plated_hole_40",
3129
+ "pcb_port_66",
3130
+ "pcb_plated_hole_41",
3131
+ "pcb_port_67"
3132
+ ]
3133
+ },
3134
+ {
3135
+ "type": "oval",
3136
+ "width": 1.8,
3137
+ "center": {
3138
+ "x": 15.15,
3139
+ "y": -23
3140
+ },
3141
+ "height": 1.8,
3142
+ "layers": ["top", "inner1", "inner2", "bottom"],
3143
+ "connectedTo": [
3144
+ "pcb_plated_hole_42",
3145
+ "connectivity_net149",
3146
+ "source_trace_64",
3147
+ "source_port_69",
3148
+ "source_trace_63",
3149
+ "source_port_68",
3150
+ "source_trace_60",
3151
+ "source_port_65",
3152
+ "source_trace_59",
3153
+ "source_port_64",
3154
+ "source_trace_56",
3155
+ "source_port_61",
3156
+ "source_trace_55",
3157
+ "source_port_60",
3158
+ "source_trace_52",
3159
+ "source_port_57",
3160
+ "source_trace_51",
3161
+ "source_port_56",
3162
+ "source_trace_48",
3163
+ "source_port_53",
3164
+ "source_trace_47",
3165
+ "source_port_52",
3166
+ "source_trace_44",
3167
+ "source_port_49",
3168
+ "source_trace_43",
3169
+ "source_port_48",
3170
+ "source_trace_40",
3171
+ "source_port_45",
3172
+ "source_trace_39",
3173
+ "source_port_44",
3174
+ "source_trace_35",
3175
+ "source_port_40",
3176
+ "source_trace_19",
3177
+ "source_port_24",
3178
+ "source_trace_0",
3179
+ "source_port_1",
3180
+ "source_net_0",
3181
+ "pcb_smtpad_1",
3182
+ "pcb_port_1",
3183
+ "pcb_plated_hole_1",
3184
+ "pcb_port_24",
3185
+ "pcb_smtpad_24",
3186
+ "pcb_port_40",
3187
+ "pcb_plated_hole_18",
3188
+ "pcb_port_44",
3189
+ "pcb_plated_hole_19",
3190
+ "pcb_port_45",
3191
+ "pcb_plated_hole_22",
3192
+ "pcb_port_48",
3193
+ "pcb_plated_hole_23",
3194
+ "pcb_port_49",
3195
+ "pcb_plated_hole_26",
3196
+ "pcb_port_52",
3197
+ "pcb_plated_hole_27",
3198
+ "pcb_port_53",
3199
+ "pcb_plated_hole_30",
3200
+ "pcb_port_56",
3201
+ "pcb_plated_hole_31",
3202
+ "pcb_port_57",
3203
+ "pcb_plated_hole_34",
3204
+ "pcb_port_60",
3205
+ "pcb_plated_hole_35",
3206
+ "pcb_port_61",
3207
+ "pcb_plated_hole_38",
3208
+ "pcb_port_64",
3209
+ "pcb_plated_hole_39",
3210
+ "pcb_port_65",
3211
+ "pcb_plated_hole_42",
3212
+ "pcb_port_68",
3213
+ "pcb_plated_hole_43",
3214
+ "pcb_port_69"
3215
+ ]
3216
+ },
3217
+ {
3218
+ "type": "oval",
3219
+ "width": 1.8,
3220
+ "center": {
3221
+ "x": 15.15,
3222
+ "y": -29
3223
+ },
3224
+ "height": 1.8,
3225
+ "layers": ["top", "inner1", "inner2", "bottom"],
3226
+ "connectedTo": [
3227
+ "pcb_plated_hole_43",
3228
+ "connectivity_net149",
3229
+ "source_trace_64",
3230
+ "source_port_69",
3231
+ "source_trace_63",
3232
+ "source_port_68",
3233
+ "source_trace_60",
3234
+ "source_port_65",
3235
+ "source_trace_59",
3236
+ "source_port_64",
3237
+ "source_trace_56",
3238
+ "source_port_61",
3239
+ "source_trace_55",
3240
+ "source_port_60",
3241
+ "source_trace_52",
3242
+ "source_port_57",
3243
+ "source_trace_51",
3244
+ "source_port_56",
3245
+ "source_trace_48",
3246
+ "source_port_53",
3247
+ "source_trace_47",
3248
+ "source_port_52",
3249
+ "source_trace_44",
3250
+ "source_port_49",
3251
+ "source_trace_43",
3252
+ "source_port_48",
3253
+ "source_trace_40",
3254
+ "source_port_45",
3255
+ "source_trace_39",
3256
+ "source_port_44",
3257
+ "source_trace_35",
3258
+ "source_port_40",
3259
+ "source_trace_19",
3260
+ "source_port_24",
3261
+ "source_trace_0",
3262
+ "source_port_1",
3263
+ "source_net_0",
3264
+ "pcb_smtpad_1",
3265
+ "pcb_port_1",
3266
+ "pcb_plated_hole_1",
3267
+ "pcb_port_24",
3268
+ "pcb_smtpad_24",
3269
+ "pcb_port_40",
3270
+ "pcb_plated_hole_18",
3271
+ "pcb_port_44",
3272
+ "pcb_plated_hole_19",
3273
+ "pcb_port_45",
3274
+ "pcb_plated_hole_22",
3275
+ "pcb_port_48",
3276
+ "pcb_plated_hole_23",
3277
+ "pcb_port_49",
3278
+ "pcb_plated_hole_26",
3279
+ "pcb_port_52",
3280
+ "pcb_plated_hole_27",
3281
+ "pcb_port_53",
3282
+ "pcb_plated_hole_30",
3283
+ "pcb_port_56",
3284
+ "pcb_plated_hole_31",
3285
+ "pcb_port_57",
3286
+ "pcb_plated_hole_34",
3287
+ "pcb_port_60",
3288
+ "pcb_plated_hole_35",
3289
+ "pcb_port_61",
3290
+ "pcb_plated_hole_38",
3291
+ "pcb_port_64",
3292
+ "pcb_plated_hole_39",
3293
+ "pcb_port_65",
3294
+ "pcb_plated_hole_42",
3295
+ "pcb_port_68",
3296
+ "pcb_plated_hole_43",
3297
+ "pcb_port_69"
3298
+ ]
3299
+ },
3300
+ {
3301
+ "type": "rect",
3302
+ "width": 3,
3303
+ "center": {
3304
+ "x": 33.7,
3305
+ "y": 36.4
3306
+ },
3307
+ "height": 3,
3308
+ "layers": ["top", "inner1", "inner2", "bottom"],
3309
+ "connectedTo": []
3310
+ },
3311
+ {
3312
+ "type": "rect",
3313
+ "width": 3,
3314
+ "center": {
3315
+ "x": -33.7,
3316
+ "y": 36.4
3317
+ },
3318
+ "height": 3,
3319
+ "layers": ["top", "inner1", "inner2", "bottom"],
3320
+ "connectedTo": []
3321
+ },
3322
+ {
3323
+ "type": "rect",
3324
+ "width": 3,
3325
+ "center": {
3326
+ "x": 33.7,
3327
+ "y": -0.3999999999999986
3328
+ },
3329
+ "height": 3,
3330
+ "layers": ["top", "inner1", "inner2", "bottom"],
3331
+ "connectedTo": []
3332
+ },
3333
+ {
3334
+ "type": "rect",
3335
+ "width": 3,
3336
+ "center": {
3337
+ "x": -33.7,
3338
+ "y": -0.3999999999999986
3339
+ },
3340
+ "height": 3,
3341
+ "layers": ["top", "inner1", "inner2", "bottom"],
3342
+ "connectedTo": []
3343
+ },
3344
+ {
3345
+ "type": "rect",
3346
+ "width": 15.5,
3347
+ "center": {
3348
+ "x": -1.2246467991473532e-16,
3349
+ "y": -31
3350
+ },
3351
+ "height": 24,
3352
+ "layers": ["top", "inner1", "inner2", "bottom"],
3353
+ "connectedTo": []
3354
+ }
3355
+ ],
3356
+ "layerCount": 1,
3357
+ "connections": [
3358
+ {
3359
+ "name": "source_net_0",
3360
+ "pointsToConnect": [
3361
+ {
3362
+ "x": 8.889999999999999,
3363
+ "y": -37.92,
3364
+ "layer": "top",
3365
+ "pointId": "pcb_port_1",
3366
+ "pcb_port_id": "pcb_port_1"
3367
+ },
3368
+ {
3369
+ "x": -38.7,
3370
+ "y": 4.029999999999999,
3371
+ "layer": "top",
3372
+ "pointId": "pcb_port_24",
3373
+ "pcb_port_id": "pcb_port_24"
3374
+ },
3375
+ {
3376
+ "x": -0.949959999999919,
3377
+ "y": -9.000002000000109,
3378
+ "layer": "top",
3379
+ "pointId": "pcb_port_40",
3380
+ "pcb_port_id": "pcb_port_40"
3381
+ },
3382
+ {
3383
+ "x": 5.75,
3384
+ "y": -9,
3385
+ "layer": "top",
3386
+ "pointId": "pcb_port_44",
3387
+ "pcb_port_id": "pcb_port_44"
3388
+ },
3389
+ {
3390
+ "x": 5.75,
3391
+ "y": -11,
3392
+ "layer": "top",
3393
+ "pointId": "pcb_port_45",
3394
+ "pcb_port_id": "pcb_port_45"
3395
+ },
3396
+ {
3397
+ "x": -30.25,
3398
+ "y": -13,
3399
+ "layer": "top",
3400
+ "pointId": "pcb_port_48",
3401
+ "pcb_port_id": "pcb_port_48"
3402
+ },
3403
+ {
3404
+ "x": -30.25,
3405
+ "y": -15,
3406
+ "layer": "top",
3407
+ "pointId": "pcb_port_49",
3408
+ "pcb_port_id": "pcb_port_49"
3409
+ },
3410
+ {
3411
+ "x": -30.25,
3412
+ "y": -29,
3413
+ "layer": "top",
3414
+ "pointId": "pcb_port_52",
3415
+ "pcb_port_id": "pcb_port_52"
3416
+ },
3417
+ {
3418
+ "x": -30.25,
3419
+ "y": -31,
3420
+ "layer": "top",
3421
+ "pointId": "pcb_port_53",
3422
+ "pcb_port_id": "pcb_port_53"
3423
+ },
3424
+ {
3425
+ "x": -38.25,
3426
+ "y": -21,
3427
+ "layer": "top",
3428
+ "pointId": "pcb_port_56",
3429
+ "pcb_port_id": "pcb_port_56"
3430
+ },
3431
+ {
3432
+ "x": -38.25,
3433
+ "y": -23,
3434
+ "layer": "top",
3435
+ "pointId": "pcb_port_57",
3436
+ "pcb_port_id": "pcb_port_57"
3437
+ },
3438
+ {
3439
+ "x": -22.25,
3440
+ "y": -21,
3441
+ "layer": "top",
3442
+ "pointId": "pcb_port_60",
3443
+ "pcb_port_id": "pcb_port_60"
3444
+ },
3445
+ {
3446
+ "x": -22.25,
3447
+ "y": -23,
3448
+ "layer": "top",
3449
+ "pointId": "pcb_port_61",
3450
+ "pcb_port_id": "pcb_port_61"
3451
+ },
3452
+ {
3453
+ "x": 25.15,
3454
+ "y": -9,
3455
+ "layer": "top",
3456
+ "pointId": "pcb_port_64",
3457
+ "pcb_port_id": "pcb_port_64"
3458
+ },
3459
+ {
3460
+ "x": 25.15,
3461
+ "y": -15,
3462
+ "layer": "top",
3463
+ "pointId": "pcb_port_65",
3464
+ "pcb_port_id": "pcb_port_65"
3465
+ },
3466
+ {
3467
+ "x": 15.15,
3468
+ "y": -23,
3469
+ "layer": "top",
3470
+ "pointId": "pcb_port_68",
3471
+ "pcb_port_id": "pcb_port_68"
3472
+ },
3473
+ {
3474
+ "x": 15.15,
3475
+ "y": -29,
3476
+ "layer": "top",
3477
+ "pointId": "pcb_port_69",
3478
+ "pcb_port_id": "pcb_port_69"
3479
+ }
3480
+ ]
3481
+ },
3482
+ {
3483
+ "name": "source_net_1",
3484
+ "pointsToConnect": [
3485
+ {
3486
+ "x": 8.89,
3487
+ "y": -35.38,
3488
+ "layer": "top",
3489
+ "pointId": "pcb_port_2",
3490
+ "pcb_port_id": "pcb_port_2"
3491
+ },
3492
+ {
3493
+ "x": -38.7,
3494
+ "y": 1.4899999999999984,
3495
+ "layer": "top",
3496
+ "pointId": "pcb_port_23",
3497
+ "pcb_port_id": "pcb_port_23"
3498
+ },
3499
+ {
3500
+ "x": -38.7,
3501
+ "y": 19.27,
3502
+ "layer": "top",
3503
+ "pointId": "pcb_port_30",
3504
+ "pcb_port_id": "pcb_port_30"
3505
+ },
3506
+ {
3507
+ "x": -6.200032999999962,
3508
+ "y": -10,
3509
+ "layer": "top",
3510
+ "pointId": "pcb_port_37",
3511
+ "pcb_port_id": "pcb_port_37"
3512
+ }
3513
+ ]
3514
+ },
3515
+ {
3516
+ "name": "source_net_2",
3517
+ "pointsToConnect": [
3518
+ {
3519
+ "x": -8.89,
3520
+ "y": -35.379999999999995,
3521
+ "layer": "top",
3522
+ "pointId": "pcb_port_11",
3523
+ "pcb_port_id": "pcb_port_11"
3524
+ },
3525
+ {
3526
+ "x": -2.5399999999999987,
3527
+ "y": -17.84,
3528
+ "layer": "top",
3529
+ "pointId": "pcb_port_21",
3530
+ "pcb_port_id": "pcb_port_21"
3531
+ },
3532
+ {
3533
+ "x": -38.7,
3534
+ "y": 16.73,
3535
+ "layer": "top",
3536
+ "pointId": "pcb_port_29",
3537
+ "pcb_port_id": "pcb_port_29"
3538
+ },
3539
+ {
3540
+ "x": -38.7,
3541
+ "y": 24.35,
3542
+ "layer": "top",
3543
+ "pointId": "pcb_port_32",
3544
+ "pcb_port_id": "pcb_port_32"
3545
+ }
3546
+ ]
3547
+ },
3548
+ {
3549
+ "name": "source_net_3",
3550
+ "pointsToConnect": [
3551
+ {
3552
+ "x": -8.89,
3553
+ "y": -32.839999999999996,
3554
+ "layer": "top",
3555
+ "pointId": "pcb_port_12",
3556
+ "pcb_port_id": "pcb_port_12"
3557
+ },
3558
+ {
3559
+ "x": 1.4891705077631816e-15,
3560
+ "y": -17.84,
3561
+ "layer": "top",
3562
+ "pointId": "pcb_port_20",
3563
+ "pcb_port_id": "pcb_port_20"
3564
+ },
3565
+ {
3566
+ "x": -38.7,
3567
+ "y": 14.19,
3568
+ "layer": "top",
3569
+ "pointId": "pcb_port_28",
3570
+ "pcb_port_id": "pcb_port_28"
3571
+ },
3572
+ {
3573
+ "x": -38.7,
3574
+ "y": 29.43,
3575
+ "layer": "top",
3576
+ "pointId": "pcb_port_34",
3577
+ "pcb_port_id": "pcb_port_34"
3578
+ }
3579
+ ]
3580
+ },
3581
+ {
3582
+ "name": "source_net_4",
3583
+ "pointsToConnect": [
3584
+ {
3585
+ "x": -8.89,
3586
+ "y": -30.299999999999997,
3587
+ "layer": "top",
3588
+ "pointId": "pcb_port_13",
3589
+ "pcb_port_id": "pcb_port_13"
3590
+ },
3591
+ {
3592
+ "x": -38.7,
3593
+ "y": 21.81,
3594
+ "layer": "top",
3595
+ "pointId": "pcb_port_31",
3596
+ "pcb_port_id": "pcb_port_31"
3597
+ }
3598
+ ]
3599
+ },
3600
+ {
3601
+ "name": "source_net_5",
3602
+ "pointsToConnect": [
3603
+ {
3604
+ "x": -8.89,
3605
+ "y": -27.759999999999998,
3606
+ "layer": "top",
3607
+ "pointId": "pcb_port_14",
3608
+ "pcb_port_id": "pcb_port_14"
3609
+ },
3610
+ {
3611
+ "x": -38.7,
3612
+ "y": 6.57,
3613
+ "layer": "top",
3614
+ "pointId": "pcb_port_25",
3615
+ "pcb_port_id": "pcb_port_25"
3616
+ }
3617
+ ]
3618
+ },
3619
+ {
3620
+ "name": "source_net_6",
3621
+ "pointsToConnect": [
3622
+ {
3623
+ "x": -8.89,
3624
+ "y": -25.22,
3625
+ "layer": "top",
3626
+ "pointId": "pcb_port_15",
3627
+ "pcb_port_id": "pcb_port_15"
3628
+ },
3629
+ {
3630
+ "x": -38.7,
3631
+ "y": 11.65,
3632
+ "layer": "top",
3633
+ "pointId": "pcb_port_27",
3634
+ "pcb_port_id": "pcb_port_27"
3635
+ }
3636
+ ]
3637
+ },
3638
+ {
3639
+ "name": "source_net_7",
3640
+ "pointsToConnect": [
3641
+ {
3642
+ "x": -8.889999999999999,
3643
+ "y": -22.68,
3644
+ "layer": "top",
3645
+ "pointId": "pcb_port_16",
3646
+ "pcb_port_id": "pcb_port_16"
3647
+ },
3648
+ {
3649
+ "x": -38.7,
3650
+ "y": 9.11,
3651
+ "layer": "top",
3652
+ "pointId": "pcb_port_26",
3653
+ "pcb_port_id": "pcb_port_26"
3654
+ }
3655
+ ]
3656
+ },
3657
+ {
3658
+ "name": "source_net_8",
3659
+ "pointsToConnect": [
3660
+ {
3661
+ "x": -8.889999999999999,
3662
+ "y": -20.14,
3663
+ "layer": "top",
3664
+ "pointId": "pcb_port_17",
3665
+ "pcb_port_id": "pcb_port_17"
3666
+ }
3667
+ ]
3668
+ },
3669
+ {
3670
+ "name": "source_net_9",
3671
+ "pointsToConnect": [
3672
+ {
3673
+ "x": -5.079999999999998,
3674
+ "y": -17.84,
3675
+ "layer": "top",
3676
+ "pointId": "pcb_port_22",
3677
+ "pcb_port_id": "pcb_port_22"
3678
+ },
3679
+ {
3680
+ "x": -38.7,
3681
+ "y": 26.89,
3682
+ "layer": "top",
3683
+ "pointId": "pcb_port_33",
3684
+ "pcb_port_id": "pcb_port_33"
3685
+ }
3686
+ ]
3687
+ },
3688
+ {
3689
+ "name": "source_net_10",
3690
+ "pointsToConnect": [
3691
+ {
3692
+ "x": 8.89,
3693
+ "y": -25.22,
3694
+ "layer": "top",
3695
+ "pointId": "pcb_port_6",
3696
+ "pcb_port_id": "pcb_port_6"
3697
+ },
3698
+ {
3699
+ "x": -25.75,
3700
+ "y": -13,
3701
+ "layer": "top",
3702
+ "pointId": "pcb_port_46",
3703
+ "pcb_port_id": "pcb_port_46"
3704
+ },
3705
+ {
3706
+ "x": -25.75,
3707
+ "y": -15,
3708
+ "layer": "top",
3709
+ "pointId": "pcb_port_47",
3710
+ "pcb_port_id": "pcb_port_47"
3711
+ }
3712
+ ]
3713
+ },
3714
+ {
3715
+ "name": "source_net_11",
3716
+ "pointsToConnect": [
3717
+ {
3718
+ "x": 8.89,
3719
+ "y": -27.76,
3720
+ "layer": "top",
3721
+ "pointId": "pcb_port_5",
3722
+ "pcb_port_id": "pcb_port_5"
3723
+ },
3724
+ {
3725
+ "x": -25.75,
3726
+ "y": -29,
3727
+ "layer": "top",
3728
+ "pointId": "pcb_port_50",
3729
+ "pcb_port_id": "pcb_port_50"
3730
+ },
3731
+ {
3732
+ "x": -25.75,
3733
+ "y": -31,
3734
+ "layer": "top",
3735
+ "pointId": "pcb_port_51",
3736
+ "pcb_port_id": "pcb_port_51"
3737
+ }
3738
+ ]
3739
+ },
3740
+ {
3741
+ "name": "source_net_12",
3742
+ "pointsToConnect": [
3743
+ {
3744
+ "x": 8.89,
3745
+ "y": -30.3,
3746
+ "layer": "top",
3747
+ "pointId": "pcb_port_4",
3748
+ "pcb_port_id": "pcb_port_4"
3749
+ },
3750
+ {
3751
+ "x": -33.75,
3752
+ "y": -21,
3753
+ "layer": "top",
3754
+ "pointId": "pcb_port_54",
3755
+ "pcb_port_id": "pcb_port_54"
3756
+ },
3757
+ {
3758
+ "x": -33.75,
3759
+ "y": -23,
3760
+ "layer": "top",
3761
+ "pointId": "pcb_port_55",
3762
+ "pcb_port_id": "pcb_port_55"
3763
+ }
3764
+ ]
3765
+ },
3766
+ {
3767
+ "name": "source_net_13",
3768
+ "pointsToConnect": [
3769
+ {
3770
+ "x": 8.89,
3771
+ "y": -32.84,
3772
+ "layer": "top",
3773
+ "pointId": "pcb_port_3",
3774
+ "pcb_port_id": "pcb_port_3"
3775
+ },
3776
+ {
3777
+ "x": -17.75,
3778
+ "y": -21,
3779
+ "layer": "top",
3780
+ "pointId": "pcb_port_58",
3781
+ "pcb_port_id": "pcb_port_58"
3782
+ },
3783
+ {
3784
+ "x": -17.75,
3785
+ "y": -23,
3786
+ "layer": "top",
3787
+ "pointId": "pcb_port_59",
3788
+ "pcb_port_id": "pcb_port_59"
3789
+ }
3790
+ ]
3791
+ },
3792
+ {
3793
+ "name": "source_net_14",
3794
+ "pointsToConnect": [
3795
+ {
3796
+ "x": 8.890000000000002,
3797
+ "y": -20.14,
3798
+ "layer": "top",
3799
+ "pointId": "pcb_port_8",
3800
+ "pcb_port_id": "pcb_port_8"
3801
+ },
3802
+ {
3803
+ "x": 38.85,
3804
+ "y": -9,
3805
+ "layer": "top",
3806
+ "pointId": "pcb_port_62",
3807
+ "pcb_port_id": "pcb_port_62"
3808
+ },
3809
+ {
3810
+ "x": 38.85,
3811
+ "y": -15,
3812
+ "layer": "top",
3813
+ "pointId": "pcb_port_63",
3814
+ "pcb_port_id": "pcb_port_63"
3815
+ }
3816
+ ]
3817
+ },
3818
+ {
3819
+ "name": "source_net_15",
3820
+ "pointsToConnect": [
3821
+ {
3822
+ "x": 8.890000000000002,
3823
+ "y": -22.68,
3824
+ "layer": "top",
3825
+ "pointId": "pcb_port_7",
3826
+ "pcb_port_id": "pcb_port_7"
3827
+ },
3828
+ {
3829
+ "x": 28.85,
3830
+ "y": -23,
3831
+ "layer": "top",
3832
+ "pointId": "pcb_port_66",
3833
+ "pcb_port_id": "pcb_port_66"
3834
+ },
3835
+ {
3836
+ "x": 28.85,
3837
+ "y": -29,
3838
+ "layer": "top",
3839
+ "pointId": "pcb_port_67",
3840
+ "pcb_port_id": "pcb_port_67"
3841
+ }
3842
+ ]
3843
+ },
3844
+ {
3845
+ "name": "source_net_16",
3846
+ "pointsToConnect": [
3847
+ {
3848
+ "x": 10.25,
3849
+ "y": -9,
3850
+ "layer": "top",
3851
+ "pointId": "pcb_port_42",
3852
+ "pcb_port_id": "pcb_port_42"
3853
+ },
3854
+ {
3855
+ "x": 10.25,
3856
+ "y": -11,
3857
+ "layer": "top",
3858
+ "pointId": "pcb_port_43",
3859
+ "pcb_port_id": "pcb_port_43"
3860
+ }
3861
+ ]
3862
+ },
3863
+ {
3864
+ "name": "source_net_17",
3865
+ "pointsToConnect": [
3866
+ {
3867
+ "x": 0.9499599999999192,
3868
+ "y": -9.000002000000109,
3869
+ "layer": "top",
3870
+ "pointId": "pcb_port_39",
3871
+ "pcb_port_id": "pcb_port_39"
3872
+ }
3873
+ ]
3874
+ },
3875
+ {
3876
+ "name": "source_net_18",
3877
+ "pointsToConnect": [
3878
+ {
3879
+ "x": -38.7,
3880
+ "y": 31.97,
3881
+ "layer": "top",
3882
+ "pointId": "pcb_port_35",
3883
+ "pcb_port_id": "pcb_port_35"
3884
+ }
3885
+ ]
3886
+ },
3887
+ {
3888
+ "name": "source_net_19",
3889
+ "pointsToConnect": [
3890
+ {
3891
+ "x": -38.7,
3892
+ "y": 34.510000000000005,
3893
+ "layer": "top",
3894
+ "pointId": "pcb_port_36",
3895
+ "pcb_port_id": "pcb_port_36"
3896
+ }
3897
+ ]
3898
+ },
3899
+ {
3900
+ "name": "source_net_20",
3901
+ "pointsToConnect": [
3902
+ {
3903
+ "x": -13.799966999999924,
3904
+ "y": -10,
3905
+ "layer": "top",
3906
+ "pointId": "pcb_port_38",
3907
+ "pcb_port_id": "pcb_port_38"
3908
+ },
3909
+ {
3910
+ "x": -6.123221749268109e-17,
3911
+ "y": -10.999997999999891,
3912
+ "layer": "top",
3913
+ "pointId": "pcb_port_41",
3914
+ "pcb_port_id": "pcb_port_41"
3915
+ }
3916
+ ]
3917
+ }
3918
+ ],
3919
+ "minTraceWidth": 0.15
3920
+ },
3921
+ "circuit_json": null,
3922
+ "subcircuit_id": null,
3923
+ "created_at": "2025-12-31T08:42:39.023Z"
3924
+ }