@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,4237 @@
1
+ {
2
+ "autorouting_bug_report_id": "191db9a9-f8dc-4614-9fd7-d505e44b5666",
3
+ "reporter_account_id": "9f398687-69d0-4ef4-a48c-bb6dc990e7df",
4
+ "package_id": null,
5
+ "title": "<board#384 />",
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_net397",
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_net123",
577
+ "source_trace_51",
578
+ "source_port_68",
579
+ "source_trace_49",
580
+ "source_port_64",
581
+ "source_trace_47",
582
+ "source_port_60",
583
+ "source_trace_45",
584
+ "source_port_56",
585
+ "source_trace_43",
586
+ "source_port_52",
587
+ "source_trace_41",
588
+ "source_port_48",
589
+ "source_trace_39",
590
+ "source_port_44",
591
+ "source_trace_36",
592
+ "source_port_40",
593
+ "source_trace_20",
594
+ "source_port_24",
595
+ "source_trace_0",
596
+ "source_port_1",
597
+ "source_net_0",
598
+ "pcb_smtpad_1",
599
+ "pcb_port_1",
600
+ "pcb_plated_hole_1",
601
+ "pcb_port_24",
602
+ "pcb_smtpad_24",
603
+ "pcb_port_40",
604
+ "pcb_plated_hole_18",
605
+ "pcb_port_44",
606
+ "pcb_plated_hole_22",
607
+ "pcb_port_48",
608
+ "pcb_plated_hole_26",
609
+ "pcb_port_52",
610
+ "pcb_plated_hole_30",
611
+ "pcb_port_56",
612
+ "pcb_plated_hole_34",
613
+ "pcb_port_60",
614
+ "pcb_plated_hole_38",
615
+ "pcb_port_64",
616
+ "pcb_plated_hole_42",
617
+ "pcb_port_68"
618
+ ]
619
+ },
620
+ {
621
+ "type": "rect",
622
+ "width": 2,
623
+ "center": {
624
+ "x": 8.89,
625
+ "y": -35.38
626
+ },
627
+ "height": 1.6,
628
+ "layers": ["top"],
629
+ "connectedTo": [
630
+ "pcb_smtpad_2",
631
+ "connectivity_net86",
632
+ "source_trace_33",
633
+ "source_port_37",
634
+ "source_trace_26",
635
+ "source_port_30",
636
+ "source_trace_19",
637
+ "source_port_23",
638
+ "source_trace_1",
639
+ "source_port_2",
640
+ "source_net_1",
641
+ "pcb_smtpad_2",
642
+ "pcb_port_2",
643
+ "pcb_plated_hole_0",
644
+ "pcb_port_23",
645
+ "pcb_plated_hole_7",
646
+ "pcb_port_30",
647
+ "pcb_plated_hole_15",
648
+ "pcb_port_37"
649
+ ]
650
+ },
651
+ {
652
+ "type": "rect",
653
+ "width": 2,
654
+ "center": {
655
+ "x": 8.89,
656
+ "y": -32.84
657
+ },
658
+ "height": 1.6,
659
+ "layers": ["top"],
660
+ "connectedTo": [
661
+ "pcb_smtpad_3",
662
+ "connectivity_net113",
663
+ "source_trace_46",
664
+ "source_port_58",
665
+ "source_trace_14",
666
+ "source_port_3",
667
+ "source_net_12",
668
+ "pcb_smtpad_3",
669
+ "pcb_port_3",
670
+ "pcb_plated_hole_32",
671
+ "pcb_port_58"
672
+ ]
673
+ },
674
+ {
675
+ "type": "rect",
676
+ "width": 2,
677
+ "center": {
678
+ "x": 8.89,
679
+ "y": -30.3
680
+ },
681
+ "height": 1.6,
682
+ "layers": ["top"],
683
+ "connectedTo": [
684
+ "pcb_smtpad_4",
685
+ "connectivity_net109",
686
+ "source_trace_44",
687
+ "source_port_54",
688
+ "source_trace_13",
689
+ "source_port_4",
690
+ "source_net_11",
691
+ "pcb_smtpad_4",
692
+ "pcb_port_4",
693
+ "pcb_plated_hole_28",
694
+ "pcb_port_54"
695
+ ]
696
+ },
697
+ {
698
+ "type": "rect",
699
+ "width": 2,
700
+ "center": {
701
+ "x": 8.89,
702
+ "y": -27.76
703
+ },
704
+ "height": 1.6,
705
+ "layers": ["top"],
706
+ "connectedTo": [
707
+ "pcb_smtpad_5",
708
+ "connectivity_net105",
709
+ "source_trace_42",
710
+ "source_port_50",
711
+ "source_trace_12",
712
+ "source_port_5",
713
+ "source_net_10",
714
+ "pcb_smtpad_5",
715
+ "pcb_port_5",
716
+ "pcb_plated_hole_24",
717
+ "pcb_port_50"
718
+ ]
719
+ },
720
+ {
721
+ "type": "rect",
722
+ "width": 2,
723
+ "center": {
724
+ "x": 8.89,
725
+ "y": -25.22
726
+ },
727
+ "height": 1.6,
728
+ "layers": ["top"],
729
+ "connectedTo": [
730
+ "pcb_smtpad_6",
731
+ "connectivity_net101",
732
+ "source_trace_40",
733
+ "source_port_46",
734
+ "source_trace_11",
735
+ "source_port_6",
736
+ "source_net_9",
737
+ "pcb_smtpad_6",
738
+ "pcb_port_6",
739
+ "pcb_plated_hole_20",
740
+ "pcb_port_46"
741
+ ]
742
+ },
743
+ {
744
+ "type": "rect",
745
+ "width": 2,
746
+ "center": {
747
+ "x": 8.890000000000002,
748
+ "y": -22.68
749
+ },
750
+ "height": 1.6,
751
+ "layers": ["top"],
752
+ "connectedTo": [
753
+ "pcb_smtpad_7",
754
+ "connectivity_net121",
755
+ "source_trace_50",
756
+ "source_port_66",
757
+ "source_trace_16",
758
+ "source_port_7",
759
+ "source_net_14",
760
+ "pcb_smtpad_7",
761
+ "pcb_port_7",
762
+ "pcb_plated_hole_40",
763
+ "pcb_port_66"
764
+ ]
765
+ },
766
+ {
767
+ "type": "rect",
768
+ "width": 2,
769
+ "center": {
770
+ "x": 8.890000000000002,
771
+ "y": -20.14
772
+ },
773
+ "height": 1.6,
774
+ "layers": ["top"],
775
+ "connectedTo": [
776
+ "pcb_smtpad_8",
777
+ "connectivity_net117",
778
+ "source_trace_48",
779
+ "source_port_62",
780
+ "source_trace_15",
781
+ "source_port_8",
782
+ "source_net_13",
783
+ "pcb_smtpad_8",
784
+ "pcb_port_8",
785
+ "pcb_plated_hole_36",
786
+ "pcb_port_62"
787
+ ]
788
+ },
789
+ {
790
+ "type": "rect",
791
+ "width": 2,
792
+ "center": {
793
+ "x": -8.890000000000002,
794
+ "y": -40.46
795
+ },
796
+ "height": 1.6,
797
+ "layers": ["top"],
798
+ "connectedTo": [
799
+ "pcb_smtpad_9",
800
+ "connectivity_net398",
801
+ "source_port_9",
802
+ "pcb_smtpad_9",
803
+ "pcb_port_9"
804
+ ]
805
+ },
806
+ {
807
+ "type": "rect",
808
+ "width": 2,
809
+ "center": {
810
+ "x": -8.890000000000002,
811
+ "y": -37.92
812
+ },
813
+ "height": 1.6,
814
+ "layers": ["top"],
815
+ "connectedTo": [
816
+ "pcb_smtpad_10",
817
+ "connectivity_net399",
818
+ "source_port_10",
819
+ "pcb_smtpad_10",
820
+ "pcb_port_10"
821
+ ]
822
+ },
823
+ {
824
+ "type": "rect",
825
+ "width": 2,
826
+ "center": {
827
+ "x": -8.89,
828
+ "y": -35.379999999999995
829
+ },
830
+ "height": 1.6,
831
+ "layers": ["top"],
832
+ "connectedTo": [
833
+ "pcb_smtpad_11",
834
+ "connectivity_net73",
835
+ "source_trace_28",
836
+ "source_port_32",
837
+ "source_trace_25",
838
+ "source_port_29",
839
+ "source_trace_9",
840
+ "source_port_21",
841
+ "source_trace_2",
842
+ "source_port_11",
843
+ "source_net_2",
844
+ "pcb_smtpad_11",
845
+ "pcb_port_11",
846
+ "pcb_smtpad_21",
847
+ "pcb_port_21",
848
+ "pcb_plated_hole_6",
849
+ "pcb_port_29",
850
+ "pcb_plated_hole_9",
851
+ "pcb_port_32"
852
+ ]
853
+ },
854
+ {
855
+ "type": "rect",
856
+ "width": 2,
857
+ "center": {
858
+ "x": -8.89,
859
+ "y": -32.839999999999996
860
+ },
861
+ "height": 1.6,
862
+ "layers": ["top"],
863
+ "connectedTo": [
864
+ "pcb_smtpad_12",
865
+ "connectivity_net78",
866
+ "source_trace_30",
867
+ "source_port_34",
868
+ "source_trace_24",
869
+ "source_port_28",
870
+ "source_trace_10",
871
+ "source_port_20",
872
+ "source_trace_3",
873
+ "source_port_12",
874
+ "source_net_3",
875
+ "pcb_smtpad_12",
876
+ "pcb_port_12",
877
+ "pcb_smtpad_20",
878
+ "pcb_port_20",
879
+ "pcb_plated_hole_5",
880
+ "pcb_port_28",
881
+ "pcb_plated_hole_11",
882
+ "pcb_port_34"
883
+ ]
884
+ },
885
+ {
886
+ "type": "rect",
887
+ "width": 2,
888
+ "center": {
889
+ "x": -8.89,
890
+ "y": -30.299999999999997
891
+ },
892
+ "height": 1.6,
893
+ "layers": ["top"],
894
+ "connectedTo": [
895
+ "pcb_smtpad_13",
896
+ "connectivity_net71",
897
+ "source_trace_27",
898
+ "source_port_31",
899
+ "source_trace_4",
900
+ "source_port_13",
901
+ "source_net_4",
902
+ "pcb_smtpad_13",
903
+ "pcb_port_13",
904
+ "pcb_plated_hole_8",
905
+ "pcb_port_31"
906
+ ]
907
+ },
908
+ {
909
+ "type": "rect",
910
+ "width": 2,
911
+ "center": {
912
+ "x": -8.89,
913
+ "y": -27.759999999999998
914
+ },
915
+ "height": 1.6,
916
+ "layers": ["top"],
917
+ "connectedTo": [
918
+ "pcb_smtpad_14",
919
+ "connectivity_net59",
920
+ "source_trace_21",
921
+ "source_port_25",
922
+ "source_trace_5",
923
+ "source_port_14",
924
+ "source_net_5",
925
+ "pcb_smtpad_14",
926
+ "pcb_port_14",
927
+ "pcb_plated_hole_2",
928
+ "pcb_port_25"
929
+ ]
930
+ },
931
+ {
932
+ "type": "rect",
933
+ "width": 2,
934
+ "center": {
935
+ "x": -8.89,
936
+ "y": -25.22
937
+ },
938
+ "height": 1.6,
939
+ "layers": ["top"],
940
+ "connectedTo": [
941
+ "pcb_smtpad_15",
942
+ "connectivity_net63",
943
+ "source_trace_23",
944
+ "source_port_27",
945
+ "source_trace_6",
946
+ "source_port_15",
947
+ "source_net_6",
948
+ "pcb_smtpad_15",
949
+ "pcb_port_15",
950
+ "pcb_plated_hole_4",
951
+ "pcb_port_27"
952
+ ]
953
+ },
954
+ {
955
+ "type": "rect",
956
+ "width": 2,
957
+ "center": {
958
+ "x": -8.889999999999999,
959
+ "y": -22.68
960
+ },
961
+ "height": 1.6,
962
+ "layers": ["top"],
963
+ "connectedTo": [
964
+ "pcb_smtpad_16",
965
+ "connectivity_net61",
966
+ "source_trace_22",
967
+ "source_port_26",
968
+ "source_trace_7",
969
+ "source_port_16",
970
+ "source_net_7",
971
+ "pcb_smtpad_16",
972
+ "pcb_port_16",
973
+ "pcb_plated_hole_3",
974
+ "pcb_port_26"
975
+ ]
976
+ },
977
+ {
978
+ "type": "rect",
979
+ "width": 2,
980
+ "center": {
981
+ "x": -8.889999999999999,
982
+ "y": -20.14
983
+ },
984
+ "height": 1.6,
985
+ "layers": ["top"],
986
+ "connectedTo": [
987
+ "pcb_smtpad_17",
988
+ "connectivity_net24",
989
+ "source_trace_8",
990
+ "source_port_17",
991
+ "source_net_8",
992
+ "pcb_smtpad_17",
993
+ "pcb_port_17"
994
+ ]
995
+ },
996
+ {
997
+ "type": "rect",
998
+ "width": 1.6,
999
+ "center": {
1000
+ "x": 5.080000000000002,
1001
+ "y": -17.84
1002
+ },
1003
+ "height": 2,
1004
+ "layers": ["top"],
1005
+ "connectedTo": [
1006
+ "pcb_smtpad_18",
1007
+ "connectivity_net400",
1008
+ "source_port_18",
1009
+ "pcb_smtpad_18",
1010
+ "pcb_port_18"
1011
+ ]
1012
+ },
1013
+ {
1014
+ "type": "rect",
1015
+ "width": 1.6,
1016
+ "center": {
1017
+ "x": 2.5400000000000014,
1018
+ "y": -17.84
1019
+ },
1020
+ "height": 2,
1021
+ "layers": ["top"],
1022
+ "connectedTo": [
1023
+ "pcb_smtpad_19",
1024
+ "connectivity_net91",
1025
+ "source_trace_35",
1026
+ "source_port_39",
1027
+ "source_trace_18",
1028
+ "source_port_19",
1029
+ "source_net_16",
1030
+ "pcb_smtpad_19",
1031
+ "pcb_port_19",
1032
+ "pcb_smtpad_23",
1033
+ "pcb_port_39"
1034
+ ]
1035
+ },
1036
+ {
1037
+ "type": "rect",
1038
+ "width": 1.6,
1039
+ "center": {
1040
+ "x": 1.4891705077631816e-15,
1041
+ "y": -17.84
1042
+ },
1043
+ "height": 2,
1044
+ "layers": ["top"],
1045
+ "connectedTo": [
1046
+ "pcb_smtpad_20",
1047
+ "connectivity_net78",
1048
+ "source_trace_30",
1049
+ "source_port_34",
1050
+ "source_trace_24",
1051
+ "source_port_28",
1052
+ "source_trace_10",
1053
+ "source_port_20",
1054
+ "source_trace_3",
1055
+ "source_port_12",
1056
+ "source_net_3",
1057
+ "pcb_smtpad_12",
1058
+ "pcb_port_12",
1059
+ "pcb_smtpad_20",
1060
+ "pcb_port_20",
1061
+ "pcb_plated_hole_5",
1062
+ "pcb_port_28",
1063
+ "pcb_plated_hole_11",
1064
+ "pcb_port_34"
1065
+ ]
1066
+ },
1067
+ {
1068
+ "type": "rect",
1069
+ "width": 1.6,
1070
+ "center": {
1071
+ "x": -2.5399999999999987,
1072
+ "y": -17.84
1073
+ },
1074
+ "height": 2,
1075
+ "layers": ["top"],
1076
+ "connectedTo": [
1077
+ "pcb_smtpad_21",
1078
+ "connectivity_net73",
1079
+ "source_trace_28",
1080
+ "source_port_32",
1081
+ "source_trace_25",
1082
+ "source_port_29",
1083
+ "source_trace_9",
1084
+ "source_port_21",
1085
+ "source_trace_2",
1086
+ "source_port_11",
1087
+ "source_net_2",
1088
+ "pcb_smtpad_11",
1089
+ "pcb_port_11",
1090
+ "pcb_smtpad_21",
1091
+ "pcb_port_21",
1092
+ "pcb_plated_hole_6",
1093
+ "pcb_port_29",
1094
+ "pcb_plated_hole_9",
1095
+ "pcb_port_32"
1096
+ ]
1097
+ },
1098
+ {
1099
+ "type": "rect",
1100
+ "width": 1.6,
1101
+ "center": {
1102
+ "x": -5.079999999999998,
1103
+ "y": -17.84
1104
+ },
1105
+ "height": 2,
1106
+ "layers": ["top"],
1107
+ "connectedTo": [
1108
+ "pcb_smtpad_22",
1109
+ "connectivity_net97",
1110
+ "source_trace_38",
1111
+ "source_port_42",
1112
+ "source_trace_17",
1113
+ "source_port_22",
1114
+ "source_net_15",
1115
+ "pcb_smtpad_22",
1116
+ "pcb_port_22",
1117
+ "pcb_plated_hole_16",
1118
+ "pcb_port_42"
1119
+ ]
1120
+ },
1121
+ {
1122
+ "type": "rect",
1123
+ "width": 0.6999986,
1124
+ "center": {
1125
+ "x": 18.94995999999992,
1126
+ "y": -15.000002000000109
1127
+ },
1128
+ "height": 1.2500101999999997,
1129
+ "layers": ["top"],
1130
+ "connectedTo": [
1131
+ "pcb_smtpad_23",
1132
+ "connectivity_net91",
1133
+ "source_trace_35",
1134
+ "source_port_39",
1135
+ "source_trace_18",
1136
+ "source_port_19",
1137
+ "source_net_16",
1138
+ "pcb_smtpad_19",
1139
+ "pcb_port_19",
1140
+ "pcb_smtpad_23",
1141
+ "pcb_port_39"
1142
+ ]
1143
+ },
1144
+ {
1145
+ "type": "rect",
1146
+ "width": 0.6999986,
1147
+ "center": {
1148
+ "x": 17.05004000000008,
1149
+ "y": -15.000002000000109
1150
+ },
1151
+ "height": 1.2500101999999997,
1152
+ "layers": ["top"],
1153
+ "connectedTo": [
1154
+ "pcb_smtpad_24",
1155
+ "connectivity_net123",
1156
+ "source_trace_51",
1157
+ "source_port_68",
1158
+ "source_trace_49",
1159
+ "source_port_64",
1160
+ "source_trace_47",
1161
+ "source_port_60",
1162
+ "source_trace_45",
1163
+ "source_port_56",
1164
+ "source_trace_43",
1165
+ "source_port_52",
1166
+ "source_trace_41",
1167
+ "source_port_48",
1168
+ "source_trace_39",
1169
+ "source_port_44",
1170
+ "source_trace_36",
1171
+ "source_port_40",
1172
+ "source_trace_20",
1173
+ "source_port_24",
1174
+ "source_trace_0",
1175
+ "source_port_1",
1176
+ "source_net_0",
1177
+ "pcb_smtpad_1",
1178
+ "pcb_port_1",
1179
+ "pcb_plated_hole_1",
1180
+ "pcb_port_24",
1181
+ "pcb_smtpad_24",
1182
+ "pcb_port_40",
1183
+ "pcb_plated_hole_18",
1184
+ "pcb_port_44",
1185
+ "pcb_plated_hole_22",
1186
+ "pcb_port_48",
1187
+ "pcb_plated_hole_26",
1188
+ "pcb_port_52",
1189
+ "pcb_plated_hole_30",
1190
+ "pcb_port_56",
1191
+ "pcb_plated_hole_34",
1192
+ "pcb_port_60",
1193
+ "pcb_plated_hole_38",
1194
+ "pcb_port_64",
1195
+ "pcb_plated_hole_42",
1196
+ "pcb_port_68"
1197
+ ]
1198
+ },
1199
+ {
1200
+ "type": "rect",
1201
+ "width": 0.6999986,
1202
+ "center": {
1203
+ "x": 18,
1204
+ "y": -16.99999799999989
1205
+ },
1206
+ "height": 1.2500101999999997,
1207
+ "layers": ["top"],
1208
+ "connectedTo": [
1209
+ "pcb_smtpad_25",
1210
+ "connectivity_net95",
1211
+ "source_trace_37",
1212
+ "source_port_41",
1213
+ "source_trace_34",
1214
+ "source_port_38",
1215
+ "source_net_20",
1216
+ "pcb_plated_hole_14",
1217
+ "pcb_port_38",
1218
+ "pcb_smtpad_25",
1219
+ "pcb_port_41"
1220
+ ]
1221
+ },
1222
+ {
1223
+ "type": "rect",
1224
+ "width": 1.025,
1225
+ "center": {
1226
+ "x": -40.9125,
1227
+ "y": -42
1228
+ },
1229
+ "height": 1.4,
1230
+ "layers": ["top"],
1231
+ "connectedTo": [
1232
+ "pcb_smtpad_26",
1233
+ "connectivity_net415",
1234
+ "source_port_70",
1235
+ "pcb_smtpad_26",
1236
+ "pcb_port_70"
1237
+ ],
1238
+ "netIsAssignable": true,
1239
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
1240
+ },
1241
+ {
1242
+ "type": "rect",
1243
+ "width": 1.025,
1244
+ "center": {
1245
+ "x": -39.0875,
1246
+ "y": -42
1247
+ },
1248
+ "height": 1.4,
1249
+ "layers": ["top"],
1250
+ "connectedTo": [
1251
+ "pcb_smtpad_27",
1252
+ "connectivity_net416",
1253
+ "source_port_71",
1254
+ "pcb_smtpad_27",
1255
+ "pcb_port_71"
1256
+ ],
1257
+ "netIsAssignable": true,
1258
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
1259
+ },
1260
+ {
1261
+ "type": "rect",
1262
+ "width": 1.025,
1263
+ "center": {
1264
+ "x": -34.9125,
1265
+ "y": -42
1266
+ },
1267
+ "height": 1.4,
1268
+ "layers": ["top"],
1269
+ "connectedTo": [
1270
+ "pcb_smtpad_28",
1271
+ "connectivity_net417",
1272
+ "source_port_72",
1273
+ "pcb_smtpad_28",
1274
+ "pcb_port_72"
1275
+ ],
1276
+ "netIsAssignable": true,
1277
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1278
+ },
1279
+ {
1280
+ "type": "rect",
1281
+ "width": 1.025,
1282
+ "center": {
1283
+ "x": -33.0875,
1284
+ "y": -42
1285
+ },
1286
+ "height": 1.4,
1287
+ "layers": ["top"],
1288
+ "connectedTo": [
1289
+ "pcb_smtpad_29",
1290
+ "connectivity_net418",
1291
+ "source_port_73",
1292
+ "pcb_smtpad_29",
1293
+ "pcb_port_73"
1294
+ ],
1295
+ "netIsAssignable": true,
1296
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1297
+ },
1298
+ {
1299
+ "type": "rect",
1300
+ "width": 1.025,
1301
+ "center": {
1302
+ "x": -28.9125,
1303
+ "y": -42
1304
+ },
1305
+ "height": 1.4,
1306
+ "layers": ["top"],
1307
+ "connectedTo": [
1308
+ "pcb_smtpad_30",
1309
+ "connectivity_net419",
1310
+ "source_port_74",
1311
+ "pcb_smtpad_30",
1312
+ "pcb_port_74"
1313
+ ],
1314
+ "netIsAssignable": true,
1315
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
1316
+ },
1317
+ {
1318
+ "type": "rect",
1319
+ "width": 1.025,
1320
+ "center": {
1321
+ "x": -27.0875,
1322
+ "y": -42
1323
+ },
1324
+ "height": 1.4,
1325
+ "layers": ["top"],
1326
+ "connectedTo": [
1327
+ "pcb_smtpad_31",
1328
+ "connectivity_net420",
1329
+ "source_port_75",
1330
+ "pcb_smtpad_31",
1331
+ "pcb_port_75"
1332
+ ],
1333
+ "netIsAssignable": true,
1334
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
1335
+ },
1336
+ {
1337
+ "type": "rect",
1338
+ "width": 1.025,
1339
+ "center": {
1340
+ "x": -22.9125,
1341
+ "y": -42
1342
+ },
1343
+ "height": 1.4,
1344
+ "layers": ["top"],
1345
+ "connectedTo": [
1346
+ "pcb_smtpad_32",
1347
+ "connectivity_net421",
1348
+ "source_port_76",
1349
+ "pcb_smtpad_32",
1350
+ "pcb_port_76"
1351
+ ],
1352
+ "netIsAssignable": true,
1353
+ "offBoardConnectsTo": ["source_component_internal_connection_3"]
1354
+ },
1355
+ {
1356
+ "type": "rect",
1357
+ "width": 1.025,
1358
+ "center": {
1359
+ "x": -21.0875,
1360
+ "y": -42
1361
+ },
1362
+ "height": 1.4,
1363
+ "layers": ["top"],
1364
+ "connectedTo": [
1365
+ "pcb_smtpad_33",
1366
+ "connectivity_net422",
1367
+ "source_port_77",
1368
+ "pcb_smtpad_33",
1369
+ "pcb_port_77"
1370
+ ],
1371
+ "netIsAssignable": true,
1372
+ "offBoardConnectsTo": ["source_component_internal_connection_3"]
1373
+ },
1374
+ {
1375
+ "type": "rect",
1376
+ "width": 1.025,
1377
+ "center": {
1378
+ "x": -16.9125,
1379
+ "y": -42
1380
+ },
1381
+ "height": 1.4,
1382
+ "layers": ["top"],
1383
+ "connectedTo": [
1384
+ "pcb_smtpad_34",
1385
+ "connectivity_net423",
1386
+ "source_port_78",
1387
+ "pcb_smtpad_34",
1388
+ "pcb_port_78"
1389
+ ],
1390
+ "netIsAssignable": true,
1391
+ "offBoardConnectsTo": ["source_component_internal_connection_4"]
1392
+ },
1393
+ {
1394
+ "type": "rect",
1395
+ "width": 1.025,
1396
+ "center": {
1397
+ "x": -15.0875,
1398
+ "y": -42
1399
+ },
1400
+ "height": 1.4,
1401
+ "layers": ["top"],
1402
+ "connectedTo": [
1403
+ "pcb_smtpad_35",
1404
+ "connectivity_net424",
1405
+ "source_port_79",
1406
+ "pcb_smtpad_35",
1407
+ "pcb_port_79"
1408
+ ],
1409
+ "netIsAssignable": true,
1410
+ "offBoardConnectsTo": ["source_component_internal_connection_4"]
1411
+ },
1412
+ {
1413
+ "type": "rect",
1414
+ "width": 1.025,
1415
+ "center": {
1416
+ "x": -40.9125,
1417
+ "y": -36
1418
+ },
1419
+ "height": 1.4,
1420
+ "layers": ["top"],
1421
+ "connectedTo": [
1422
+ "pcb_smtpad_36",
1423
+ "connectivity_net425",
1424
+ "source_port_80",
1425
+ "pcb_smtpad_36",
1426
+ "pcb_port_80"
1427
+ ],
1428
+ "netIsAssignable": true,
1429
+ "offBoardConnectsTo": ["source_component_internal_connection_5"]
1430
+ },
1431
+ {
1432
+ "type": "rect",
1433
+ "width": 1.025,
1434
+ "center": {
1435
+ "x": -39.0875,
1436
+ "y": -36
1437
+ },
1438
+ "height": 1.4,
1439
+ "layers": ["top"],
1440
+ "connectedTo": [
1441
+ "pcb_smtpad_37",
1442
+ "connectivity_net426",
1443
+ "source_port_81",
1444
+ "pcb_smtpad_37",
1445
+ "pcb_port_81"
1446
+ ],
1447
+ "netIsAssignable": true,
1448
+ "offBoardConnectsTo": ["source_component_internal_connection_5"]
1449
+ },
1450
+ {
1451
+ "type": "rect",
1452
+ "width": 1.025,
1453
+ "center": {
1454
+ "x": -34.9125,
1455
+ "y": -36
1456
+ },
1457
+ "height": 1.4,
1458
+ "layers": ["top"],
1459
+ "connectedTo": [
1460
+ "pcb_smtpad_38",
1461
+ "connectivity_net427",
1462
+ "source_port_82",
1463
+ "pcb_smtpad_38",
1464
+ "pcb_port_82"
1465
+ ],
1466
+ "netIsAssignable": true,
1467
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
1468
+ },
1469
+ {
1470
+ "type": "rect",
1471
+ "width": 1.025,
1472
+ "center": {
1473
+ "x": -33.0875,
1474
+ "y": -36
1475
+ },
1476
+ "height": 1.4,
1477
+ "layers": ["top"],
1478
+ "connectedTo": [
1479
+ "pcb_smtpad_39",
1480
+ "connectivity_net428",
1481
+ "source_port_83",
1482
+ "pcb_smtpad_39",
1483
+ "pcb_port_83"
1484
+ ],
1485
+ "netIsAssignable": true,
1486
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
1487
+ },
1488
+ {
1489
+ "type": "rect",
1490
+ "width": 1.025,
1491
+ "center": {
1492
+ "x": -28.9125,
1493
+ "y": -36
1494
+ },
1495
+ "height": 1.4,
1496
+ "layers": ["top"],
1497
+ "connectedTo": [
1498
+ "pcb_smtpad_40",
1499
+ "connectivity_net429",
1500
+ "source_port_84",
1501
+ "pcb_smtpad_40",
1502
+ "pcb_port_84"
1503
+ ],
1504
+ "netIsAssignable": true,
1505
+ "offBoardConnectsTo": ["source_component_internal_connection_7"]
1506
+ },
1507
+ {
1508
+ "type": "rect",
1509
+ "width": 1.025,
1510
+ "center": {
1511
+ "x": -27.0875,
1512
+ "y": -36
1513
+ },
1514
+ "height": 1.4,
1515
+ "layers": ["top"],
1516
+ "connectedTo": [
1517
+ "pcb_smtpad_41",
1518
+ "connectivity_net430",
1519
+ "source_port_85",
1520
+ "pcb_smtpad_41",
1521
+ "pcb_port_85"
1522
+ ],
1523
+ "netIsAssignable": true,
1524
+ "offBoardConnectsTo": ["source_component_internal_connection_7"]
1525
+ },
1526
+ {
1527
+ "type": "rect",
1528
+ "width": 1.025,
1529
+ "center": {
1530
+ "x": -22.9125,
1531
+ "y": -36
1532
+ },
1533
+ "height": 1.4,
1534
+ "layers": ["top"],
1535
+ "connectedTo": [
1536
+ "pcb_smtpad_42",
1537
+ "connectivity_net431",
1538
+ "source_port_86",
1539
+ "pcb_smtpad_42",
1540
+ "pcb_port_86"
1541
+ ],
1542
+ "netIsAssignable": true,
1543
+ "offBoardConnectsTo": ["source_component_internal_connection_8"]
1544
+ },
1545
+ {
1546
+ "type": "rect",
1547
+ "width": 1.025,
1548
+ "center": {
1549
+ "x": -21.0875,
1550
+ "y": -36
1551
+ },
1552
+ "height": 1.4,
1553
+ "layers": ["top"],
1554
+ "connectedTo": [
1555
+ "pcb_smtpad_43",
1556
+ "connectivity_net432",
1557
+ "source_port_87",
1558
+ "pcb_smtpad_43",
1559
+ "pcb_port_87"
1560
+ ],
1561
+ "netIsAssignable": true,
1562
+ "offBoardConnectsTo": ["source_component_internal_connection_8"]
1563
+ },
1564
+ {
1565
+ "type": "rect",
1566
+ "width": 1.025,
1567
+ "center": {
1568
+ "x": -16.9125,
1569
+ "y": -36
1570
+ },
1571
+ "height": 1.4,
1572
+ "layers": ["top"],
1573
+ "connectedTo": [
1574
+ "pcb_smtpad_44",
1575
+ "connectivity_net433",
1576
+ "source_port_88",
1577
+ "pcb_smtpad_44",
1578
+ "pcb_port_88"
1579
+ ],
1580
+ "netIsAssignable": true,
1581
+ "offBoardConnectsTo": ["source_component_internal_connection_9"]
1582
+ },
1583
+ {
1584
+ "type": "rect",
1585
+ "width": 1.025,
1586
+ "center": {
1587
+ "x": -15.0875,
1588
+ "y": -36
1589
+ },
1590
+ "height": 1.4,
1591
+ "layers": ["top"],
1592
+ "connectedTo": [
1593
+ "pcb_smtpad_45",
1594
+ "connectivity_net434",
1595
+ "source_port_89",
1596
+ "pcb_smtpad_45",
1597
+ "pcb_port_89"
1598
+ ],
1599
+ "netIsAssignable": true,
1600
+ "offBoardConnectsTo": ["source_component_internal_connection_9"]
1601
+ },
1602
+ {
1603
+ "type": "rect",
1604
+ "width": 1.025,
1605
+ "center": {
1606
+ "x": -24.9125,
1607
+ "y": 10.5
1608
+ },
1609
+ "height": 1.4,
1610
+ "layers": ["top"],
1611
+ "connectedTo": [
1612
+ "pcb_smtpad_46",
1613
+ "connectivity_net435",
1614
+ "source_port_90",
1615
+ "pcb_smtpad_46",
1616
+ "pcb_port_90"
1617
+ ],
1618
+ "netIsAssignable": true,
1619
+ "offBoardConnectsTo": ["source_component_internal_connection_10"]
1620
+ },
1621
+ {
1622
+ "type": "rect",
1623
+ "width": 1.025,
1624
+ "center": {
1625
+ "x": -23.0875,
1626
+ "y": 10.5
1627
+ },
1628
+ "height": 1.4,
1629
+ "layers": ["top"],
1630
+ "connectedTo": [
1631
+ "pcb_smtpad_47",
1632
+ "connectivity_net436",
1633
+ "source_port_91",
1634
+ "pcb_smtpad_47",
1635
+ "pcb_port_91"
1636
+ ],
1637
+ "netIsAssignable": true,
1638
+ "offBoardConnectsTo": ["source_component_internal_connection_10"]
1639
+ },
1640
+ {
1641
+ "type": "rect",
1642
+ "width": 1.025,
1643
+ "center": {
1644
+ "x": -12.9125,
1645
+ "y": 10.5
1646
+ },
1647
+ "height": 1.4,
1648
+ "layers": ["top"],
1649
+ "connectedTo": [
1650
+ "pcb_smtpad_48",
1651
+ "connectivity_net437",
1652
+ "source_port_92",
1653
+ "pcb_smtpad_48",
1654
+ "pcb_port_92"
1655
+ ],
1656
+ "netIsAssignable": true,
1657
+ "offBoardConnectsTo": ["source_component_internal_connection_11"]
1658
+ },
1659
+ {
1660
+ "type": "rect",
1661
+ "width": 1.025,
1662
+ "center": {
1663
+ "x": -11.0875,
1664
+ "y": 10.5
1665
+ },
1666
+ "height": 1.4,
1667
+ "layers": ["top"],
1668
+ "connectedTo": [
1669
+ "pcb_smtpad_49",
1670
+ "connectivity_net438",
1671
+ "source_port_93",
1672
+ "pcb_smtpad_49",
1673
+ "pcb_port_93"
1674
+ ],
1675
+ "netIsAssignable": true,
1676
+ "offBoardConnectsTo": ["source_component_internal_connection_11"]
1677
+ },
1678
+ {
1679
+ "type": "rect",
1680
+ "width": 1.025,
1681
+ "center": {
1682
+ "x": -0.9125,
1683
+ "y": 10.5
1684
+ },
1685
+ "height": 1.4,
1686
+ "layers": ["top"],
1687
+ "connectedTo": [
1688
+ "pcb_smtpad_50",
1689
+ "connectivity_net439",
1690
+ "source_port_94",
1691
+ "pcb_smtpad_50",
1692
+ "pcb_port_94"
1693
+ ],
1694
+ "netIsAssignable": true,
1695
+ "offBoardConnectsTo": ["source_component_internal_connection_12"]
1696
+ },
1697
+ {
1698
+ "type": "rect",
1699
+ "width": 1.025,
1700
+ "center": {
1701
+ "x": 0.9125,
1702
+ "y": 10.5
1703
+ },
1704
+ "height": 1.4,
1705
+ "layers": ["top"],
1706
+ "connectedTo": [
1707
+ "pcb_smtpad_51",
1708
+ "connectivity_net440",
1709
+ "source_port_95",
1710
+ "pcb_smtpad_51",
1711
+ "pcb_port_95"
1712
+ ],
1713
+ "netIsAssignable": true,
1714
+ "offBoardConnectsTo": ["source_component_internal_connection_12"]
1715
+ },
1716
+ {
1717
+ "type": "rect",
1718
+ "width": 1.025,
1719
+ "center": {
1720
+ "x": 11.0875,
1721
+ "y": 10.5
1722
+ },
1723
+ "height": 1.4,
1724
+ "layers": ["top"],
1725
+ "connectedTo": [
1726
+ "pcb_smtpad_52",
1727
+ "connectivity_net441",
1728
+ "source_port_96",
1729
+ "pcb_smtpad_52",
1730
+ "pcb_port_96"
1731
+ ],
1732
+ "netIsAssignable": true,
1733
+ "offBoardConnectsTo": ["source_component_internal_connection_13"]
1734
+ },
1735
+ {
1736
+ "type": "rect",
1737
+ "width": 1.025,
1738
+ "center": {
1739
+ "x": 12.9125,
1740
+ "y": 10.5
1741
+ },
1742
+ "height": 1.4,
1743
+ "layers": ["top"],
1744
+ "connectedTo": [
1745
+ "pcb_smtpad_53",
1746
+ "connectivity_net442",
1747
+ "source_port_97",
1748
+ "pcb_smtpad_53",
1749
+ "pcb_port_97"
1750
+ ],
1751
+ "netIsAssignable": true,
1752
+ "offBoardConnectsTo": ["source_component_internal_connection_13"]
1753
+ },
1754
+ {
1755
+ "type": "rect",
1756
+ "width": 1.025,
1757
+ "center": {
1758
+ "x": 23.0875,
1759
+ "y": 10.5
1760
+ },
1761
+ "height": 1.4,
1762
+ "layers": ["top"],
1763
+ "connectedTo": [
1764
+ "pcb_smtpad_54",
1765
+ "connectivity_net443",
1766
+ "source_port_98",
1767
+ "pcb_smtpad_54",
1768
+ "pcb_port_98"
1769
+ ],
1770
+ "netIsAssignable": true,
1771
+ "offBoardConnectsTo": ["source_component_internal_connection_14"]
1772
+ },
1773
+ {
1774
+ "type": "rect",
1775
+ "width": 1.025,
1776
+ "center": {
1777
+ "x": 24.9125,
1778
+ "y": 10.5
1779
+ },
1780
+ "height": 1.4,
1781
+ "layers": ["top"],
1782
+ "connectedTo": [
1783
+ "pcb_smtpad_55",
1784
+ "connectivity_net444",
1785
+ "source_port_99",
1786
+ "pcb_smtpad_55",
1787
+ "pcb_port_99"
1788
+ ],
1789
+ "netIsAssignable": true,
1790
+ "offBoardConnectsTo": ["source_component_internal_connection_14"]
1791
+ },
1792
+ {
1793
+ "type": "rect",
1794
+ "width": 1.025,
1795
+ "center": {
1796
+ "x": -24.9125,
1797
+ "y": 22.5
1798
+ },
1799
+ "height": 1.4,
1800
+ "layers": ["top"],
1801
+ "connectedTo": [
1802
+ "pcb_smtpad_56",
1803
+ "connectivity_net445",
1804
+ "source_port_100",
1805
+ "pcb_smtpad_56",
1806
+ "pcb_port_100"
1807
+ ],
1808
+ "netIsAssignable": true,
1809
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
1810
+ },
1811
+ {
1812
+ "type": "rect",
1813
+ "width": 1.025,
1814
+ "center": {
1815
+ "x": -23.0875,
1816
+ "y": 22.5
1817
+ },
1818
+ "height": 1.4,
1819
+ "layers": ["top"],
1820
+ "connectedTo": [
1821
+ "pcb_smtpad_57",
1822
+ "connectivity_net446",
1823
+ "source_port_101",
1824
+ "pcb_smtpad_57",
1825
+ "pcb_port_101"
1826
+ ],
1827
+ "netIsAssignable": true,
1828
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
1829
+ },
1830
+ {
1831
+ "type": "rect",
1832
+ "width": 1.025,
1833
+ "center": {
1834
+ "x": -12.9125,
1835
+ "y": 22.5
1836
+ },
1837
+ "height": 1.4,
1838
+ "layers": ["top"],
1839
+ "connectedTo": [
1840
+ "pcb_smtpad_58",
1841
+ "connectivity_net447",
1842
+ "source_port_102",
1843
+ "pcb_smtpad_58",
1844
+ "pcb_port_102"
1845
+ ],
1846
+ "netIsAssignable": true,
1847
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
1848
+ },
1849
+ {
1850
+ "type": "rect",
1851
+ "width": 1.025,
1852
+ "center": {
1853
+ "x": -11.0875,
1854
+ "y": 22.5
1855
+ },
1856
+ "height": 1.4,
1857
+ "layers": ["top"],
1858
+ "connectedTo": [
1859
+ "pcb_smtpad_59",
1860
+ "connectivity_net448",
1861
+ "source_port_103",
1862
+ "pcb_smtpad_59",
1863
+ "pcb_port_103"
1864
+ ],
1865
+ "netIsAssignable": true,
1866
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
1867
+ },
1868
+ {
1869
+ "type": "rect",
1870
+ "width": 1.025,
1871
+ "center": {
1872
+ "x": -0.9125,
1873
+ "y": 22.5
1874
+ },
1875
+ "height": 1.4,
1876
+ "layers": ["top"],
1877
+ "connectedTo": [
1878
+ "pcb_smtpad_60",
1879
+ "connectivity_net449",
1880
+ "source_port_104",
1881
+ "pcb_smtpad_60",
1882
+ "pcb_port_104"
1883
+ ],
1884
+ "netIsAssignable": true,
1885
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
1886
+ },
1887
+ {
1888
+ "type": "rect",
1889
+ "width": 1.025,
1890
+ "center": {
1891
+ "x": 0.9125,
1892
+ "y": 22.5
1893
+ },
1894
+ "height": 1.4,
1895
+ "layers": ["top"],
1896
+ "connectedTo": [
1897
+ "pcb_smtpad_61",
1898
+ "connectivity_net450",
1899
+ "source_port_105",
1900
+ "pcb_smtpad_61",
1901
+ "pcb_port_105"
1902
+ ],
1903
+ "netIsAssignable": true,
1904
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
1905
+ },
1906
+ {
1907
+ "type": "rect",
1908
+ "width": 1.025,
1909
+ "center": {
1910
+ "x": 11.0875,
1911
+ "y": 22.5
1912
+ },
1913
+ "height": 1.4,
1914
+ "layers": ["top"],
1915
+ "connectedTo": [
1916
+ "pcb_smtpad_62",
1917
+ "connectivity_net451",
1918
+ "source_port_106",
1919
+ "pcb_smtpad_62",
1920
+ "pcb_port_106"
1921
+ ],
1922
+ "netIsAssignable": true,
1923
+ "offBoardConnectsTo": ["source_component_internal_connection_18"]
1924
+ },
1925
+ {
1926
+ "type": "rect",
1927
+ "width": 1.025,
1928
+ "center": {
1929
+ "x": 12.9125,
1930
+ "y": 22.5
1931
+ },
1932
+ "height": 1.4,
1933
+ "layers": ["top"],
1934
+ "connectedTo": [
1935
+ "pcb_smtpad_63",
1936
+ "connectivity_net452",
1937
+ "source_port_107",
1938
+ "pcb_smtpad_63",
1939
+ "pcb_port_107"
1940
+ ],
1941
+ "netIsAssignable": true,
1942
+ "offBoardConnectsTo": ["source_component_internal_connection_18"]
1943
+ },
1944
+ {
1945
+ "type": "rect",
1946
+ "width": 1.025,
1947
+ "center": {
1948
+ "x": 23.0875,
1949
+ "y": 22.5
1950
+ },
1951
+ "height": 1.4,
1952
+ "layers": ["top"],
1953
+ "connectedTo": [
1954
+ "pcb_smtpad_64",
1955
+ "connectivity_net453",
1956
+ "source_port_108",
1957
+ "pcb_smtpad_64",
1958
+ "pcb_port_108"
1959
+ ],
1960
+ "netIsAssignable": true,
1961
+ "offBoardConnectsTo": ["source_component_internal_connection_19"]
1962
+ },
1963
+ {
1964
+ "type": "rect",
1965
+ "width": 1.025,
1966
+ "center": {
1967
+ "x": 24.9125,
1968
+ "y": 22.5
1969
+ },
1970
+ "height": 1.4,
1971
+ "layers": ["top"],
1972
+ "connectedTo": [
1973
+ "pcb_smtpad_65",
1974
+ "connectivity_net454",
1975
+ "source_port_109",
1976
+ "pcb_smtpad_65",
1977
+ "pcb_port_109"
1978
+ ],
1979
+ "netIsAssignable": true,
1980
+ "offBoardConnectsTo": ["source_component_internal_connection_19"]
1981
+ },
1982
+ {
1983
+ "type": "rect",
1984
+ "width": 1.025,
1985
+ "center": {
1986
+ "x": -24.9125,
1987
+ "y": 34.5
1988
+ },
1989
+ "height": 1.4,
1990
+ "layers": ["top"],
1991
+ "connectedTo": [
1992
+ "pcb_smtpad_66",
1993
+ "connectivity_net455",
1994
+ "source_port_110",
1995
+ "pcb_smtpad_66",
1996
+ "pcb_port_110"
1997
+ ],
1998
+ "netIsAssignable": true,
1999
+ "offBoardConnectsTo": ["source_component_internal_connection_20"]
2000
+ },
2001
+ {
2002
+ "type": "rect",
2003
+ "width": 1.025,
2004
+ "center": {
2005
+ "x": -23.0875,
2006
+ "y": 34.5
2007
+ },
2008
+ "height": 1.4,
2009
+ "layers": ["top"],
2010
+ "connectedTo": [
2011
+ "pcb_smtpad_67",
2012
+ "connectivity_net456",
2013
+ "source_port_111",
2014
+ "pcb_smtpad_67",
2015
+ "pcb_port_111"
2016
+ ],
2017
+ "netIsAssignable": true,
2018
+ "offBoardConnectsTo": ["source_component_internal_connection_20"]
2019
+ },
2020
+ {
2021
+ "type": "rect",
2022
+ "width": 1.025,
2023
+ "center": {
2024
+ "x": -12.9125,
2025
+ "y": 34.5
2026
+ },
2027
+ "height": 1.4,
2028
+ "layers": ["top"],
2029
+ "connectedTo": [
2030
+ "pcb_smtpad_68",
2031
+ "connectivity_net457",
2032
+ "source_port_112",
2033
+ "pcb_smtpad_68",
2034
+ "pcb_port_112"
2035
+ ],
2036
+ "netIsAssignable": true,
2037
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
2038
+ },
2039
+ {
2040
+ "type": "rect",
2041
+ "width": 1.025,
2042
+ "center": {
2043
+ "x": -11.0875,
2044
+ "y": 34.5
2045
+ },
2046
+ "height": 1.4,
2047
+ "layers": ["top"],
2048
+ "connectedTo": [
2049
+ "pcb_smtpad_69",
2050
+ "connectivity_net458",
2051
+ "source_port_113",
2052
+ "pcb_smtpad_69",
2053
+ "pcb_port_113"
2054
+ ],
2055
+ "netIsAssignable": true,
2056
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
2057
+ },
2058
+ {
2059
+ "type": "rect",
2060
+ "width": 1.025,
2061
+ "center": {
2062
+ "x": -0.9125,
2063
+ "y": 34.5
2064
+ },
2065
+ "height": 1.4,
2066
+ "layers": ["top"],
2067
+ "connectedTo": [
2068
+ "pcb_smtpad_70",
2069
+ "connectivity_net459",
2070
+ "source_port_114",
2071
+ "pcb_smtpad_70",
2072
+ "pcb_port_114"
2073
+ ],
2074
+ "netIsAssignable": true,
2075
+ "offBoardConnectsTo": ["source_component_internal_connection_22"]
2076
+ },
2077
+ {
2078
+ "type": "rect",
2079
+ "width": 1.025,
2080
+ "center": {
2081
+ "x": 0.9125,
2082
+ "y": 34.5
2083
+ },
2084
+ "height": 1.4,
2085
+ "layers": ["top"],
2086
+ "connectedTo": [
2087
+ "pcb_smtpad_71",
2088
+ "connectivity_net460",
2089
+ "source_port_115",
2090
+ "pcb_smtpad_71",
2091
+ "pcb_port_115"
2092
+ ],
2093
+ "netIsAssignable": true,
2094
+ "offBoardConnectsTo": ["source_component_internal_connection_22"]
2095
+ },
2096
+ {
2097
+ "type": "rect",
2098
+ "width": 1.025,
2099
+ "center": {
2100
+ "x": 11.0875,
2101
+ "y": 34.5
2102
+ },
2103
+ "height": 1.4,
2104
+ "layers": ["top"],
2105
+ "connectedTo": [
2106
+ "pcb_smtpad_72",
2107
+ "connectivity_net461",
2108
+ "source_port_116",
2109
+ "pcb_smtpad_72",
2110
+ "pcb_port_116"
2111
+ ],
2112
+ "netIsAssignable": true,
2113
+ "offBoardConnectsTo": ["source_component_internal_connection_23"]
2114
+ },
2115
+ {
2116
+ "type": "rect",
2117
+ "width": 1.025,
2118
+ "center": {
2119
+ "x": 12.9125,
2120
+ "y": 34.5
2121
+ },
2122
+ "height": 1.4,
2123
+ "layers": ["top"],
2124
+ "connectedTo": [
2125
+ "pcb_smtpad_73",
2126
+ "connectivity_net462",
2127
+ "source_port_117",
2128
+ "pcb_smtpad_73",
2129
+ "pcb_port_117"
2130
+ ],
2131
+ "netIsAssignable": true,
2132
+ "offBoardConnectsTo": ["source_component_internal_connection_23"]
2133
+ },
2134
+ {
2135
+ "type": "rect",
2136
+ "width": 1.025,
2137
+ "center": {
2138
+ "x": 23.0875,
2139
+ "y": 34.5
2140
+ },
2141
+ "height": 1.4,
2142
+ "layers": ["top"],
2143
+ "connectedTo": [
2144
+ "pcb_smtpad_74",
2145
+ "connectivity_net463",
2146
+ "source_port_118",
2147
+ "pcb_smtpad_74",
2148
+ "pcb_port_118"
2149
+ ],
2150
+ "netIsAssignable": true,
2151
+ "offBoardConnectsTo": ["source_component_internal_connection_24"]
2152
+ },
2153
+ {
2154
+ "type": "rect",
2155
+ "width": 1.025,
2156
+ "center": {
2157
+ "x": 24.9125,
2158
+ "y": 34.5
2159
+ },
2160
+ "height": 1.4,
2161
+ "layers": ["top"],
2162
+ "connectedTo": [
2163
+ "pcb_smtpad_75",
2164
+ "connectivity_net464",
2165
+ "source_port_119",
2166
+ "pcb_smtpad_75",
2167
+ "pcb_port_119"
2168
+ ],
2169
+ "netIsAssignable": true,
2170
+ "offBoardConnectsTo": ["source_component_internal_connection_24"]
2171
+ },
2172
+ {
2173
+ "type": "rect",
2174
+ "width": 1.025,
2175
+ "center": {
2176
+ "x": 17.0875,
2177
+ "y": -41.5
2178
+ },
2179
+ "height": 1.4,
2180
+ "layers": ["top"],
2181
+ "connectedTo": [
2182
+ "pcb_smtpad_76",
2183
+ "connectivity_net465",
2184
+ "source_port_120",
2185
+ "pcb_smtpad_76",
2186
+ "pcb_port_120"
2187
+ ],
2188
+ "netIsAssignable": true,
2189
+ "offBoardConnectsTo": ["source_component_internal_connection_25"]
2190
+ },
2191
+ {
2192
+ "type": "rect",
2193
+ "width": 1.025,
2194
+ "center": {
2195
+ "x": 18.9125,
2196
+ "y": -41.5
2197
+ },
2198
+ "height": 1.4,
2199
+ "layers": ["top"],
2200
+ "connectedTo": [
2201
+ "pcb_smtpad_77",
2202
+ "connectivity_net466",
2203
+ "source_port_121",
2204
+ "pcb_smtpad_77",
2205
+ "pcb_port_121"
2206
+ ],
2207
+ "netIsAssignable": true,
2208
+ "offBoardConnectsTo": ["source_component_internal_connection_25"]
2209
+ },
2210
+ {
2211
+ "type": "rect",
2212
+ "width": 1.025,
2213
+ "center": {
2214
+ "x": 23.0875,
2215
+ "y": -41.5
2216
+ },
2217
+ "height": 1.4,
2218
+ "layers": ["top"],
2219
+ "connectedTo": [
2220
+ "pcb_smtpad_78",
2221
+ "connectivity_net467",
2222
+ "source_port_122",
2223
+ "pcb_smtpad_78",
2224
+ "pcb_port_122"
2225
+ ],
2226
+ "netIsAssignable": true,
2227
+ "offBoardConnectsTo": ["source_component_internal_connection_26"]
2228
+ },
2229
+ {
2230
+ "type": "rect",
2231
+ "width": 1.025,
2232
+ "center": {
2233
+ "x": 24.9125,
2234
+ "y": -41.5
2235
+ },
2236
+ "height": 1.4,
2237
+ "layers": ["top"],
2238
+ "connectedTo": [
2239
+ "pcb_smtpad_79",
2240
+ "connectivity_net468",
2241
+ "source_port_123",
2242
+ "pcb_smtpad_79",
2243
+ "pcb_port_123"
2244
+ ],
2245
+ "netIsAssignable": true,
2246
+ "offBoardConnectsTo": ["source_component_internal_connection_26"]
2247
+ },
2248
+ {
2249
+ "type": "rect",
2250
+ "width": 1.025,
2251
+ "center": {
2252
+ "x": 29.0875,
2253
+ "y": -41.5
2254
+ },
2255
+ "height": 1.4,
2256
+ "layers": ["top"],
2257
+ "connectedTo": [
2258
+ "pcb_smtpad_80",
2259
+ "connectivity_net469",
2260
+ "source_port_124",
2261
+ "pcb_smtpad_80",
2262
+ "pcb_port_124"
2263
+ ],
2264
+ "netIsAssignable": true,
2265
+ "offBoardConnectsTo": ["source_component_internal_connection_27"]
2266
+ },
2267
+ {
2268
+ "type": "rect",
2269
+ "width": 1.025,
2270
+ "center": {
2271
+ "x": 30.9125,
2272
+ "y": -41.5
2273
+ },
2274
+ "height": 1.4,
2275
+ "layers": ["top"],
2276
+ "connectedTo": [
2277
+ "pcb_smtpad_81",
2278
+ "connectivity_net470",
2279
+ "source_port_125",
2280
+ "pcb_smtpad_81",
2281
+ "pcb_port_125"
2282
+ ],
2283
+ "netIsAssignable": true,
2284
+ "offBoardConnectsTo": ["source_component_internal_connection_27"]
2285
+ },
2286
+ {
2287
+ "type": "rect",
2288
+ "width": 1.025,
2289
+ "center": {
2290
+ "x": 35.0875,
2291
+ "y": -41.5
2292
+ },
2293
+ "height": 1.4,
2294
+ "layers": ["top"],
2295
+ "connectedTo": [
2296
+ "pcb_smtpad_82",
2297
+ "connectivity_net471",
2298
+ "source_port_126",
2299
+ "pcb_smtpad_82",
2300
+ "pcb_port_126"
2301
+ ],
2302
+ "netIsAssignable": true,
2303
+ "offBoardConnectsTo": ["source_component_internal_connection_28"]
2304
+ },
2305
+ {
2306
+ "type": "rect",
2307
+ "width": 1.025,
2308
+ "center": {
2309
+ "x": 36.9125,
2310
+ "y": -41.5
2311
+ },
2312
+ "height": 1.4,
2313
+ "layers": ["top"],
2314
+ "connectedTo": [
2315
+ "pcb_smtpad_83",
2316
+ "connectivity_net472",
2317
+ "source_port_127",
2318
+ "pcb_smtpad_83",
2319
+ "pcb_port_127"
2320
+ ],
2321
+ "netIsAssignable": true,
2322
+ "offBoardConnectsTo": ["source_component_internal_connection_28"]
2323
+ },
2324
+ {
2325
+ "type": "rect",
2326
+ "width": 1.025,
2327
+ "center": {
2328
+ "x": 17.0875,
2329
+ "y": -35.5
2330
+ },
2331
+ "height": 1.4,
2332
+ "layers": ["top"],
2333
+ "connectedTo": [
2334
+ "pcb_smtpad_84",
2335
+ "connectivity_net473",
2336
+ "source_port_128",
2337
+ "pcb_smtpad_84",
2338
+ "pcb_port_128"
2339
+ ],
2340
+ "netIsAssignable": true,
2341
+ "offBoardConnectsTo": ["source_component_internal_connection_29"]
2342
+ },
2343
+ {
2344
+ "type": "rect",
2345
+ "width": 1.025,
2346
+ "center": {
2347
+ "x": 18.9125,
2348
+ "y": -35.5
2349
+ },
2350
+ "height": 1.4,
2351
+ "layers": ["top"],
2352
+ "connectedTo": [
2353
+ "pcb_smtpad_85",
2354
+ "connectivity_net474",
2355
+ "source_port_129",
2356
+ "pcb_smtpad_85",
2357
+ "pcb_port_129"
2358
+ ],
2359
+ "netIsAssignable": true,
2360
+ "offBoardConnectsTo": ["source_component_internal_connection_29"]
2361
+ },
2362
+ {
2363
+ "type": "rect",
2364
+ "width": 1.025,
2365
+ "center": {
2366
+ "x": 23.0875,
2367
+ "y": -35.5
2368
+ },
2369
+ "height": 1.4,
2370
+ "layers": ["top"],
2371
+ "connectedTo": [
2372
+ "pcb_smtpad_86",
2373
+ "connectivity_net475",
2374
+ "source_port_130",
2375
+ "pcb_smtpad_86",
2376
+ "pcb_port_130"
2377
+ ],
2378
+ "netIsAssignable": true,
2379
+ "offBoardConnectsTo": ["source_component_internal_connection_30"]
2380
+ },
2381
+ {
2382
+ "type": "rect",
2383
+ "width": 1.025,
2384
+ "center": {
2385
+ "x": 24.9125,
2386
+ "y": -35.5
2387
+ },
2388
+ "height": 1.4,
2389
+ "layers": ["top"],
2390
+ "connectedTo": [
2391
+ "pcb_smtpad_87",
2392
+ "connectivity_net476",
2393
+ "source_port_131",
2394
+ "pcb_smtpad_87",
2395
+ "pcb_port_131"
2396
+ ],
2397
+ "netIsAssignable": true,
2398
+ "offBoardConnectsTo": ["source_component_internal_connection_30"]
2399
+ },
2400
+ {
2401
+ "type": "rect",
2402
+ "width": 1.025,
2403
+ "center": {
2404
+ "x": 29.0875,
2405
+ "y": -35.5
2406
+ },
2407
+ "height": 1.4,
2408
+ "layers": ["top"],
2409
+ "connectedTo": [
2410
+ "pcb_smtpad_88",
2411
+ "connectivity_net477",
2412
+ "source_port_132",
2413
+ "pcb_smtpad_88",
2414
+ "pcb_port_132"
2415
+ ],
2416
+ "netIsAssignable": true,
2417
+ "offBoardConnectsTo": ["source_component_internal_connection_31"]
2418
+ },
2419
+ {
2420
+ "type": "rect",
2421
+ "width": 1.025,
2422
+ "center": {
2423
+ "x": 30.9125,
2424
+ "y": -35.5
2425
+ },
2426
+ "height": 1.4,
2427
+ "layers": ["top"],
2428
+ "connectedTo": [
2429
+ "pcb_smtpad_89",
2430
+ "connectivity_net478",
2431
+ "source_port_133",
2432
+ "pcb_smtpad_89",
2433
+ "pcb_port_133"
2434
+ ],
2435
+ "netIsAssignable": true,
2436
+ "offBoardConnectsTo": ["source_component_internal_connection_31"]
2437
+ },
2438
+ {
2439
+ "type": "rect",
2440
+ "width": 1.025,
2441
+ "center": {
2442
+ "x": 35.0875,
2443
+ "y": -35.5
2444
+ },
2445
+ "height": 1.4,
2446
+ "layers": ["top"],
2447
+ "connectedTo": [
2448
+ "pcb_smtpad_90",
2449
+ "connectivity_net479",
2450
+ "source_port_134",
2451
+ "pcb_smtpad_90",
2452
+ "pcb_port_134"
2453
+ ],
2454
+ "netIsAssignable": true,
2455
+ "offBoardConnectsTo": ["source_component_internal_connection_32"]
2456
+ },
2457
+ {
2458
+ "type": "rect",
2459
+ "width": 1.025,
2460
+ "center": {
2461
+ "x": 36.9125,
2462
+ "y": -35.5
2463
+ },
2464
+ "height": 1.4,
2465
+ "layers": ["top"],
2466
+ "connectedTo": [
2467
+ "pcb_smtpad_91",
2468
+ "connectivity_net480",
2469
+ "source_port_135",
2470
+ "pcb_smtpad_91",
2471
+ "pcb_port_135"
2472
+ ],
2473
+ "netIsAssignable": true,
2474
+ "offBoardConnectsTo": ["source_component_internal_connection_32"]
2475
+ },
2476
+ {
2477
+ "type": "oval",
2478
+ "width": 1.8,
2479
+ "center": {
2480
+ "x": -38.7,
2481
+ "y": 7.489999999999998
2482
+ },
2483
+ "height": 1.8,
2484
+ "layers": ["top", "inner1", "inner2", "bottom"],
2485
+ "connectedTo": [
2486
+ "pcb_plated_hole_0",
2487
+ "connectivity_net86",
2488
+ "source_trace_33",
2489
+ "source_port_37",
2490
+ "source_trace_26",
2491
+ "source_port_30",
2492
+ "source_trace_19",
2493
+ "source_port_23",
2494
+ "source_trace_1",
2495
+ "source_port_2",
2496
+ "source_net_1",
2497
+ "pcb_smtpad_2",
2498
+ "pcb_port_2",
2499
+ "pcb_plated_hole_0",
2500
+ "pcb_port_23",
2501
+ "pcb_plated_hole_7",
2502
+ "pcb_port_30",
2503
+ "pcb_plated_hole_15",
2504
+ "pcb_port_37"
2505
+ ]
2506
+ },
2507
+ {
2508
+ "type": "oval",
2509
+ "width": 1.8,
2510
+ "center": {
2511
+ "x": -38.7,
2512
+ "y": 10.03
2513
+ },
2514
+ "height": 1.8,
2515
+ "layers": ["top", "inner1", "inner2", "bottom"],
2516
+ "connectedTo": [
2517
+ "pcb_plated_hole_1",
2518
+ "connectivity_net123",
2519
+ "source_trace_51",
2520
+ "source_port_68",
2521
+ "source_trace_49",
2522
+ "source_port_64",
2523
+ "source_trace_47",
2524
+ "source_port_60",
2525
+ "source_trace_45",
2526
+ "source_port_56",
2527
+ "source_trace_43",
2528
+ "source_port_52",
2529
+ "source_trace_41",
2530
+ "source_port_48",
2531
+ "source_trace_39",
2532
+ "source_port_44",
2533
+ "source_trace_36",
2534
+ "source_port_40",
2535
+ "source_trace_20",
2536
+ "source_port_24",
2537
+ "source_trace_0",
2538
+ "source_port_1",
2539
+ "source_net_0",
2540
+ "pcb_smtpad_1",
2541
+ "pcb_port_1",
2542
+ "pcb_plated_hole_1",
2543
+ "pcb_port_24",
2544
+ "pcb_smtpad_24",
2545
+ "pcb_port_40",
2546
+ "pcb_plated_hole_18",
2547
+ "pcb_port_44",
2548
+ "pcb_plated_hole_22",
2549
+ "pcb_port_48",
2550
+ "pcb_plated_hole_26",
2551
+ "pcb_port_52",
2552
+ "pcb_plated_hole_30",
2553
+ "pcb_port_56",
2554
+ "pcb_plated_hole_34",
2555
+ "pcb_port_60",
2556
+ "pcb_plated_hole_38",
2557
+ "pcb_port_64",
2558
+ "pcb_plated_hole_42",
2559
+ "pcb_port_68"
2560
+ ]
2561
+ },
2562
+ {
2563
+ "type": "oval",
2564
+ "width": 1.8,
2565
+ "center": {
2566
+ "x": -38.7,
2567
+ "y": 12.57
2568
+ },
2569
+ "height": 1.8,
2570
+ "layers": ["top", "inner1", "inner2", "bottom"],
2571
+ "connectedTo": [
2572
+ "pcb_plated_hole_2",
2573
+ "connectivity_net59",
2574
+ "source_trace_21",
2575
+ "source_port_25",
2576
+ "source_trace_5",
2577
+ "source_port_14",
2578
+ "source_net_5",
2579
+ "pcb_smtpad_14",
2580
+ "pcb_port_14",
2581
+ "pcb_plated_hole_2",
2582
+ "pcb_port_25"
2583
+ ]
2584
+ },
2585
+ {
2586
+ "type": "oval",
2587
+ "width": 1.8,
2588
+ "center": {
2589
+ "x": -38.7,
2590
+ "y": 15.11
2591
+ },
2592
+ "height": 1.8,
2593
+ "layers": ["top", "inner1", "inner2", "bottom"],
2594
+ "connectedTo": [
2595
+ "pcb_plated_hole_3",
2596
+ "connectivity_net61",
2597
+ "source_trace_22",
2598
+ "source_port_26",
2599
+ "source_trace_7",
2600
+ "source_port_16",
2601
+ "source_net_7",
2602
+ "pcb_smtpad_16",
2603
+ "pcb_port_16",
2604
+ "pcb_plated_hole_3",
2605
+ "pcb_port_26"
2606
+ ]
2607
+ },
2608
+ {
2609
+ "type": "oval",
2610
+ "width": 1.8,
2611
+ "center": {
2612
+ "x": -38.7,
2613
+ "y": 17.65
2614
+ },
2615
+ "height": 1.8,
2616
+ "layers": ["top", "inner1", "inner2", "bottom"],
2617
+ "connectedTo": [
2618
+ "pcb_plated_hole_4",
2619
+ "connectivity_net63",
2620
+ "source_trace_23",
2621
+ "source_port_27",
2622
+ "source_trace_6",
2623
+ "source_port_15",
2624
+ "source_net_6",
2625
+ "pcb_smtpad_15",
2626
+ "pcb_port_15",
2627
+ "pcb_plated_hole_4",
2628
+ "pcb_port_27"
2629
+ ]
2630
+ },
2631
+ {
2632
+ "type": "oval",
2633
+ "width": 1.8,
2634
+ "center": {
2635
+ "x": -38.7,
2636
+ "y": 20.19
2637
+ },
2638
+ "height": 1.8,
2639
+ "layers": ["top", "inner1", "inner2", "bottom"],
2640
+ "connectedTo": [
2641
+ "pcb_plated_hole_5",
2642
+ "connectivity_net78",
2643
+ "source_trace_30",
2644
+ "source_port_34",
2645
+ "source_trace_24",
2646
+ "source_port_28",
2647
+ "source_trace_10",
2648
+ "source_port_20",
2649
+ "source_trace_3",
2650
+ "source_port_12",
2651
+ "source_net_3",
2652
+ "pcb_smtpad_12",
2653
+ "pcb_port_12",
2654
+ "pcb_smtpad_20",
2655
+ "pcb_port_20",
2656
+ "pcb_plated_hole_5",
2657
+ "pcb_port_28",
2658
+ "pcb_plated_hole_11",
2659
+ "pcb_port_34"
2660
+ ]
2661
+ },
2662
+ {
2663
+ "type": "oval",
2664
+ "width": 1.8,
2665
+ "center": {
2666
+ "x": -38.7,
2667
+ "y": 22.73
2668
+ },
2669
+ "height": 1.8,
2670
+ "layers": ["top", "inner1", "inner2", "bottom"],
2671
+ "connectedTo": [
2672
+ "pcb_plated_hole_6",
2673
+ "connectivity_net73",
2674
+ "source_trace_28",
2675
+ "source_port_32",
2676
+ "source_trace_25",
2677
+ "source_port_29",
2678
+ "source_trace_9",
2679
+ "source_port_21",
2680
+ "source_trace_2",
2681
+ "source_port_11",
2682
+ "source_net_2",
2683
+ "pcb_smtpad_11",
2684
+ "pcb_port_11",
2685
+ "pcb_smtpad_21",
2686
+ "pcb_port_21",
2687
+ "pcb_plated_hole_6",
2688
+ "pcb_port_29",
2689
+ "pcb_plated_hole_9",
2690
+ "pcb_port_32"
2691
+ ]
2692
+ },
2693
+ {
2694
+ "type": "oval",
2695
+ "width": 1.8,
2696
+ "center": {
2697
+ "x": -38.7,
2698
+ "y": 25.27
2699
+ },
2700
+ "height": 1.8,
2701
+ "layers": ["top", "inner1", "inner2", "bottom"],
2702
+ "connectedTo": [
2703
+ "pcb_plated_hole_7",
2704
+ "connectivity_net86",
2705
+ "source_trace_33",
2706
+ "source_port_37",
2707
+ "source_trace_26",
2708
+ "source_port_30",
2709
+ "source_trace_19",
2710
+ "source_port_23",
2711
+ "source_trace_1",
2712
+ "source_port_2",
2713
+ "source_net_1",
2714
+ "pcb_smtpad_2",
2715
+ "pcb_port_2",
2716
+ "pcb_plated_hole_0",
2717
+ "pcb_port_23",
2718
+ "pcb_plated_hole_7",
2719
+ "pcb_port_30",
2720
+ "pcb_plated_hole_15",
2721
+ "pcb_port_37"
2722
+ ]
2723
+ },
2724
+ {
2725
+ "type": "oval",
2726
+ "width": 1.8,
2727
+ "center": {
2728
+ "x": -38.7,
2729
+ "y": 27.81
2730
+ },
2731
+ "height": 1.8,
2732
+ "layers": ["top", "inner1", "inner2", "bottom"],
2733
+ "connectedTo": [
2734
+ "pcb_plated_hole_8",
2735
+ "connectivity_net71",
2736
+ "source_trace_27",
2737
+ "source_port_31",
2738
+ "source_trace_4",
2739
+ "source_port_13",
2740
+ "source_net_4",
2741
+ "pcb_smtpad_13",
2742
+ "pcb_port_13",
2743
+ "pcb_plated_hole_8",
2744
+ "pcb_port_31"
2745
+ ]
2746
+ },
2747
+ {
2748
+ "type": "oval",
2749
+ "width": 1.8,
2750
+ "center": {
2751
+ "x": -38.7,
2752
+ "y": 30.35
2753
+ },
2754
+ "height": 1.8,
2755
+ "layers": ["top", "inner1", "inner2", "bottom"],
2756
+ "connectedTo": [
2757
+ "pcb_plated_hole_9",
2758
+ "connectivity_net73",
2759
+ "source_trace_28",
2760
+ "source_port_32",
2761
+ "source_trace_25",
2762
+ "source_port_29",
2763
+ "source_trace_9",
2764
+ "source_port_21",
2765
+ "source_trace_2",
2766
+ "source_port_11",
2767
+ "source_net_2",
2768
+ "pcb_smtpad_11",
2769
+ "pcb_port_11",
2770
+ "pcb_smtpad_21",
2771
+ "pcb_port_21",
2772
+ "pcb_plated_hole_6",
2773
+ "pcb_port_29",
2774
+ "pcb_plated_hole_9",
2775
+ "pcb_port_32"
2776
+ ]
2777
+ },
2778
+ {
2779
+ "type": "oval",
2780
+ "width": 1.8,
2781
+ "center": {
2782
+ "x": -38.7,
2783
+ "y": 32.89
2784
+ },
2785
+ "height": 1.8,
2786
+ "layers": ["top", "inner1", "inner2", "bottom"],
2787
+ "connectedTo": [
2788
+ "pcb_plated_hole_10",
2789
+ "connectivity_net75",
2790
+ "source_trace_29",
2791
+ "source_port_33",
2792
+ "source_net_17",
2793
+ "pcb_plated_hole_10",
2794
+ "pcb_port_33"
2795
+ ]
2796
+ },
2797
+ {
2798
+ "type": "oval",
2799
+ "width": 1.8,
2800
+ "center": {
2801
+ "x": -38.7,
2802
+ "y": 35.43
2803
+ },
2804
+ "height": 1.8,
2805
+ "layers": ["top", "inner1", "inner2", "bottom"],
2806
+ "connectedTo": [
2807
+ "pcb_plated_hole_11",
2808
+ "connectivity_net78",
2809
+ "source_trace_30",
2810
+ "source_port_34",
2811
+ "source_trace_24",
2812
+ "source_port_28",
2813
+ "source_trace_10",
2814
+ "source_port_20",
2815
+ "source_trace_3",
2816
+ "source_port_12",
2817
+ "source_net_3",
2818
+ "pcb_smtpad_12",
2819
+ "pcb_port_12",
2820
+ "pcb_smtpad_20",
2821
+ "pcb_port_20",
2822
+ "pcb_plated_hole_5",
2823
+ "pcb_port_28",
2824
+ "pcb_plated_hole_11",
2825
+ "pcb_port_34"
2826
+ ]
2827
+ },
2828
+ {
2829
+ "type": "oval",
2830
+ "width": 1.8,
2831
+ "center": {
2832
+ "x": -38.7,
2833
+ "y": 37.97
2834
+ },
2835
+ "height": 1.8,
2836
+ "layers": ["top", "inner1", "inner2", "bottom"],
2837
+ "connectedTo": [
2838
+ "pcb_plated_hole_12",
2839
+ "connectivity_net80",
2840
+ "source_trace_31",
2841
+ "source_port_35",
2842
+ "source_net_18",
2843
+ "pcb_plated_hole_12",
2844
+ "pcb_port_35"
2845
+ ]
2846
+ },
2847
+ {
2848
+ "type": "oval",
2849
+ "width": 1.8,
2850
+ "center": {
2851
+ "x": -38.7,
2852
+ "y": 40.510000000000005
2853
+ },
2854
+ "height": 1.8,
2855
+ "layers": ["top", "inner1", "inner2", "bottom"],
2856
+ "connectedTo": [
2857
+ "pcb_plated_hole_13",
2858
+ "connectivity_net83",
2859
+ "source_trace_32",
2860
+ "source_port_36",
2861
+ "source_net_19",
2862
+ "pcb_plated_hole_13",
2863
+ "pcb_port_36"
2864
+ ]
2865
+ },
2866
+ {
2867
+ "type": "oval",
2868
+ "width": 1.7999964,
2869
+ "center": {
2870
+ "x": 13.200033000000076,
2871
+ "y": -7
2872
+ },
2873
+ "height": 1.7999964,
2874
+ "layers": ["top", "inner1", "inner2", "bottom"],
2875
+ "connectedTo": [
2876
+ "pcb_plated_hole_14",
2877
+ "connectivity_net95",
2878
+ "source_trace_37",
2879
+ "source_port_41",
2880
+ "source_trace_34",
2881
+ "source_port_38",
2882
+ "source_net_20",
2883
+ "pcb_plated_hole_14",
2884
+ "pcb_port_38",
2885
+ "pcb_smtpad_25",
2886
+ "pcb_port_41"
2887
+ ]
2888
+ },
2889
+ {
2890
+ "type": "oval",
2891
+ "width": 1.7999964,
2892
+ "center": {
2893
+ "x": 20.799967000000038,
2894
+ "y": -7
2895
+ },
2896
+ "height": 1.7999964,
2897
+ "layers": ["top", "inner1", "inner2", "bottom"],
2898
+ "connectedTo": [
2899
+ "pcb_plated_hole_15",
2900
+ "connectivity_net86",
2901
+ "source_trace_33",
2902
+ "source_port_37",
2903
+ "source_trace_26",
2904
+ "source_port_30",
2905
+ "source_trace_19",
2906
+ "source_port_23",
2907
+ "source_trace_1",
2908
+ "source_port_2",
2909
+ "source_net_1",
2910
+ "pcb_smtpad_2",
2911
+ "pcb_port_2",
2912
+ "pcb_plated_hole_0",
2913
+ "pcb_port_23",
2914
+ "pcb_plated_hole_7",
2915
+ "pcb_port_30",
2916
+ "pcb_plated_hole_15",
2917
+ "pcb_port_37"
2918
+ ]
2919
+ },
2920
+ {
2921
+ "type": "oval",
2922
+ "width": 1.4,
2923
+ "center": {
2924
+ "x": 8.25,
2925
+ "y": -9
2926
+ },
2927
+ "height": 1.4,
2928
+ "layers": ["top", "inner1", "inner2", "bottom"],
2929
+ "connectedTo": [
2930
+ "pcb_plated_hole_16",
2931
+ "connectivity_net97",
2932
+ "source_trace_38",
2933
+ "source_port_42",
2934
+ "source_trace_17",
2935
+ "source_port_22",
2936
+ "source_net_15",
2937
+ "pcb_smtpad_22",
2938
+ "pcb_port_22",
2939
+ "pcb_plated_hole_16",
2940
+ "pcb_port_42"
2941
+ ]
2942
+ },
2943
+ {
2944
+ "type": "oval",
2945
+ "width": 1.4,
2946
+ "center": {
2947
+ "x": 8.25,
2948
+ "y": -11
2949
+ },
2950
+ "height": 1.4,
2951
+ "layers": ["top", "inner1", "inner2", "bottom"],
2952
+ "connectedTo": [
2953
+ "pcb_plated_hole_17",
2954
+ "connectivity_net401",
2955
+ "source_port_43",
2956
+ "pcb_plated_hole_17",
2957
+ "pcb_port_43"
2958
+ ]
2959
+ },
2960
+ {
2961
+ "type": "oval",
2962
+ "width": 1.4,
2963
+ "center": {
2964
+ "x": 3.75,
2965
+ "y": -11
2966
+ },
2967
+ "height": 1.4,
2968
+ "layers": ["top", "inner1", "inner2", "bottom"],
2969
+ "connectedTo": [
2970
+ "pcb_plated_hole_18",
2971
+ "connectivity_net123",
2972
+ "source_trace_51",
2973
+ "source_port_68",
2974
+ "source_trace_49",
2975
+ "source_port_64",
2976
+ "source_trace_47",
2977
+ "source_port_60",
2978
+ "source_trace_45",
2979
+ "source_port_56",
2980
+ "source_trace_43",
2981
+ "source_port_52",
2982
+ "source_trace_41",
2983
+ "source_port_48",
2984
+ "source_trace_39",
2985
+ "source_port_44",
2986
+ "source_trace_36",
2987
+ "source_port_40",
2988
+ "source_trace_20",
2989
+ "source_port_24",
2990
+ "source_trace_0",
2991
+ "source_port_1",
2992
+ "source_net_0",
2993
+ "pcb_smtpad_1",
2994
+ "pcb_port_1",
2995
+ "pcb_plated_hole_1",
2996
+ "pcb_port_24",
2997
+ "pcb_smtpad_24",
2998
+ "pcb_port_40",
2999
+ "pcb_plated_hole_18",
3000
+ "pcb_port_44",
3001
+ "pcb_plated_hole_22",
3002
+ "pcb_port_48",
3003
+ "pcb_plated_hole_26",
3004
+ "pcb_port_52",
3005
+ "pcb_plated_hole_30",
3006
+ "pcb_port_56",
3007
+ "pcb_plated_hole_34",
3008
+ "pcb_port_60",
3009
+ "pcb_plated_hole_38",
3010
+ "pcb_port_64",
3011
+ "pcb_plated_hole_42",
3012
+ "pcb_port_68"
3013
+ ]
3014
+ },
3015
+ {
3016
+ "type": "oval",
3017
+ "width": 1.4,
3018
+ "center": {
3019
+ "x": 3.75,
3020
+ "y": -9
3021
+ },
3022
+ "height": 1.4,
3023
+ "layers": ["top", "inner1", "inner2", "bottom"],
3024
+ "connectedTo": [
3025
+ "pcb_plated_hole_19",
3026
+ "connectivity_net402",
3027
+ "source_port_45",
3028
+ "pcb_plated_hole_19",
3029
+ "pcb_port_45"
3030
+ ]
3031
+ },
3032
+ {
3033
+ "type": "oval",
3034
+ "width": 1.4,
3035
+ "center": {
3036
+ "x": -25.75,
3037
+ "y": -13
3038
+ },
3039
+ "height": 1.4,
3040
+ "layers": ["top", "inner1", "inner2", "bottom"],
3041
+ "connectedTo": [
3042
+ "pcb_plated_hole_20",
3043
+ "connectivity_net101",
3044
+ "source_trace_40",
3045
+ "source_port_46",
3046
+ "source_trace_11",
3047
+ "source_port_6",
3048
+ "source_net_9",
3049
+ "pcb_smtpad_6",
3050
+ "pcb_port_6",
3051
+ "pcb_plated_hole_20",
3052
+ "pcb_port_46"
3053
+ ]
3054
+ },
3055
+ {
3056
+ "type": "oval",
3057
+ "width": 1.4,
3058
+ "center": {
3059
+ "x": -25.75,
3060
+ "y": -15
3061
+ },
3062
+ "height": 1.4,
3063
+ "layers": ["top", "inner1", "inner2", "bottom"],
3064
+ "connectedTo": [
3065
+ "pcb_plated_hole_21",
3066
+ "connectivity_net403",
3067
+ "source_port_47",
3068
+ "pcb_plated_hole_21",
3069
+ "pcb_port_47"
3070
+ ]
3071
+ },
3072
+ {
3073
+ "type": "oval",
3074
+ "width": 1.4,
3075
+ "center": {
3076
+ "x": -30.25,
3077
+ "y": -15
3078
+ },
3079
+ "height": 1.4,
3080
+ "layers": ["top", "inner1", "inner2", "bottom"],
3081
+ "connectedTo": [
3082
+ "pcb_plated_hole_22",
3083
+ "connectivity_net123",
3084
+ "source_trace_51",
3085
+ "source_port_68",
3086
+ "source_trace_49",
3087
+ "source_port_64",
3088
+ "source_trace_47",
3089
+ "source_port_60",
3090
+ "source_trace_45",
3091
+ "source_port_56",
3092
+ "source_trace_43",
3093
+ "source_port_52",
3094
+ "source_trace_41",
3095
+ "source_port_48",
3096
+ "source_trace_39",
3097
+ "source_port_44",
3098
+ "source_trace_36",
3099
+ "source_port_40",
3100
+ "source_trace_20",
3101
+ "source_port_24",
3102
+ "source_trace_0",
3103
+ "source_port_1",
3104
+ "source_net_0",
3105
+ "pcb_smtpad_1",
3106
+ "pcb_port_1",
3107
+ "pcb_plated_hole_1",
3108
+ "pcb_port_24",
3109
+ "pcb_smtpad_24",
3110
+ "pcb_port_40",
3111
+ "pcb_plated_hole_18",
3112
+ "pcb_port_44",
3113
+ "pcb_plated_hole_22",
3114
+ "pcb_port_48",
3115
+ "pcb_plated_hole_26",
3116
+ "pcb_port_52",
3117
+ "pcb_plated_hole_30",
3118
+ "pcb_port_56",
3119
+ "pcb_plated_hole_34",
3120
+ "pcb_port_60",
3121
+ "pcb_plated_hole_38",
3122
+ "pcb_port_64",
3123
+ "pcb_plated_hole_42",
3124
+ "pcb_port_68"
3125
+ ]
3126
+ },
3127
+ {
3128
+ "type": "oval",
3129
+ "width": 1.4,
3130
+ "center": {
3131
+ "x": -30.25,
3132
+ "y": -13
3133
+ },
3134
+ "height": 1.4,
3135
+ "layers": ["top", "inner1", "inner2", "bottom"],
3136
+ "connectedTo": [
3137
+ "pcb_plated_hole_23",
3138
+ "connectivity_net404",
3139
+ "source_port_49",
3140
+ "pcb_plated_hole_23",
3141
+ "pcb_port_49"
3142
+ ]
3143
+ },
3144
+ {
3145
+ "type": "oval",
3146
+ "width": 1.4,
3147
+ "center": {
3148
+ "x": -25.75,
3149
+ "y": -29
3150
+ },
3151
+ "height": 1.4,
3152
+ "layers": ["top", "inner1", "inner2", "bottom"],
3153
+ "connectedTo": [
3154
+ "pcb_plated_hole_24",
3155
+ "connectivity_net105",
3156
+ "source_trace_42",
3157
+ "source_port_50",
3158
+ "source_trace_12",
3159
+ "source_port_5",
3160
+ "source_net_10",
3161
+ "pcb_smtpad_5",
3162
+ "pcb_port_5",
3163
+ "pcb_plated_hole_24",
3164
+ "pcb_port_50"
3165
+ ]
3166
+ },
3167
+ {
3168
+ "type": "oval",
3169
+ "width": 1.4,
3170
+ "center": {
3171
+ "x": -25.75,
3172
+ "y": -31
3173
+ },
3174
+ "height": 1.4,
3175
+ "layers": ["top", "inner1", "inner2", "bottom"],
3176
+ "connectedTo": [
3177
+ "pcb_plated_hole_25",
3178
+ "connectivity_net405",
3179
+ "source_port_51",
3180
+ "pcb_plated_hole_25",
3181
+ "pcb_port_51"
3182
+ ]
3183
+ },
3184
+ {
3185
+ "type": "oval",
3186
+ "width": 1.4,
3187
+ "center": {
3188
+ "x": -30.25,
3189
+ "y": -31
3190
+ },
3191
+ "height": 1.4,
3192
+ "layers": ["top", "inner1", "inner2", "bottom"],
3193
+ "connectedTo": [
3194
+ "pcb_plated_hole_26",
3195
+ "connectivity_net123",
3196
+ "source_trace_51",
3197
+ "source_port_68",
3198
+ "source_trace_49",
3199
+ "source_port_64",
3200
+ "source_trace_47",
3201
+ "source_port_60",
3202
+ "source_trace_45",
3203
+ "source_port_56",
3204
+ "source_trace_43",
3205
+ "source_port_52",
3206
+ "source_trace_41",
3207
+ "source_port_48",
3208
+ "source_trace_39",
3209
+ "source_port_44",
3210
+ "source_trace_36",
3211
+ "source_port_40",
3212
+ "source_trace_20",
3213
+ "source_port_24",
3214
+ "source_trace_0",
3215
+ "source_port_1",
3216
+ "source_net_0",
3217
+ "pcb_smtpad_1",
3218
+ "pcb_port_1",
3219
+ "pcb_plated_hole_1",
3220
+ "pcb_port_24",
3221
+ "pcb_smtpad_24",
3222
+ "pcb_port_40",
3223
+ "pcb_plated_hole_18",
3224
+ "pcb_port_44",
3225
+ "pcb_plated_hole_22",
3226
+ "pcb_port_48",
3227
+ "pcb_plated_hole_26",
3228
+ "pcb_port_52",
3229
+ "pcb_plated_hole_30",
3230
+ "pcb_port_56",
3231
+ "pcb_plated_hole_34",
3232
+ "pcb_port_60",
3233
+ "pcb_plated_hole_38",
3234
+ "pcb_port_64",
3235
+ "pcb_plated_hole_42",
3236
+ "pcb_port_68"
3237
+ ]
3238
+ },
3239
+ {
3240
+ "type": "oval",
3241
+ "width": 1.4,
3242
+ "center": {
3243
+ "x": -30.25,
3244
+ "y": -29
3245
+ },
3246
+ "height": 1.4,
3247
+ "layers": ["top", "inner1", "inner2", "bottom"],
3248
+ "connectedTo": [
3249
+ "pcb_plated_hole_27",
3250
+ "connectivity_net406",
3251
+ "source_port_53",
3252
+ "pcb_plated_hole_27",
3253
+ "pcb_port_53"
3254
+ ]
3255
+ },
3256
+ {
3257
+ "type": "oval",
3258
+ "width": 1.4,
3259
+ "center": {
3260
+ "x": -33.75,
3261
+ "y": -21
3262
+ },
3263
+ "height": 1.4,
3264
+ "layers": ["top", "inner1", "inner2", "bottom"],
3265
+ "connectedTo": [
3266
+ "pcb_plated_hole_28",
3267
+ "connectivity_net109",
3268
+ "source_trace_44",
3269
+ "source_port_54",
3270
+ "source_trace_13",
3271
+ "source_port_4",
3272
+ "source_net_11",
3273
+ "pcb_smtpad_4",
3274
+ "pcb_port_4",
3275
+ "pcb_plated_hole_28",
3276
+ "pcb_port_54"
3277
+ ]
3278
+ },
3279
+ {
3280
+ "type": "oval",
3281
+ "width": 1.4,
3282
+ "center": {
3283
+ "x": -33.75,
3284
+ "y": -23
3285
+ },
3286
+ "height": 1.4,
3287
+ "layers": ["top", "inner1", "inner2", "bottom"],
3288
+ "connectedTo": [
3289
+ "pcb_plated_hole_29",
3290
+ "connectivity_net407",
3291
+ "source_port_55",
3292
+ "pcb_plated_hole_29",
3293
+ "pcb_port_55"
3294
+ ]
3295
+ },
3296
+ {
3297
+ "type": "oval",
3298
+ "width": 1.4,
3299
+ "center": {
3300
+ "x": -38.25,
3301
+ "y": -23
3302
+ },
3303
+ "height": 1.4,
3304
+ "layers": ["top", "inner1", "inner2", "bottom"],
3305
+ "connectedTo": [
3306
+ "pcb_plated_hole_30",
3307
+ "connectivity_net123",
3308
+ "source_trace_51",
3309
+ "source_port_68",
3310
+ "source_trace_49",
3311
+ "source_port_64",
3312
+ "source_trace_47",
3313
+ "source_port_60",
3314
+ "source_trace_45",
3315
+ "source_port_56",
3316
+ "source_trace_43",
3317
+ "source_port_52",
3318
+ "source_trace_41",
3319
+ "source_port_48",
3320
+ "source_trace_39",
3321
+ "source_port_44",
3322
+ "source_trace_36",
3323
+ "source_port_40",
3324
+ "source_trace_20",
3325
+ "source_port_24",
3326
+ "source_trace_0",
3327
+ "source_port_1",
3328
+ "source_net_0",
3329
+ "pcb_smtpad_1",
3330
+ "pcb_port_1",
3331
+ "pcb_plated_hole_1",
3332
+ "pcb_port_24",
3333
+ "pcb_smtpad_24",
3334
+ "pcb_port_40",
3335
+ "pcb_plated_hole_18",
3336
+ "pcb_port_44",
3337
+ "pcb_plated_hole_22",
3338
+ "pcb_port_48",
3339
+ "pcb_plated_hole_26",
3340
+ "pcb_port_52",
3341
+ "pcb_plated_hole_30",
3342
+ "pcb_port_56",
3343
+ "pcb_plated_hole_34",
3344
+ "pcb_port_60",
3345
+ "pcb_plated_hole_38",
3346
+ "pcb_port_64",
3347
+ "pcb_plated_hole_42",
3348
+ "pcb_port_68"
3349
+ ]
3350
+ },
3351
+ {
3352
+ "type": "oval",
3353
+ "width": 1.4,
3354
+ "center": {
3355
+ "x": -38.25,
3356
+ "y": -21
3357
+ },
3358
+ "height": 1.4,
3359
+ "layers": ["top", "inner1", "inner2", "bottom"],
3360
+ "connectedTo": [
3361
+ "pcb_plated_hole_31",
3362
+ "connectivity_net408",
3363
+ "source_port_57",
3364
+ "pcb_plated_hole_31",
3365
+ "pcb_port_57"
3366
+ ]
3367
+ },
3368
+ {
3369
+ "type": "oval",
3370
+ "width": 1.4,
3371
+ "center": {
3372
+ "x": -17.75,
3373
+ "y": -21
3374
+ },
3375
+ "height": 1.4,
3376
+ "layers": ["top", "inner1", "inner2", "bottom"],
3377
+ "connectedTo": [
3378
+ "pcb_plated_hole_32",
3379
+ "connectivity_net113",
3380
+ "source_trace_46",
3381
+ "source_port_58",
3382
+ "source_trace_14",
3383
+ "source_port_3",
3384
+ "source_net_12",
3385
+ "pcb_smtpad_3",
3386
+ "pcb_port_3",
3387
+ "pcb_plated_hole_32",
3388
+ "pcb_port_58"
3389
+ ]
3390
+ },
3391
+ {
3392
+ "type": "oval",
3393
+ "width": 1.4,
3394
+ "center": {
3395
+ "x": -17.75,
3396
+ "y": -23
3397
+ },
3398
+ "height": 1.4,
3399
+ "layers": ["top", "inner1", "inner2", "bottom"],
3400
+ "connectedTo": [
3401
+ "pcb_plated_hole_33",
3402
+ "connectivity_net409",
3403
+ "source_port_59",
3404
+ "pcb_plated_hole_33",
3405
+ "pcb_port_59"
3406
+ ]
3407
+ },
3408
+ {
3409
+ "type": "oval",
3410
+ "width": 1.4,
3411
+ "center": {
3412
+ "x": -22.25,
3413
+ "y": -23
3414
+ },
3415
+ "height": 1.4,
3416
+ "layers": ["top", "inner1", "inner2", "bottom"],
3417
+ "connectedTo": [
3418
+ "pcb_plated_hole_34",
3419
+ "connectivity_net123",
3420
+ "source_trace_51",
3421
+ "source_port_68",
3422
+ "source_trace_49",
3423
+ "source_port_64",
3424
+ "source_trace_47",
3425
+ "source_port_60",
3426
+ "source_trace_45",
3427
+ "source_port_56",
3428
+ "source_trace_43",
3429
+ "source_port_52",
3430
+ "source_trace_41",
3431
+ "source_port_48",
3432
+ "source_trace_39",
3433
+ "source_port_44",
3434
+ "source_trace_36",
3435
+ "source_port_40",
3436
+ "source_trace_20",
3437
+ "source_port_24",
3438
+ "source_trace_0",
3439
+ "source_port_1",
3440
+ "source_net_0",
3441
+ "pcb_smtpad_1",
3442
+ "pcb_port_1",
3443
+ "pcb_plated_hole_1",
3444
+ "pcb_port_24",
3445
+ "pcb_smtpad_24",
3446
+ "pcb_port_40",
3447
+ "pcb_plated_hole_18",
3448
+ "pcb_port_44",
3449
+ "pcb_plated_hole_22",
3450
+ "pcb_port_48",
3451
+ "pcb_plated_hole_26",
3452
+ "pcb_port_52",
3453
+ "pcb_plated_hole_30",
3454
+ "pcb_port_56",
3455
+ "pcb_plated_hole_34",
3456
+ "pcb_port_60",
3457
+ "pcb_plated_hole_38",
3458
+ "pcb_port_64",
3459
+ "pcb_plated_hole_42",
3460
+ "pcb_port_68"
3461
+ ]
3462
+ },
3463
+ {
3464
+ "type": "oval",
3465
+ "width": 1.4,
3466
+ "center": {
3467
+ "x": -22.25,
3468
+ "y": -21
3469
+ },
3470
+ "height": 1.4,
3471
+ "layers": ["top", "inner1", "inner2", "bottom"],
3472
+ "connectedTo": [
3473
+ "pcb_plated_hole_35",
3474
+ "connectivity_net410",
3475
+ "source_port_61",
3476
+ "pcb_plated_hole_35",
3477
+ "pcb_port_61"
3478
+ ]
3479
+ },
3480
+ {
3481
+ "type": "oval",
3482
+ "width": 1.8,
3483
+ "center": {
3484
+ "x": 38.125,
3485
+ "y": -9.5
3486
+ },
3487
+ "height": 1.8,
3488
+ "layers": ["top", "inner1", "inner2", "bottom"],
3489
+ "connectedTo": [
3490
+ "pcb_plated_hole_36",
3491
+ "connectivity_net117",
3492
+ "source_trace_48",
3493
+ "source_port_62",
3494
+ "source_trace_15",
3495
+ "source_port_8",
3496
+ "source_net_13",
3497
+ "pcb_smtpad_8",
3498
+ "pcb_port_8",
3499
+ "pcb_plated_hole_36",
3500
+ "pcb_port_62"
3501
+ ]
3502
+ },
3503
+ {
3504
+ "type": "oval",
3505
+ "width": 1.8,
3506
+ "center": {
3507
+ "x": 38.125,
3508
+ "y": -14.5
3509
+ },
3510
+ "height": 1.8,
3511
+ "layers": ["top", "inner1", "inner2", "bottom"],
3512
+ "connectedTo": [
3513
+ "pcb_plated_hole_37",
3514
+ "connectivity_net411",
3515
+ "source_port_63",
3516
+ "pcb_plated_hole_37",
3517
+ "pcb_port_63"
3518
+ ]
3519
+ },
3520
+ {
3521
+ "type": "oval",
3522
+ "width": 1.8,
3523
+ "center": {
3524
+ "x": 25.875,
3525
+ "y": -14.5
3526
+ },
3527
+ "height": 1.8,
3528
+ "layers": ["top", "inner1", "inner2", "bottom"],
3529
+ "connectedTo": [
3530
+ "pcb_plated_hole_38",
3531
+ "connectivity_net123",
3532
+ "source_trace_51",
3533
+ "source_port_68",
3534
+ "source_trace_49",
3535
+ "source_port_64",
3536
+ "source_trace_47",
3537
+ "source_port_60",
3538
+ "source_trace_45",
3539
+ "source_port_56",
3540
+ "source_trace_43",
3541
+ "source_port_52",
3542
+ "source_trace_41",
3543
+ "source_port_48",
3544
+ "source_trace_39",
3545
+ "source_port_44",
3546
+ "source_trace_36",
3547
+ "source_port_40",
3548
+ "source_trace_20",
3549
+ "source_port_24",
3550
+ "source_trace_0",
3551
+ "source_port_1",
3552
+ "source_net_0",
3553
+ "pcb_smtpad_1",
3554
+ "pcb_port_1",
3555
+ "pcb_plated_hole_1",
3556
+ "pcb_port_24",
3557
+ "pcb_smtpad_24",
3558
+ "pcb_port_40",
3559
+ "pcb_plated_hole_18",
3560
+ "pcb_port_44",
3561
+ "pcb_plated_hole_22",
3562
+ "pcb_port_48",
3563
+ "pcb_plated_hole_26",
3564
+ "pcb_port_52",
3565
+ "pcb_plated_hole_30",
3566
+ "pcb_port_56",
3567
+ "pcb_plated_hole_34",
3568
+ "pcb_port_60",
3569
+ "pcb_plated_hole_38",
3570
+ "pcb_port_64",
3571
+ "pcb_plated_hole_42",
3572
+ "pcb_port_68"
3573
+ ]
3574
+ },
3575
+ {
3576
+ "type": "oval",
3577
+ "width": 1.8,
3578
+ "center": {
3579
+ "x": 25.875,
3580
+ "y": -9.5
3581
+ },
3582
+ "height": 1.8,
3583
+ "layers": ["top", "inner1", "inner2", "bottom"],
3584
+ "connectedTo": [
3585
+ "pcb_plated_hole_39",
3586
+ "connectivity_net412",
3587
+ "source_port_65",
3588
+ "pcb_plated_hole_39",
3589
+ "pcb_port_65"
3590
+ ]
3591
+ },
3592
+ {
3593
+ "type": "oval",
3594
+ "width": 1.8,
3595
+ "center": {
3596
+ "x": 28.125,
3597
+ "y": -23.5
3598
+ },
3599
+ "height": 1.8,
3600
+ "layers": ["top", "inner1", "inner2", "bottom"],
3601
+ "connectedTo": [
3602
+ "pcb_plated_hole_40",
3603
+ "connectivity_net121",
3604
+ "source_trace_50",
3605
+ "source_port_66",
3606
+ "source_trace_16",
3607
+ "source_port_7",
3608
+ "source_net_14",
3609
+ "pcb_smtpad_7",
3610
+ "pcb_port_7",
3611
+ "pcb_plated_hole_40",
3612
+ "pcb_port_66"
3613
+ ]
3614
+ },
3615
+ {
3616
+ "type": "oval",
3617
+ "width": 1.8,
3618
+ "center": {
3619
+ "x": 28.125,
3620
+ "y": -28.5
3621
+ },
3622
+ "height": 1.8,
3623
+ "layers": ["top", "inner1", "inner2", "bottom"],
3624
+ "connectedTo": [
3625
+ "pcb_plated_hole_41",
3626
+ "connectivity_net413",
3627
+ "source_port_67",
3628
+ "pcb_plated_hole_41",
3629
+ "pcb_port_67"
3630
+ ]
3631
+ },
3632
+ {
3633
+ "type": "oval",
3634
+ "width": 1.8,
3635
+ "center": {
3636
+ "x": 15.875,
3637
+ "y": -28.5
3638
+ },
3639
+ "height": 1.8,
3640
+ "layers": ["top", "inner1", "inner2", "bottom"],
3641
+ "connectedTo": [
3642
+ "pcb_plated_hole_42",
3643
+ "connectivity_net123",
3644
+ "source_trace_51",
3645
+ "source_port_68",
3646
+ "source_trace_49",
3647
+ "source_port_64",
3648
+ "source_trace_47",
3649
+ "source_port_60",
3650
+ "source_trace_45",
3651
+ "source_port_56",
3652
+ "source_trace_43",
3653
+ "source_port_52",
3654
+ "source_trace_41",
3655
+ "source_port_48",
3656
+ "source_trace_39",
3657
+ "source_port_44",
3658
+ "source_trace_36",
3659
+ "source_port_40",
3660
+ "source_trace_20",
3661
+ "source_port_24",
3662
+ "source_trace_0",
3663
+ "source_port_1",
3664
+ "source_net_0",
3665
+ "pcb_smtpad_1",
3666
+ "pcb_port_1",
3667
+ "pcb_plated_hole_1",
3668
+ "pcb_port_24",
3669
+ "pcb_smtpad_24",
3670
+ "pcb_port_40",
3671
+ "pcb_plated_hole_18",
3672
+ "pcb_port_44",
3673
+ "pcb_plated_hole_22",
3674
+ "pcb_port_48",
3675
+ "pcb_plated_hole_26",
3676
+ "pcb_port_52",
3677
+ "pcb_plated_hole_30",
3678
+ "pcb_port_56",
3679
+ "pcb_plated_hole_34",
3680
+ "pcb_port_60",
3681
+ "pcb_plated_hole_38",
3682
+ "pcb_port_64",
3683
+ "pcb_plated_hole_42",
3684
+ "pcb_port_68"
3685
+ ]
3686
+ },
3687
+ {
3688
+ "type": "oval",
3689
+ "width": 1.8,
3690
+ "center": {
3691
+ "x": 15.875,
3692
+ "y": -23.5
3693
+ },
3694
+ "height": 1.8,
3695
+ "layers": ["top", "inner1", "inner2", "bottom"],
3696
+ "connectedTo": [
3697
+ "pcb_plated_hole_43",
3698
+ "connectivity_net414",
3699
+ "source_port_69",
3700
+ "pcb_plated_hole_43",
3701
+ "pcb_port_69"
3702
+ ]
3703
+ },
3704
+ {
3705
+ "type": "rect",
3706
+ "width": 3,
3707
+ "center": {
3708
+ "x": 33.7,
3709
+ "y": 42.4
3710
+ },
3711
+ "height": 3,
3712
+ "layers": ["top", "inner1", "inner2", "bottom"],
3713
+ "connectedTo": []
3714
+ },
3715
+ {
3716
+ "type": "rect",
3717
+ "width": 3,
3718
+ "center": {
3719
+ "x": -33.7,
3720
+ "y": 42.4
3721
+ },
3722
+ "height": 3,
3723
+ "layers": ["top", "inner1", "inner2", "bottom"],
3724
+ "connectedTo": []
3725
+ },
3726
+ {
3727
+ "type": "rect",
3728
+ "width": 3,
3729
+ "center": {
3730
+ "x": 33.7,
3731
+ "y": 5.600000000000001
3732
+ },
3733
+ "height": 3,
3734
+ "layers": ["top", "inner1", "inner2", "bottom"],
3735
+ "connectedTo": []
3736
+ },
3737
+ {
3738
+ "type": "rect",
3739
+ "width": 3,
3740
+ "center": {
3741
+ "x": -33.7,
3742
+ "y": 5.600000000000001
3743
+ },
3744
+ "height": 3,
3745
+ "layers": ["top", "inner1", "inner2", "bottom"],
3746
+ "connectedTo": []
3747
+ },
3748
+ {
3749
+ "type": "rect",
3750
+ "width": 15.5,
3751
+ "center": {
3752
+ "x": -1.2246467991473532e-16,
3753
+ "y": -31
3754
+ },
3755
+ "height": 24,
3756
+ "layers": ["top", "inner1", "inner2", "bottom"],
3757
+ "connectedTo": []
3758
+ }
3759
+ ],
3760
+ "layerCount": 1,
3761
+ "connections": [
3762
+ {
3763
+ "name": "source_net_0",
3764
+ "pointsToConnect": [
3765
+ {
3766
+ "x": 8.889999999999999,
3767
+ "y": -37.92,
3768
+ "layer": "top",
3769
+ "pointId": "pcb_port_1",
3770
+ "pcb_port_id": "pcb_port_1"
3771
+ },
3772
+ {
3773
+ "x": -38.7,
3774
+ "y": 10.03,
3775
+ "layer": "top",
3776
+ "pointId": "pcb_port_24",
3777
+ "pcb_port_id": "pcb_port_24"
3778
+ },
3779
+ {
3780
+ "x": 17.05004000000008,
3781
+ "y": -15.000002000000109,
3782
+ "layer": "top",
3783
+ "pointId": "pcb_port_40",
3784
+ "pcb_port_id": "pcb_port_40"
3785
+ },
3786
+ {
3787
+ "x": 3.75,
3788
+ "y": -11,
3789
+ "layer": "top",
3790
+ "pointId": "pcb_port_44",
3791
+ "pcb_port_id": "pcb_port_44"
3792
+ },
3793
+ {
3794
+ "x": -30.25,
3795
+ "y": -15,
3796
+ "layer": "top",
3797
+ "pointId": "pcb_port_48",
3798
+ "pcb_port_id": "pcb_port_48"
3799
+ },
3800
+ {
3801
+ "x": -30.25,
3802
+ "y": -31,
3803
+ "layer": "top",
3804
+ "pointId": "pcb_port_52",
3805
+ "pcb_port_id": "pcb_port_52"
3806
+ },
3807
+ {
3808
+ "x": -38.25,
3809
+ "y": -23,
3810
+ "layer": "top",
3811
+ "pointId": "pcb_port_56",
3812
+ "pcb_port_id": "pcb_port_56"
3813
+ },
3814
+ {
3815
+ "x": -22.25,
3816
+ "y": -23,
3817
+ "layer": "top",
3818
+ "pointId": "pcb_port_60",
3819
+ "pcb_port_id": "pcb_port_60"
3820
+ },
3821
+ {
3822
+ "x": 25.875,
3823
+ "y": -14.5,
3824
+ "layer": "top",
3825
+ "pointId": "pcb_port_64",
3826
+ "pcb_port_id": "pcb_port_64"
3827
+ },
3828
+ {
3829
+ "x": 15.875,
3830
+ "y": -28.5,
3831
+ "layer": "top",
3832
+ "pointId": "pcb_port_68",
3833
+ "pcb_port_id": "pcb_port_68"
3834
+ }
3835
+ ]
3836
+ },
3837
+ {
3838
+ "name": "source_net_1",
3839
+ "pointsToConnect": [
3840
+ {
3841
+ "x": 8.89,
3842
+ "y": -35.38,
3843
+ "layer": "top",
3844
+ "pointId": "pcb_port_2",
3845
+ "pcb_port_id": "pcb_port_2"
3846
+ },
3847
+ {
3848
+ "x": -38.7,
3849
+ "y": 7.489999999999998,
3850
+ "layer": "top",
3851
+ "pointId": "pcb_port_23",
3852
+ "pcb_port_id": "pcb_port_23"
3853
+ },
3854
+ {
3855
+ "x": -38.7,
3856
+ "y": 25.27,
3857
+ "layer": "top",
3858
+ "pointId": "pcb_port_30",
3859
+ "pcb_port_id": "pcb_port_30"
3860
+ },
3861
+ {
3862
+ "x": 20.799967000000038,
3863
+ "y": -7,
3864
+ "layer": "top",
3865
+ "pointId": "pcb_port_37",
3866
+ "pcb_port_id": "pcb_port_37"
3867
+ }
3868
+ ]
3869
+ },
3870
+ {
3871
+ "name": "source_net_2",
3872
+ "pointsToConnect": [
3873
+ {
3874
+ "x": -8.89,
3875
+ "y": -35.379999999999995,
3876
+ "layer": "top",
3877
+ "pointId": "pcb_port_11",
3878
+ "pcb_port_id": "pcb_port_11"
3879
+ },
3880
+ {
3881
+ "x": -2.5399999999999987,
3882
+ "y": -17.84,
3883
+ "layer": "top",
3884
+ "pointId": "pcb_port_21",
3885
+ "pcb_port_id": "pcb_port_21"
3886
+ },
3887
+ {
3888
+ "x": -38.7,
3889
+ "y": 22.73,
3890
+ "layer": "top",
3891
+ "pointId": "pcb_port_29",
3892
+ "pcb_port_id": "pcb_port_29"
3893
+ },
3894
+ {
3895
+ "x": -38.7,
3896
+ "y": 30.35,
3897
+ "layer": "top",
3898
+ "pointId": "pcb_port_32",
3899
+ "pcb_port_id": "pcb_port_32"
3900
+ }
3901
+ ]
3902
+ },
3903
+ {
3904
+ "name": "source_net_3",
3905
+ "pointsToConnect": [
3906
+ {
3907
+ "x": -8.89,
3908
+ "y": -32.839999999999996,
3909
+ "layer": "top",
3910
+ "pointId": "pcb_port_12",
3911
+ "pcb_port_id": "pcb_port_12"
3912
+ },
3913
+ {
3914
+ "x": 1.4891705077631816e-15,
3915
+ "y": -17.84,
3916
+ "layer": "top",
3917
+ "pointId": "pcb_port_20",
3918
+ "pcb_port_id": "pcb_port_20"
3919
+ },
3920
+ {
3921
+ "x": -38.7,
3922
+ "y": 20.19,
3923
+ "layer": "top",
3924
+ "pointId": "pcb_port_28",
3925
+ "pcb_port_id": "pcb_port_28"
3926
+ },
3927
+ {
3928
+ "x": -38.7,
3929
+ "y": 35.43,
3930
+ "layer": "top",
3931
+ "pointId": "pcb_port_34",
3932
+ "pcb_port_id": "pcb_port_34"
3933
+ }
3934
+ ]
3935
+ },
3936
+ {
3937
+ "name": "source_net_4",
3938
+ "pointsToConnect": [
3939
+ {
3940
+ "x": -8.89,
3941
+ "y": -30.299999999999997,
3942
+ "layer": "top",
3943
+ "pointId": "pcb_port_13",
3944
+ "pcb_port_id": "pcb_port_13"
3945
+ },
3946
+ {
3947
+ "x": -38.7,
3948
+ "y": 27.81,
3949
+ "layer": "top",
3950
+ "pointId": "pcb_port_31",
3951
+ "pcb_port_id": "pcb_port_31"
3952
+ }
3953
+ ]
3954
+ },
3955
+ {
3956
+ "name": "source_net_5",
3957
+ "pointsToConnect": [
3958
+ {
3959
+ "x": -8.89,
3960
+ "y": -27.759999999999998,
3961
+ "layer": "top",
3962
+ "pointId": "pcb_port_14",
3963
+ "pcb_port_id": "pcb_port_14"
3964
+ },
3965
+ {
3966
+ "x": -38.7,
3967
+ "y": 12.57,
3968
+ "layer": "top",
3969
+ "pointId": "pcb_port_25",
3970
+ "pcb_port_id": "pcb_port_25"
3971
+ }
3972
+ ]
3973
+ },
3974
+ {
3975
+ "name": "source_net_6",
3976
+ "pointsToConnect": [
3977
+ {
3978
+ "x": -8.89,
3979
+ "y": -25.22,
3980
+ "layer": "top",
3981
+ "pointId": "pcb_port_15",
3982
+ "pcb_port_id": "pcb_port_15"
3983
+ },
3984
+ {
3985
+ "x": -38.7,
3986
+ "y": 17.65,
3987
+ "layer": "top",
3988
+ "pointId": "pcb_port_27",
3989
+ "pcb_port_id": "pcb_port_27"
3990
+ }
3991
+ ]
3992
+ },
3993
+ {
3994
+ "name": "source_net_7",
3995
+ "pointsToConnect": [
3996
+ {
3997
+ "x": -8.889999999999999,
3998
+ "y": -22.68,
3999
+ "layer": "top",
4000
+ "pointId": "pcb_port_16",
4001
+ "pcb_port_id": "pcb_port_16"
4002
+ },
4003
+ {
4004
+ "x": -38.7,
4005
+ "y": 15.11,
4006
+ "layer": "top",
4007
+ "pointId": "pcb_port_26",
4008
+ "pcb_port_id": "pcb_port_26"
4009
+ }
4010
+ ]
4011
+ },
4012
+ {
4013
+ "name": "source_net_8",
4014
+ "pointsToConnect": [
4015
+ {
4016
+ "x": -8.889999999999999,
4017
+ "y": -20.14,
4018
+ "layer": "top",
4019
+ "pointId": "pcb_port_17",
4020
+ "pcb_port_id": "pcb_port_17"
4021
+ }
4022
+ ]
4023
+ },
4024
+ {
4025
+ "name": "source_net_9",
4026
+ "pointsToConnect": [
4027
+ {
4028
+ "x": 8.89,
4029
+ "y": -25.22,
4030
+ "layer": "top",
4031
+ "pointId": "pcb_port_6",
4032
+ "pcb_port_id": "pcb_port_6"
4033
+ },
4034
+ {
4035
+ "x": -25.75,
4036
+ "y": -13,
4037
+ "layer": "top",
4038
+ "pointId": "pcb_port_46",
4039
+ "pcb_port_id": "pcb_port_46"
4040
+ }
4041
+ ]
4042
+ },
4043
+ {
4044
+ "name": "source_net_10",
4045
+ "pointsToConnect": [
4046
+ {
4047
+ "x": 8.89,
4048
+ "y": -27.76,
4049
+ "layer": "top",
4050
+ "pointId": "pcb_port_5",
4051
+ "pcb_port_id": "pcb_port_5"
4052
+ },
4053
+ {
4054
+ "x": -25.75,
4055
+ "y": -29,
4056
+ "layer": "top",
4057
+ "pointId": "pcb_port_50",
4058
+ "pcb_port_id": "pcb_port_50"
4059
+ }
4060
+ ]
4061
+ },
4062
+ {
4063
+ "name": "source_net_11",
4064
+ "pointsToConnect": [
4065
+ {
4066
+ "x": 8.89,
4067
+ "y": -30.3,
4068
+ "layer": "top",
4069
+ "pointId": "pcb_port_4",
4070
+ "pcb_port_id": "pcb_port_4"
4071
+ },
4072
+ {
4073
+ "x": -33.75,
4074
+ "y": -21,
4075
+ "layer": "top",
4076
+ "pointId": "pcb_port_54",
4077
+ "pcb_port_id": "pcb_port_54"
4078
+ }
4079
+ ]
4080
+ },
4081
+ {
4082
+ "name": "source_net_12",
4083
+ "pointsToConnect": [
4084
+ {
4085
+ "x": 8.89,
4086
+ "y": -32.84,
4087
+ "layer": "top",
4088
+ "pointId": "pcb_port_3",
4089
+ "pcb_port_id": "pcb_port_3"
4090
+ },
4091
+ {
4092
+ "x": -17.75,
4093
+ "y": -21,
4094
+ "layer": "top",
4095
+ "pointId": "pcb_port_58",
4096
+ "pcb_port_id": "pcb_port_58"
4097
+ }
4098
+ ]
4099
+ },
4100
+ {
4101
+ "name": "source_net_13",
4102
+ "pointsToConnect": [
4103
+ {
4104
+ "x": 8.890000000000002,
4105
+ "y": -20.14,
4106
+ "layer": "top",
4107
+ "pointId": "pcb_port_8",
4108
+ "pcb_port_id": "pcb_port_8"
4109
+ },
4110
+ {
4111
+ "x": 38.125,
4112
+ "y": -9.5,
4113
+ "layer": "top",
4114
+ "pointId": "pcb_port_62",
4115
+ "pcb_port_id": "pcb_port_62"
4116
+ }
4117
+ ]
4118
+ },
4119
+ {
4120
+ "name": "source_net_14",
4121
+ "pointsToConnect": [
4122
+ {
4123
+ "x": 8.890000000000002,
4124
+ "y": -22.68,
4125
+ "layer": "top",
4126
+ "pointId": "pcb_port_7",
4127
+ "pcb_port_id": "pcb_port_7"
4128
+ },
4129
+ {
4130
+ "x": 28.125,
4131
+ "y": -23.5,
4132
+ "layer": "top",
4133
+ "pointId": "pcb_port_66",
4134
+ "pcb_port_id": "pcb_port_66"
4135
+ }
4136
+ ]
4137
+ },
4138
+ {
4139
+ "name": "source_net_15",
4140
+ "pointsToConnect": [
4141
+ {
4142
+ "x": -5.079999999999998,
4143
+ "y": -17.84,
4144
+ "layer": "top",
4145
+ "pointId": "pcb_port_22",
4146
+ "pcb_port_id": "pcb_port_22"
4147
+ },
4148
+ {
4149
+ "x": 8.25,
4150
+ "y": -9,
4151
+ "layer": "top",
4152
+ "pointId": "pcb_port_42",
4153
+ "pcb_port_id": "pcb_port_42"
4154
+ }
4155
+ ]
4156
+ },
4157
+ {
4158
+ "name": "source_net_16",
4159
+ "pointsToConnect": [
4160
+ {
4161
+ "x": 2.5400000000000014,
4162
+ "y": -17.84,
4163
+ "layer": "top",
4164
+ "pointId": "pcb_port_19",
4165
+ "pcb_port_id": "pcb_port_19"
4166
+ },
4167
+ {
4168
+ "x": 18.94995999999992,
4169
+ "y": -15.000002000000109,
4170
+ "layer": "top",
4171
+ "pointId": "pcb_port_39",
4172
+ "pcb_port_id": "pcb_port_39"
4173
+ }
4174
+ ]
4175
+ },
4176
+ {
4177
+ "name": "source_net_17",
4178
+ "pointsToConnect": [
4179
+ {
4180
+ "x": -38.7,
4181
+ "y": 32.89,
4182
+ "layer": "top",
4183
+ "pointId": "pcb_port_33",
4184
+ "pcb_port_id": "pcb_port_33"
4185
+ }
4186
+ ]
4187
+ },
4188
+ {
4189
+ "name": "source_net_18",
4190
+ "pointsToConnect": [
4191
+ {
4192
+ "x": -38.7,
4193
+ "y": 37.97,
4194
+ "layer": "top",
4195
+ "pointId": "pcb_port_35",
4196
+ "pcb_port_id": "pcb_port_35"
4197
+ }
4198
+ ]
4199
+ },
4200
+ {
4201
+ "name": "source_net_19",
4202
+ "pointsToConnect": [
4203
+ {
4204
+ "x": -38.7,
4205
+ "y": 40.510000000000005,
4206
+ "layer": "top",
4207
+ "pointId": "pcb_port_36",
4208
+ "pcb_port_id": "pcb_port_36"
4209
+ }
4210
+ ]
4211
+ },
4212
+ {
4213
+ "name": "source_net_20",
4214
+ "pointsToConnect": [
4215
+ {
4216
+ "x": 13.200033000000076,
4217
+ "y": -7,
4218
+ "layer": "top",
4219
+ "pointId": "pcb_port_38",
4220
+ "pcb_port_id": "pcb_port_38"
4221
+ },
4222
+ {
4223
+ "x": 18,
4224
+ "y": -16.99999799999989,
4225
+ "layer": "top",
4226
+ "pointId": "pcb_port_41",
4227
+ "pcb_port_id": "pcb_port_41"
4228
+ }
4229
+ ]
4230
+ }
4231
+ ],
4232
+ "minTraceWidth": 0.15
4233
+ },
4234
+ "circuit_json": null,
4235
+ "subcircuit_id": null,
4236
+ "created_at": "2026-01-01T06:32:00.763Z"
4237
+ }