@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,4116 @@
1
+ {
2
+ "autorouting_bug_report_id": "18a9efee-7660-4c48-8972-0fe42f5b3da0",
3
+ "reporter_account_id": "9f398687-69d0-4ef4-a48c-bb6dc990e7df",
4
+ "package_id": null,
5
+ "title": "<board#178 />",
6
+ "simple_route_json": {
7
+ "bounds": {
8
+ "maxX": 41,
9
+ "maxY": 21,
10
+ "minX": -41,
11
+ "minY": -21
12
+ },
13
+ "outline": [
14
+ {
15
+ "x": -38,
16
+ "y": -20
17
+ },
18
+ {
19
+ "x": 38,
20
+ "y": -20
21
+ },
22
+ {
23
+ "x": 38.098135348654836,
24
+ "y": -19.997590912410345
25
+ },
26
+ {
27
+ "x": 38.19603428065912,
28
+ "y": -19.990369453344393
29
+ },
30
+ {
31
+ "x": 38.29346094891072,
32
+ "y": -19.97835301992956
33
+ },
34
+ {
35
+ "x": 38.390180644032256,
36
+ "y": -19.96157056080646
37
+ },
38
+ {
39
+ "x": 38.485960359806526,
40
+ "y": -19.940062506389086
41
+ },
42
+ {
43
+ "x": 38.580569354508924,
44
+ "y": -19.91388067146442
45
+ },
46
+ {
47
+ "x": 38.67377970678444,
48
+ "y": -19.88308813036604
49
+ },
50
+ {
51
+ "x": 38.76536686473018,
52
+ "y": -19.847759065022572
53
+ },
54
+ {
55
+ "x": 38.855110186860564,
56
+ "y": -19.807978586246886
57
+ },
58
+ {
59
+ "x": 38.942793473651996,
60
+ "y": -19.76384252869671
61
+ },
62
+ {
63
+ "x": 39.02820548838644,
64
+ "y": -19.715457220000545
65
+ },
66
+ {
67
+ "x": 39.1111404660392,
68
+ "y": -19.66293922460509
69
+ },
70
+ {
71
+ "x": 39.19139860898487,
72
+ "y": -19.60641506296129
73
+ },
74
+ {
75
+ "x": 39.26878656832729,
76
+ "y": -19.546020906725474
77
+ },
78
+ {
79
+ "x": 39.34311790969404,
80
+ "y": -19.48190225070992
81
+ },
82
+ {
83
+ "x": 39.41421356237309,
84
+ "y": -19.414213562373096
85
+ },
86
+ {
87
+ "x": 39.481902250709915,
88
+ "y": -19.343117909694037
89
+ },
90
+ {
91
+ "x": 39.546020906725474,
92
+ "y": -19.26878656832729
93
+ },
94
+ {
95
+ "x": 39.60641506296129,
96
+ "y": -19.191398608984866
97
+ },
98
+ {
99
+ "x": 39.66293922460509,
100
+ "y": -19.111140466039203
101
+ },
102
+ {
103
+ "x": 39.715457220000545,
104
+ "y": -19.028205488386444
105
+ },
106
+ {
107
+ "x": 39.76384252869671,
108
+ "y": -18.942793473651996
109
+ },
110
+ {
111
+ "x": 39.80797858624689,
112
+ "y": -18.855110186860564
113
+ },
114
+ {
115
+ "x": 39.84775906502257,
116
+ "y": -18.76536686473018
117
+ },
118
+ {
119
+ "x": 39.88308813036604,
120
+ "y": -18.67377970678444
121
+ },
122
+ {
123
+ "x": 39.91388067146442,
124
+ "y": -18.580569354508924
125
+ },
126
+ {
127
+ "x": 39.94006250638909,
128
+ "y": -18.485960359806526
129
+ },
130
+ {
131
+ "x": 39.961570560806464,
132
+ "y": -18.390180644032256
133
+ },
134
+ {
135
+ "x": 39.978353019929564,
136
+ "y": -18.293460948910724
137
+ },
138
+ {
139
+ "x": 39.99036945334439,
140
+ "y": -18.19603428065912
141
+ },
142
+ {
143
+ "x": 39.997590912410345,
144
+ "y": -18.098135348654836
145
+ },
146
+ {
147
+ "x": 40,
148
+ "y": -18
149
+ },
150
+ {
151
+ "x": 40,
152
+ "y": 18
153
+ },
154
+ {
155
+ "x": 39.997590912410345,
156
+ "y": 18.098135348654836
157
+ },
158
+ {
159
+ "x": 39.99036945334439,
160
+ "y": 18.19603428065912
161
+ },
162
+ {
163
+ "x": 39.978353019929564,
164
+ "y": 18.293460948910724
165
+ },
166
+ {
167
+ "x": 39.961570560806464,
168
+ "y": 18.390180644032256
169
+ },
170
+ {
171
+ "x": 39.94006250638909,
172
+ "y": 18.485960359806526
173
+ },
174
+ {
175
+ "x": 39.91388067146442,
176
+ "y": 18.580569354508924
177
+ },
178
+ {
179
+ "x": 39.88308813036604,
180
+ "y": 18.67377970678444
181
+ },
182
+ {
183
+ "x": 39.84775906502257,
184
+ "y": 18.76536686473018
185
+ },
186
+ {
187
+ "x": 39.80797858624689,
188
+ "y": 18.855110186860564
189
+ },
190
+ {
191
+ "x": 39.76384252869671,
192
+ "y": 18.942793473651996
193
+ },
194
+ {
195
+ "x": 39.715457220000545,
196
+ "y": 19.028205488386444
197
+ },
198
+ {
199
+ "x": 39.66293922460509,
200
+ "y": 19.111140466039203
201
+ },
202
+ {
203
+ "x": 39.60641506296129,
204
+ "y": 19.191398608984866
205
+ },
206
+ {
207
+ "x": 39.546020906725474,
208
+ "y": 19.26878656832729
209
+ },
210
+ {
211
+ "x": 39.481902250709915,
212
+ "y": 19.343117909694037
213
+ },
214
+ {
215
+ "x": 39.41421356237309,
216
+ "y": 19.414213562373096
217
+ },
218
+ {
219
+ "x": 39.34311790969404,
220
+ "y": 19.48190225070992
221
+ },
222
+ {
223
+ "x": 39.26878656832729,
224
+ "y": 19.546020906725474
225
+ },
226
+ {
227
+ "x": 39.19139860898487,
228
+ "y": 19.60641506296129
229
+ },
230
+ {
231
+ "x": 39.1111404660392,
232
+ "y": 19.66293922460509
233
+ },
234
+ {
235
+ "x": 39.02820548838644,
236
+ "y": 19.715457220000545
237
+ },
238
+ {
239
+ "x": 38.942793473651996,
240
+ "y": 19.76384252869671
241
+ },
242
+ {
243
+ "x": 38.855110186860564,
244
+ "y": 19.807978586246886
245
+ },
246
+ {
247
+ "x": 38.76536686473018,
248
+ "y": 19.847759065022572
249
+ },
250
+ {
251
+ "x": 38.67377970678444,
252
+ "y": 19.88308813036604
253
+ },
254
+ {
255
+ "x": 38.580569354508924,
256
+ "y": 19.91388067146442
257
+ },
258
+ {
259
+ "x": 38.485960359806526,
260
+ "y": 19.940062506389086
261
+ },
262
+ {
263
+ "x": 38.390180644032256,
264
+ "y": 19.96157056080646
265
+ },
266
+ {
267
+ "x": 38.29346094891072,
268
+ "y": 19.97835301992956
269
+ },
270
+ {
271
+ "x": 38.19603428065912,
272
+ "y": 19.990369453344393
273
+ },
274
+ {
275
+ "x": 38.098135348654836,
276
+ "y": 19.997590912410345
277
+ },
278
+ {
279
+ "x": 38,
280
+ "y": 20
281
+ },
282
+ {
283
+ "x": -38,
284
+ "y": 20
285
+ },
286
+ {
287
+ "x": -38.098135348654836,
288
+ "y": 19.997590912410345
289
+ },
290
+ {
291
+ "x": -38.19603428065912,
292
+ "y": 19.990369453344393
293
+ },
294
+ {
295
+ "x": -38.29346094891072,
296
+ "y": 19.97835301992956
297
+ },
298
+ {
299
+ "x": -38.390180644032256,
300
+ "y": 19.96157056080646
301
+ },
302
+ {
303
+ "x": -38.485960359806526,
304
+ "y": 19.940062506389086
305
+ },
306
+ {
307
+ "x": -38.580569354508924,
308
+ "y": 19.91388067146442
309
+ },
310
+ {
311
+ "x": -38.67377970678444,
312
+ "y": 19.88308813036604
313
+ },
314
+ {
315
+ "x": -38.76536686473018,
316
+ "y": 19.847759065022572
317
+ },
318
+ {
319
+ "x": -38.855110186860564,
320
+ "y": 19.807978586246886
321
+ },
322
+ {
323
+ "x": -38.942793473651996,
324
+ "y": 19.76384252869671
325
+ },
326
+ {
327
+ "x": -39.02820548838644,
328
+ "y": 19.715457220000545
329
+ },
330
+ {
331
+ "x": -39.1111404660392,
332
+ "y": 19.66293922460509
333
+ },
334
+ {
335
+ "x": -39.19139860898487,
336
+ "y": 19.60641506296129
337
+ },
338
+ {
339
+ "x": -39.26878656832729,
340
+ "y": 19.546020906725474
341
+ },
342
+ {
343
+ "x": -39.34311790969404,
344
+ "y": 19.48190225070992
345
+ },
346
+ {
347
+ "x": -39.41421356237309,
348
+ "y": 19.414213562373096
349
+ },
350
+ {
351
+ "x": -39.481902250709915,
352
+ "y": 19.343117909694037
353
+ },
354
+ {
355
+ "x": -39.546020906725474,
356
+ "y": 19.26878656832729
357
+ },
358
+ {
359
+ "x": -39.60641506296129,
360
+ "y": 19.191398608984866
361
+ },
362
+ {
363
+ "x": -39.66293922460509,
364
+ "y": 19.111140466039203
365
+ },
366
+ {
367
+ "x": -39.715457220000545,
368
+ "y": 19.028205488386444
369
+ },
370
+ {
371
+ "x": -39.76384252869671,
372
+ "y": 18.942793473651996
373
+ },
374
+ {
375
+ "x": -39.80797858624689,
376
+ "y": 18.855110186860564
377
+ },
378
+ {
379
+ "x": -39.84775906502257,
380
+ "y": 18.76536686473018
381
+ },
382
+ {
383
+ "x": -39.88308813036604,
384
+ "y": 18.67377970678444
385
+ },
386
+ {
387
+ "x": -39.91388067146442,
388
+ "y": 18.580569354508924
389
+ },
390
+ {
391
+ "x": -39.94006250638909,
392
+ "y": 18.48596035980653
393
+ },
394
+ {
395
+ "x": -39.961570560806464,
396
+ "y": 18.390180644032256
397
+ },
398
+ {
399
+ "x": -39.978353019929564,
400
+ "y": 18.293460948910724
401
+ },
402
+ {
403
+ "x": -39.99036945334439,
404
+ "y": 18.19603428065912
405
+ },
406
+ {
407
+ "x": -39.997590912410345,
408
+ "y": 18.098135348654836
409
+ },
410
+ {
411
+ "x": -40,
412
+ "y": 18
413
+ },
414
+ {
415
+ "x": -40,
416
+ "y": -18
417
+ },
418
+ {
419
+ "x": -39.997590912410345,
420
+ "y": -18.098135348654836
421
+ },
422
+ {
423
+ "x": -39.99036945334439,
424
+ "y": -18.19603428065912
425
+ },
426
+ {
427
+ "x": -39.978353019929564,
428
+ "y": -18.293460948910724
429
+ },
430
+ {
431
+ "x": -39.961570560806464,
432
+ "y": -18.390180644032256
433
+ },
434
+ {
435
+ "x": -39.94006250638909,
436
+ "y": -18.485960359806526
437
+ },
438
+ {
439
+ "x": -39.91388067146442,
440
+ "y": -18.580569354508924
441
+ },
442
+ {
443
+ "x": -39.88308813036604,
444
+ "y": -18.67377970678444
445
+ },
446
+ {
447
+ "x": -39.84775906502257,
448
+ "y": -18.76536686473018
449
+ },
450
+ {
451
+ "x": -39.80797858624689,
452
+ "y": -18.855110186860564
453
+ },
454
+ {
455
+ "x": -39.76384252869671,
456
+ "y": -18.942793473651996
457
+ },
458
+ {
459
+ "x": -39.715457220000545,
460
+ "y": -19.028205488386444
461
+ },
462
+ {
463
+ "x": -39.66293922460509,
464
+ "y": -19.111140466039203
465
+ },
466
+ {
467
+ "x": -39.60641506296129,
468
+ "y": -19.191398608984866
469
+ },
470
+ {
471
+ "x": -39.546020906725474,
472
+ "y": -19.26878656832729
473
+ },
474
+ {
475
+ "x": -39.481902250709915,
476
+ "y": -19.343117909694037
477
+ },
478
+ {
479
+ "x": -39.41421356237309,
480
+ "y": -19.414213562373096
481
+ },
482
+ {
483
+ "x": -39.34311790969404,
484
+ "y": -19.48190225070992
485
+ },
486
+ {
487
+ "x": -39.26878656832729,
488
+ "y": -19.546020906725474
489
+ },
490
+ {
491
+ "x": -39.19139860898487,
492
+ "y": -19.60641506296129
493
+ },
494
+ {
495
+ "x": -39.1111404660392,
496
+ "y": -19.66293922460509
497
+ },
498
+ {
499
+ "x": -39.02820548838644,
500
+ "y": -19.715457220000545
501
+ },
502
+ {
503
+ "x": -38.942793473651996,
504
+ "y": -19.76384252869671
505
+ },
506
+ {
507
+ "x": -38.855110186860564,
508
+ "y": -19.807978586246886
509
+ },
510
+ {
511
+ "x": -38.76536686473018,
512
+ "y": -19.847759065022572
513
+ },
514
+ {
515
+ "x": -38.67377970678444,
516
+ "y": -19.88308813036604
517
+ },
518
+ {
519
+ "x": -38.580569354508924,
520
+ "y": -19.91388067146442
521
+ },
522
+ {
523
+ "x": -38.485960359806526,
524
+ "y": -19.940062506389086
525
+ },
526
+ {
527
+ "x": -38.390180644032256,
528
+ "y": -19.96157056080646
529
+ },
530
+ {
531
+ "x": -38.29346094891072,
532
+ "y": -19.97835301992956
533
+ },
534
+ {
535
+ "x": -38.19603428065912,
536
+ "y": -19.990369453344393
537
+ },
538
+ {
539
+ "x": -38.098135348654836,
540
+ "y": -19.997590912410345
541
+ },
542
+ {
543
+ "x": -38,
544
+ "y": -20
545
+ }
546
+ ],
547
+ "obstacles": [
548
+ {
549
+ "type": "rect",
550
+ "width": 2,
551
+ "center": {
552
+ "x": 8.889999999999999,
553
+ "y": -14.460000000000003
554
+ },
555
+ "height": 1.6,
556
+ "layers": ["top"],
557
+ "connectedTo": [
558
+ "pcb_smtpad_0",
559
+ "connectivity_net379",
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": -11.920000000000002
571
+ },
572
+ "height": 1.6,
573
+ "layers": ["top"],
574
+ "connectedTo": [
575
+ "pcb_smtpad_1",
576
+ "connectivity_net37",
577
+ "source_trace_14",
578
+ "source_port_43",
579
+ "source_trace_0",
580
+ "source_port_1",
581
+ "source_net_0",
582
+ "pcb_smtpad_1",
583
+ "pcb_port_1",
584
+ "pcb_plated_hole_0",
585
+ "pcb_port_43"
586
+ ]
587
+ },
588
+ {
589
+ "type": "rect",
590
+ "width": 2,
591
+ "center": {
592
+ "x": 8.89,
593
+ "y": -9.38
594
+ },
595
+ "height": 1.6,
596
+ "layers": ["top"],
597
+ "connectedTo": [
598
+ "pcb_smtpad_2",
599
+ "connectivity_net39",
600
+ "source_trace_15",
601
+ "source_port_44",
602
+ "source_trace_13",
603
+ "source_port_42",
604
+ "source_trace_11",
605
+ "source_port_38",
606
+ "source_trace_9",
607
+ "source_port_34",
608
+ "source_trace_7",
609
+ "source_port_29",
610
+ "source_trace_5",
611
+ "source_port_25",
612
+ "source_trace_1",
613
+ "source_port_2",
614
+ "source_net_1",
615
+ "pcb_smtpad_2",
616
+ "pcb_port_2",
617
+ "pcb_smtpad_25",
618
+ "pcb_port_25",
619
+ "pcb_smtpad_29",
620
+ "pcb_port_29",
621
+ "pcb_smtpad_34",
622
+ "pcb_port_34",
623
+ "pcb_smtpad_38",
624
+ "pcb_port_38",
625
+ "pcb_smtpad_42",
626
+ "pcb_port_42",
627
+ "pcb_plated_hole_1",
628
+ "pcb_port_44"
629
+ ]
630
+ },
631
+ {
632
+ "type": "rect",
633
+ "width": 2,
634
+ "center": {
635
+ "x": 8.89,
636
+ "y": -6.840000000000001
637
+ },
638
+ "height": 1.6,
639
+ "layers": ["top"],
640
+ "connectedTo": [
641
+ "pcb_smtpad_3",
642
+ "connectivity_net380",
643
+ "source_port_3",
644
+ "pcb_smtpad_3",
645
+ "pcb_port_3"
646
+ ]
647
+ },
648
+ {
649
+ "type": "rect",
650
+ "width": 2,
651
+ "center": {
652
+ "x": 8.89,
653
+ "y": -4.300000000000001
654
+ },
655
+ "height": 1.6,
656
+ "layers": ["top"],
657
+ "connectedTo": [
658
+ "pcb_smtpad_4",
659
+ "connectivity_net381",
660
+ "source_port_4",
661
+ "pcb_smtpad_4",
662
+ "pcb_port_4"
663
+ ]
664
+ },
665
+ {
666
+ "type": "rect",
667
+ "width": 2,
668
+ "center": {
669
+ "x": 8.89,
670
+ "y": -1.7600000000000016
671
+ },
672
+ "height": 1.6,
673
+ "layers": ["top"],
674
+ "connectedTo": [
675
+ "pcb_smtpad_5",
676
+ "connectivity_net17",
677
+ "source_trace_6",
678
+ "source_port_27",
679
+ "source_port_5",
680
+ "pcb_smtpad_5",
681
+ "pcb_port_5",
682
+ "pcb_smtpad_27",
683
+ "pcb_port_27"
684
+ ]
685
+ },
686
+ {
687
+ "type": "rect",
688
+ "width": 2,
689
+ "center": {
690
+ "x": 8.89,
691
+ "y": 0.7799999999999994
692
+ },
693
+ "height": 1.6,
694
+ "layers": ["top"],
695
+ "connectedTo": [
696
+ "pcb_smtpad_6",
697
+ "connectivity_net12",
698
+ "source_trace_4",
699
+ "source_port_23",
700
+ "source_port_6",
701
+ "pcb_smtpad_6",
702
+ "pcb_port_6",
703
+ "pcb_smtpad_23",
704
+ "pcb_port_23"
705
+ ]
706
+ },
707
+ {
708
+ "type": "rect",
709
+ "width": 2,
710
+ "center": {
711
+ "x": 8.890000000000002,
712
+ "y": 3.3200000000000003
713
+ },
714
+ "height": 1.6,
715
+ "layers": ["top"],
716
+ "connectedTo": [
717
+ "pcb_smtpad_7",
718
+ "connectivity_net382",
719
+ "source_port_7",
720
+ "pcb_smtpad_7",
721
+ "pcb_port_7"
722
+ ]
723
+ },
724
+ {
725
+ "type": "rect",
726
+ "width": 2,
727
+ "center": {
728
+ "x": 8.890000000000002,
729
+ "y": 5.859999999999998
730
+ },
731
+ "height": 1.6,
732
+ "layers": ["top"],
733
+ "connectedTo": [
734
+ "pcb_smtpad_8",
735
+ "connectivity_net383",
736
+ "source_port_8",
737
+ "pcb_smtpad_8",
738
+ "pcb_port_8"
739
+ ]
740
+ },
741
+ {
742
+ "type": "rect",
743
+ "width": 2,
744
+ "center": {
745
+ "x": -8.890000000000002,
746
+ "y": -14.459999999999999
747
+ },
748
+ "height": 1.6,
749
+ "layers": ["top"],
750
+ "connectedTo": [
751
+ "pcb_smtpad_9",
752
+ "connectivity_net41",
753
+ "source_trace_16",
754
+ "source_port_46",
755
+ "source_trace_2",
756
+ "source_port_9",
757
+ "source_net_2",
758
+ "pcb_smtpad_9",
759
+ "pcb_port_9",
760
+ "pcb_plated_hole_3",
761
+ "pcb_port_46"
762
+ ]
763
+ },
764
+ {
765
+ "type": "rect",
766
+ "width": 2,
767
+ "center": {
768
+ "x": -8.890000000000002,
769
+ "y": -11.919999999999998
770
+ },
771
+ "height": 1.6,
772
+ "layers": ["top"],
773
+ "connectedTo": [
774
+ "pcb_smtpad_10",
775
+ "connectivity_net43",
776
+ "source_trace_17",
777
+ "source_port_45",
778
+ "source_trace_3",
779
+ "source_port_10",
780
+ "source_net_3",
781
+ "pcb_smtpad_10",
782
+ "pcb_port_10",
783
+ "pcb_plated_hole_2",
784
+ "pcb_port_45"
785
+ ]
786
+ },
787
+ {
788
+ "type": "rect",
789
+ "width": 2,
790
+ "center": {
791
+ "x": -8.89,
792
+ "y": -9.379999999999999
793
+ },
794
+ "height": 1.6,
795
+ "layers": ["top"],
796
+ "connectedTo": [
797
+ "pcb_smtpad_11",
798
+ "connectivity_net384",
799
+ "source_port_11",
800
+ "pcb_smtpad_11",
801
+ "pcb_port_11"
802
+ ]
803
+ },
804
+ {
805
+ "type": "rect",
806
+ "width": 2,
807
+ "center": {
808
+ "x": -8.89,
809
+ "y": -6.839999999999999
810
+ },
811
+ "height": 1.6,
812
+ "layers": ["top"],
813
+ "connectedTo": [
814
+ "pcb_smtpad_12",
815
+ "connectivity_net27",
816
+ "source_trace_10",
817
+ "source_port_36",
818
+ "source_port_12",
819
+ "pcb_smtpad_12",
820
+ "pcb_port_12",
821
+ "pcb_smtpad_36",
822
+ "pcb_port_36"
823
+ ]
824
+ },
825
+ {
826
+ "type": "rect",
827
+ "width": 2,
828
+ "center": {
829
+ "x": -8.89,
830
+ "y": -4.299999999999999
831
+ },
832
+ "height": 1.6,
833
+ "layers": ["top"],
834
+ "connectedTo": [
835
+ "pcb_smtpad_13",
836
+ "connectivity_net32",
837
+ "source_trace_12",
838
+ "source_port_40",
839
+ "source_port_13",
840
+ "pcb_smtpad_13",
841
+ "pcb_port_13",
842
+ "pcb_smtpad_40",
843
+ "pcb_port_40"
844
+ ]
845
+ },
846
+ {
847
+ "type": "rect",
848
+ "width": 2,
849
+ "center": {
850
+ "x": -8.89,
851
+ "y": -1.7599999999999998
852
+ },
853
+ "height": 1.6,
854
+ "layers": ["top"],
855
+ "connectedTo": [
856
+ "pcb_smtpad_14",
857
+ "connectivity_net385",
858
+ "source_port_14",
859
+ "pcb_smtpad_14",
860
+ "pcb_port_14"
861
+ ]
862
+ },
863
+ {
864
+ "type": "rect",
865
+ "width": 2,
866
+ "center": {
867
+ "x": -8.89,
868
+ "y": 0.7800000000000011
869
+ },
870
+ "height": 1.6,
871
+ "layers": ["top"],
872
+ "connectedTo": [
873
+ "pcb_smtpad_15",
874
+ "connectivity_net386",
875
+ "source_port_15",
876
+ "pcb_smtpad_15",
877
+ "pcb_port_15"
878
+ ]
879
+ },
880
+ {
881
+ "type": "rect",
882
+ "width": 2,
883
+ "center": {
884
+ "x": -8.889999999999999,
885
+ "y": 3.320000000000002
886
+ },
887
+ "height": 1.6,
888
+ "layers": ["top"],
889
+ "connectedTo": [
890
+ "pcb_smtpad_16",
891
+ "connectivity_net22",
892
+ "source_trace_8",
893
+ "source_port_32",
894
+ "source_port_16",
895
+ "pcb_smtpad_16",
896
+ "pcb_port_16",
897
+ "pcb_smtpad_32",
898
+ "pcb_port_32"
899
+ ]
900
+ },
901
+ {
902
+ "type": "rect",
903
+ "width": 2,
904
+ "center": {
905
+ "x": -8.889999999999999,
906
+ "y": 5.860000000000001
907
+ },
908
+ "height": 1.6,
909
+ "layers": ["top"],
910
+ "connectedTo": [
911
+ "pcb_smtpad_17",
912
+ "connectivity_net387",
913
+ "source_port_17",
914
+ "pcb_smtpad_17",
915
+ "pcb_port_17"
916
+ ]
917
+ },
918
+ {
919
+ "type": "rect",
920
+ "width": 1.6,
921
+ "center": {
922
+ "x": 5.080000000000002,
923
+ "y": 8.16
924
+ },
925
+ "height": 2,
926
+ "layers": ["top"],
927
+ "connectedTo": [
928
+ "pcb_smtpad_18",
929
+ "connectivity_net388",
930
+ "source_port_18",
931
+ "pcb_smtpad_18",
932
+ "pcb_port_18"
933
+ ]
934
+ },
935
+ {
936
+ "type": "rect",
937
+ "width": 1.6,
938
+ "center": {
939
+ "x": 2.5400000000000014,
940
+ "y": 8.16
941
+ },
942
+ "height": 2,
943
+ "layers": ["top"],
944
+ "connectedTo": [
945
+ "pcb_smtpad_19",
946
+ "connectivity_net389",
947
+ "source_port_19",
948
+ "pcb_smtpad_19",
949
+ "pcb_port_19"
950
+ ]
951
+ },
952
+ {
953
+ "type": "rect",
954
+ "width": 1.6,
955
+ "center": {
956
+ "x": 1.4891705077631816e-15,
957
+ "y": 8.16
958
+ },
959
+ "height": 2,
960
+ "layers": ["top"],
961
+ "connectedTo": [
962
+ "pcb_smtpad_20",
963
+ "connectivity_net390",
964
+ "source_port_20",
965
+ "pcb_smtpad_20",
966
+ "pcb_port_20"
967
+ ]
968
+ },
969
+ {
970
+ "type": "rect",
971
+ "width": 1.6,
972
+ "center": {
973
+ "x": -2.5399999999999987,
974
+ "y": 8.16
975
+ },
976
+ "height": 2,
977
+ "layers": ["top"],
978
+ "connectedTo": [
979
+ "pcb_smtpad_21",
980
+ "connectivity_net391",
981
+ "source_port_21",
982
+ "pcb_smtpad_21",
983
+ "pcb_port_21"
984
+ ]
985
+ },
986
+ {
987
+ "type": "rect",
988
+ "width": 1.6,
989
+ "center": {
990
+ "x": -5.079999999999998,
991
+ "y": 8.16
992
+ },
993
+ "height": 2,
994
+ "layers": ["top"],
995
+ "connectedTo": [
996
+ "pcb_smtpad_22",
997
+ "connectivity_net392",
998
+ "source_port_22",
999
+ "pcb_smtpad_22",
1000
+ "pcb_port_22"
1001
+ ]
1002
+ },
1003
+ {
1004
+ "type": "rect",
1005
+ "width": 2.1999956,
1006
+ "center": {
1007
+ "x": 15.70003399999996,
1008
+ "y": 2.2500589999999647
1009
+ },
1010
+ "height": 1.499997,
1011
+ "layers": ["top"],
1012
+ "connectedTo": [
1013
+ "pcb_smtpad_23",
1014
+ "connectivity_net12",
1015
+ "source_trace_4",
1016
+ "source_port_23",
1017
+ "source_port_6",
1018
+ "pcb_smtpad_6",
1019
+ "pcb_port_6",
1020
+ "pcb_smtpad_23",
1021
+ "pcb_port_23"
1022
+ ]
1023
+ },
1024
+ {
1025
+ "type": "rect",
1026
+ "width": 2.1999956,
1027
+ "center": {
1028
+ "x": 24.299965999999927,
1029
+ "y": 2.2500589999999647
1030
+ },
1031
+ "height": 1.499997,
1032
+ "layers": ["top"],
1033
+ "connectedTo": [
1034
+ "pcb_smtpad_24",
1035
+ "connectivity_net393",
1036
+ "source_port_24",
1037
+ "pcb_smtpad_24",
1038
+ "pcb_port_24"
1039
+ ]
1040
+ },
1041
+ {
1042
+ "type": "rect",
1043
+ "width": 2.1999956,
1044
+ "center": {
1045
+ "x": 15.70003399999996,
1046
+ "y": -2.2500590000000784
1047
+ },
1048
+ "height": 1.499997,
1049
+ "layers": ["top"],
1050
+ "connectedTo": [
1051
+ "pcb_smtpad_25",
1052
+ "connectivity_net39",
1053
+ "source_trace_15",
1054
+ "source_port_44",
1055
+ "source_trace_13",
1056
+ "source_port_42",
1057
+ "source_trace_11",
1058
+ "source_port_38",
1059
+ "source_trace_9",
1060
+ "source_port_34",
1061
+ "source_trace_7",
1062
+ "source_port_29",
1063
+ "source_trace_5",
1064
+ "source_port_25",
1065
+ "source_trace_1",
1066
+ "source_port_2",
1067
+ "source_net_1",
1068
+ "pcb_smtpad_2",
1069
+ "pcb_port_2",
1070
+ "pcb_smtpad_25",
1071
+ "pcb_port_25",
1072
+ "pcb_smtpad_29",
1073
+ "pcb_port_29",
1074
+ "pcb_smtpad_34",
1075
+ "pcb_port_34",
1076
+ "pcb_smtpad_38",
1077
+ "pcb_port_38",
1078
+ "pcb_smtpad_42",
1079
+ "pcb_port_42",
1080
+ "pcb_plated_hole_1",
1081
+ "pcb_port_44"
1082
+ ]
1083
+ },
1084
+ {
1085
+ "type": "rect",
1086
+ "width": 2.1999956,
1087
+ "center": {
1088
+ "x": 24.299965999999927,
1089
+ "y": -2.2500590000000784
1090
+ },
1091
+ "height": 1.499997,
1092
+ "layers": ["top"],
1093
+ "connectedTo": [
1094
+ "pcb_smtpad_26",
1095
+ "connectivity_net394",
1096
+ "source_port_26",
1097
+ "pcb_smtpad_26",
1098
+ "pcb_port_26"
1099
+ ]
1100
+ },
1101
+ {
1102
+ "type": "rect",
1103
+ "width": 2.1999956,
1104
+ "center": {
1105
+ "x": 15.70003399999996,
1106
+ "y": -7.749941000000035
1107
+ },
1108
+ "height": 1.499997,
1109
+ "layers": ["top"],
1110
+ "connectedTo": [
1111
+ "pcb_smtpad_27",
1112
+ "connectivity_net17",
1113
+ "source_trace_6",
1114
+ "source_port_27",
1115
+ "source_port_5",
1116
+ "pcb_smtpad_5",
1117
+ "pcb_port_5",
1118
+ "pcb_smtpad_27",
1119
+ "pcb_port_27"
1120
+ ]
1121
+ },
1122
+ {
1123
+ "type": "rect",
1124
+ "width": 2.1999956,
1125
+ "center": {
1126
+ "x": 24.299965999999927,
1127
+ "y": -7.749941000000035
1128
+ },
1129
+ "height": 1.499997,
1130
+ "layers": ["top"],
1131
+ "connectedTo": [
1132
+ "pcb_smtpad_28",
1133
+ "connectivity_net395",
1134
+ "source_port_28",
1135
+ "pcb_smtpad_28",
1136
+ "pcb_port_28"
1137
+ ]
1138
+ },
1139
+ {
1140
+ "type": "rect",
1141
+ "width": 2.1999956,
1142
+ "center": {
1143
+ "x": 15.70003399999996,
1144
+ "y": -12.250059000000078
1145
+ },
1146
+ "height": 1.499997,
1147
+ "layers": ["top"],
1148
+ "connectedTo": [
1149
+ "pcb_smtpad_29",
1150
+ "connectivity_net39",
1151
+ "source_trace_15",
1152
+ "source_port_44",
1153
+ "source_trace_13",
1154
+ "source_port_42",
1155
+ "source_trace_11",
1156
+ "source_port_38",
1157
+ "source_trace_9",
1158
+ "source_port_34",
1159
+ "source_trace_7",
1160
+ "source_port_29",
1161
+ "source_trace_5",
1162
+ "source_port_25",
1163
+ "source_trace_1",
1164
+ "source_port_2",
1165
+ "source_net_1",
1166
+ "pcb_smtpad_2",
1167
+ "pcb_port_2",
1168
+ "pcb_smtpad_25",
1169
+ "pcb_port_25",
1170
+ "pcb_smtpad_29",
1171
+ "pcb_port_29",
1172
+ "pcb_smtpad_34",
1173
+ "pcb_port_34",
1174
+ "pcb_smtpad_38",
1175
+ "pcb_port_38",
1176
+ "pcb_smtpad_42",
1177
+ "pcb_port_42",
1178
+ "pcb_plated_hole_1",
1179
+ "pcb_port_44"
1180
+ ]
1181
+ },
1182
+ {
1183
+ "type": "rect",
1184
+ "width": 2.1999956,
1185
+ "center": {
1186
+ "x": 24.299965999999927,
1187
+ "y": -12.250059000000078
1188
+ },
1189
+ "height": 1.499997,
1190
+ "layers": ["top"],
1191
+ "connectedTo": [
1192
+ "pcb_smtpad_30",
1193
+ "connectivity_net396",
1194
+ "source_port_30",
1195
+ "pcb_smtpad_30",
1196
+ "pcb_port_30"
1197
+ ]
1198
+ },
1199
+ {
1200
+ "type": "rect",
1201
+ "width": 2.1999956,
1202
+ "center": {
1203
+ "x": -24.29996600000004,
1204
+ "y": 2.2500589999999647
1205
+ },
1206
+ "height": 1.499997,
1207
+ "layers": ["top"],
1208
+ "connectedTo": [
1209
+ "pcb_smtpad_31",
1210
+ "connectivity_net397",
1211
+ "source_port_31",
1212
+ "pcb_smtpad_31",
1213
+ "pcb_port_31"
1214
+ ]
1215
+ },
1216
+ {
1217
+ "type": "rect",
1218
+ "width": 2.1999956,
1219
+ "center": {
1220
+ "x": -15.700034000000073,
1221
+ "y": 2.2500589999999647
1222
+ },
1223
+ "height": 1.499997,
1224
+ "layers": ["top"],
1225
+ "connectedTo": [
1226
+ "pcb_smtpad_32",
1227
+ "connectivity_net22",
1228
+ "source_trace_8",
1229
+ "source_port_32",
1230
+ "source_port_16",
1231
+ "pcb_smtpad_16",
1232
+ "pcb_port_16",
1233
+ "pcb_smtpad_32",
1234
+ "pcb_port_32"
1235
+ ]
1236
+ },
1237
+ {
1238
+ "type": "rect",
1239
+ "width": 2.1999956,
1240
+ "center": {
1241
+ "x": -24.29996600000004,
1242
+ "y": -2.2500590000000784
1243
+ },
1244
+ "height": 1.499997,
1245
+ "layers": ["top"],
1246
+ "connectedTo": [
1247
+ "pcb_smtpad_33",
1248
+ "connectivity_net398",
1249
+ "source_port_33",
1250
+ "pcb_smtpad_33",
1251
+ "pcb_port_33"
1252
+ ]
1253
+ },
1254
+ {
1255
+ "type": "rect",
1256
+ "width": 2.1999956,
1257
+ "center": {
1258
+ "x": -15.700034000000073,
1259
+ "y": -2.2500590000000784
1260
+ },
1261
+ "height": 1.499997,
1262
+ "layers": ["top"],
1263
+ "connectedTo": [
1264
+ "pcb_smtpad_34",
1265
+ "connectivity_net39",
1266
+ "source_trace_15",
1267
+ "source_port_44",
1268
+ "source_trace_13",
1269
+ "source_port_42",
1270
+ "source_trace_11",
1271
+ "source_port_38",
1272
+ "source_trace_9",
1273
+ "source_port_34",
1274
+ "source_trace_7",
1275
+ "source_port_29",
1276
+ "source_trace_5",
1277
+ "source_port_25",
1278
+ "source_trace_1",
1279
+ "source_port_2",
1280
+ "source_net_1",
1281
+ "pcb_smtpad_2",
1282
+ "pcb_port_2",
1283
+ "pcb_smtpad_25",
1284
+ "pcb_port_25",
1285
+ "pcb_smtpad_29",
1286
+ "pcb_port_29",
1287
+ "pcb_smtpad_34",
1288
+ "pcb_port_34",
1289
+ "pcb_smtpad_38",
1290
+ "pcb_port_38",
1291
+ "pcb_smtpad_42",
1292
+ "pcb_port_42",
1293
+ "pcb_plated_hole_1",
1294
+ "pcb_port_44"
1295
+ ]
1296
+ },
1297
+ {
1298
+ "type": "rect",
1299
+ "width": 2.1999956,
1300
+ "center": {
1301
+ "x": -24.29996600000004,
1302
+ "y": -7.749941000000035
1303
+ },
1304
+ "height": 1.499997,
1305
+ "layers": ["top"],
1306
+ "connectedTo": [
1307
+ "pcb_smtpad_35",
1308
+ "connectivity_net399",
1309
+ "source_port_35",
1310
+ "pcb_smtpad_35",
1311
+ "pcb_port_35"
1312
+ ]
1313
+ },
1314
+ {
1315
+ "type": "rect",
1316
+ "width": 2.1999956,
1317
+ "center": {
1318
+ "x": -15.700034000000073,
1319
+ "y": -7.749941000000035
1320
+ },
1321
+ "height": 1.499997,
1322
+ "layers": ["top"],
1323
+ "connectedTo": [
1324
+ "pcb_smtpad_36",
1325
+ "connectivity_net27",
1326
+ "source_trace_10",
1327
+ "source_port_36",
1328
+ "source_port_12",
1329
+ "pcb_smtpad_12",
1330
+ "pcb_port_12",
1331
+ "pcb_smtpad_36",
1332
+ "pcb_port_36"
1333
+ ]
1334
+ },
1335
+ {
1336
+ "type": "rect",
1337
+ "width": 2.1999956,
1338
+ "center": {
1339
+ "x": -24.29996600000004,
1340
+ "y": -12.250059000000078
1341
+ },
1342
+ "height": 1.499997,
1343
+ "layers": ["top"],
1344
+ "connectedTo": [
1345
+ "pcb_smtpad_37",
1346
+ "connectivity_net400",
1347
+ "source_port_37",
1348
+ "pcb_smtpad_37",
1349
+ "pcb_port_37"
1350
+ ]
1351
+ },
1352
+ {
1353
+ "type": "rect",
1354
+ "width": 2.1999956,
1355
+ "center": {
1356
+ "x": -15.700034000000073,
1357
+ "y": -12.250059000000078
1358
+ },
1359
+ "height": 1.499997,
1360
+ "layers": ["top"],
1361
+ "connectedTo": [
1362
+ "pcb_smtpad_38",
1363
+ "connectivity_net39",
1364
+ "source_trace_15",
1365
+ "source_port_44",
1366
+ "source_trace_13",
1367
+ "source_port_42",
1368
+ "source_trace_11",
1369
+ "source_port_38",
1370
+ "source_trace_9",
1371
+ "source_port_34",
1372
+ "source_trace_7",
1373
+ "source_port_29",
1374
+ "source_trace_5",
1375
+ "source_port_25",
1376
+ "source_trace_1",
1377
+ "source_port_2",
1378
+ "source_net_1",
1379
+ "pcb_smtpad_2",
1380
+ "pcb_port_2",
1381
+ "pcb_smtpad_25",
1382
+ "pcb_port_25",
1383
+ "pcb_smtpad_29",
1384
+ "pcb_port_29",
1385
+ "pcb_smtpad_34",
1386
+ "pcb_port_34",
1387
+ "pcb_smtpad_38",
1388
+ "pcb_port_38",
1389
+ "pcb_smtpad_42",
1390
+ "pcb_port_42",
1391
+ "pcb_plated_hole_1",
1392
+ "pcb_port_44"
1393
+ ]
1394
+ },
1395
+ {
1396
+ "type": "rect",
1397
+ "width": 2.1999956,
1398
+ "center": {
1399
+ "x": -24.29996600000004,
1400
+ "y": 12.250058999999965
1401
+ },
1402
+ "height": 1.499997,
1403
+ "layers": ["top"],
1404
+ "connectedTo": [
1405
+ "pcb_smtpad_39",
1406
+ "connectivity_net401",
1407
+ "source_port_39",
1408
+ "pcb_smtpad_39",
1409
+ "pcb_port_39"
1410
+ ]
1411
+ },
1412
+ {
1413
+ "type": "rect",
1414
+ "width": 2.1999956,
1415
+ "center": {
1416
+ "x": -15.700034000000073,
1417
+ "y": 12.250058999999965
1418
+ },
1419
+ "height": 1.499997,
1420
+ "layers": ["top"],
1421
+ "connectedTo": [
1422
+ "pcb_smtpad_40",
1423
+ "connectivity_net32",
1424
+ "source_trace_12",
1425
+ "source_port_40",
1426
+ "source_port_13",
1427
+ "pcb_smtpad_13",
1428
+ "pcb_port_13",
1429
+ "pcb_smtpad_40",
1430
+ "pcb_port_40"
1431
+ ]
1432
+ },
1433
+ {
1434
+ "type": "rect",
1435
+ "width": 2.1999956,
1436
+ "center": {
1437
+ "x": -24.29996600000004,
1438
+ "y": 7.749940999999922
1439
+ },
1440
+ "height": 1.499997,
1441
+ "layers": ["top"],
1442
+ "connectedTo": [
1443
+ "pcb_smtpad_41",
1444
+ "connectivity_net402",
1445
+ "source_port_41",
1446
+ "pcb_smtpad_41",
1447
+ "pcb_port_41"
1448
+ ]
1449
+ },
1450
+ {
1451
+ "type": "rect",
1452
+ "width": 2.1999956,
1453
+ "center": {
1454
+ "x": -15.700034000000073,
1455
+ "y": 7.749940999999922
1456
+ },
1457
+ "height": 1.499997,
1458
+ "layers": ["top"],
1459
+ "connectedTo": [
1460
+ "pcb_smtpad_42",
1461
+ "connectivity_net39",
1462
+ "source_trace_15",
1463
+ "source_port_44",
1464
+ "source_trace_13",
1465
+ "source_port_42",
1466
+ "source_trace_11",
1467
+ "source_port_38",
1468
+ "source_trace_9",
1469
+ "source_port_34",
1470
+ "source_trace_7",
1471
+ "source_port_29",
1472
+ "source_trace_5",
1473
+ "source_port_25",
1474
+ "source_trace_1",
1475
+ "source_port_2",
1476
+ "source_net_1",
1477
+ "pcb_smtpad_2",
1478
+ "pcb_port_2",
1479
+ "pcb_smtpad_25",
1480
+ "pcb_port_25",
1481
+ "pcb_smtpad_29",
1482
+ "pcb_port_29",
1483
+ "pcb_smtpad_34",
1484
+ "pcb_port_34",
1485
+ "pcb_smtpad_38",
1486
+ "pcb_port_38",
1487
+ "pcb_smtpad_42",
1488
+ "pcb_port_42",
1489
+ "pcb_plated_hole_1",
1490
+ "pcb_port_44"
1491
+ ]
1492
+ },
1493
+ {
1494
+ "type": "oval",
1495
+ "width": 1.8,
1496
+ "center": {
1497
+ "x": 3.81,
1498
+ "y": 14
1499
+ },
1500
+ "height": 1.8,
1501
+ "layers": ["top", "inner1", "inner2", "bottom"],
1502
+ "connectedTo": [
1503
+ "pcb_plated_hole_0",
1504
+ "connectivity_net37",
1505
+ "source_trace_14",
1506
+ "source_port_43",
1507
+ "source_trace_0",
1508
+ "source_port_1",
1509
+ "source_net_0",
1510
+ "pcb_smtpad_1",
1511
+ "pcb_port_1",
1512
+ "pcb_plated_hole_0",
1513
+ "pcb_port_43"
1514
+ ]
1515
+ },
1516
+ {
1517
+ "type": "oval",
1518
+ "width": 1.8,
1519
+ "center": {
1520
+ "x": 1.27,
1521
+ "y": 14
1522
+ },
1523
+ "height": 1.8,
1524
+ "layers": ["top", "inner1", "inner2", "bottom"],
1525
+ "connectedTo": [
1526
+ "pcb_plated_hole_1",
1527
+ "connectivity_net39",
1528
+ "source_trace_15",
1529
+ "source_port_44",
1530
+ "source_trace_13",
1531
+ "source_port_42",
1532
+ "source_trace_11",
1533
+ "source_port_38",
1534
+ "source_trace_9",
1535
+ "source_port_34",
1536
+ "source_trace_7",
1537
+ "source_port_29",
1538
+ "source_trace_5",
1539
+ "source_port_25",
1540
+ "source_trace_1",
1541
+ "source_port_2",
1542
+ "source_net_1",
1543
+ "pcb_smtpad_2",
1544
+ "pcb_port_2",
1545
+ "pcb_smtpad_25",
1546
+ "pcb_port_25",
1547
+ "pcb_smtpad_29",
1548
+ "pcb_port_29",
1549
+ "pcb_smtpad_34",
1550
+ "pcb_port_34",
1551
+ "pcb_smtpad_38",
1552
+ "pcb_port_38",
1553
+ "pcb_smtpad_42",
1554
+ "pcb_port_42",
1555
+ "pcb_plated_hole_1",
1556
+ "pcb_port_44"
1557
+ ]
1558
+ },
1559
+ {
1560
+ "type": "oval",
1561
+ "width": 1.8,
1562
+ "center": {
1563
+ "x": -1.27,
1564
+ "y": 14
1565
+ },
1566
+ "height": 1.8,
1567
+ "layers": ["top", "inner1", "inner2", "bottom"],
1568
+ "connectedTo": [
1569
+ "pcb_plated_hole_2",
1570
+ "connectivity_net43",
1571
+ "source_trace_17",
1572
+ "source_port_45",
1573
+ "source_trace_3",
1574
+ "source_port_10",
1575
+ "source_net_3",
1576
+ "pcb_smtpad_10",
1577
+ "pcb_port_10",
1578
+ "pcb_plated_hole_2",
1579
+ "pcb_port_45"
1580
+ ]
1581
+ },
1582
+ {
1583
+ "type": "oval",
1584
+ "width": 1.8,
1585
+ "center": {
1586
+ "x": -3.81,
1587
+ "y": 14
1588
+ },
1589
+ "height": 1.8,
1590
+ "layers": ["top", "inner1", "inner2", "bottom"],
1591
+ "connectedTo": [
1592
+ "pcb_plated_hole_3",
1593
+ "connectivity_net41",
1594
+ "source_trace_16",
1595
+ "source_port_46",
1596
+ "source_trace_2",
1597
+ "source_port_9",
1598
+ "source_net_2",
1599
+ "pcb_smtpad_9",
1600
+ "pcb_port_9",
1601
+ "pcb_plated_hole_3",
1602
+ "pcb_port_46"
1603
+ ]
1604
+ },
1605
+ {
1606
+ "type": "rect",
1607
+ "width": 2,
1608
+ "center": {
1609
+ "x": 37.81,
1610
+ "y": 17.78
1611
+ },
1612
+ "height": 2,
1613
+ "layers": ["top", "inner1", "inner2", "bottom"],
1614
+ "connectedTo": [
1615
+ "pcb_plated_hole_4",
1616
+ "connectivity_net403",
1617
+ "source_port_47",
1618
+ "pcb_plated_hole_4",
1619
+ "pcb_port_47"
1620
+ ],
1621
+ "netIsAssignable": true,
1622
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
1623
+ },
1624
+ {
1625
+ "type": "oval",
1626
+ "width": 2,
1627
+ "center": {
1628
+ "x": 37.81,
1629
+ "y": 15.240000000000002
1630
+ },
1631
+ "height": 2,
1632
+ "layers": ["top", "inner1", "inner2", "bottom"],
1633
+ "connectedTo": [
1634
+ "pcb_plated_hole_5",
1635
+ "connectivity_net404",
1636
+ "source_port_48",
1637
+ "pcb_plated_hole_5",
1638
+ "pcb_port_48"
1639
+ ],
1640
+ "netIsAssignable": true,
1641
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1642
+ },
1643
+ {
1644
+ "type": "oval",
1645
+ "width": 2,
1646
+ "center": {
1647
+ "x": 37.81,
1648
+ "y": 12.700000000000001
1649
+ },
1650
+ "height": 2,
1651
+ "layers": ["top", "inner1", "inner2", "bottom"],
1652
+ "connectedTo": [
1653
+ "pcb_plated_hole_6",
1654
+ "connectivity_net405",
1655
+ "source_port_49",
1656
+ "pcb_plated_hole_6",
1657
+ "pcb_port_49"
1658
+ ],
1659
+ "netIsAssignable": true,
1660
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
1661
+ },
1662
+ {
1663
+ "type": "oval",
1664
+ "width": 2,
1665
+ "center": {
1666
+ "x": 37.81,
1667
+ "y": 10.16
1668
+ },
1669
+ "height": 2,
1670
+ "layers": ["top", "inner1", "inner2", "bottom"],
1671
+ "connectedTo": [
1672
+ "pcb_plated_hole_7",
1673
+ "connectivity_net406",
1674
+ "source_port_50",
1675
+ "pcb_plated_hole_7",
1676
+ "pcb_port_50"
1677
+ ],
1678
+ "netIsAssignable": true,
1679
+ "offBoardConnectsTo": ["source_component_internal_connection_3"]
1680
+ },
1681
+ {
1682
+ "type": "oval",
1683
+ "width": 2,
1684
+ "center": {
1685
+ "x": 37.81,
1686
+ "y": 7.620000000000001
1687
+ },
1688
+ "height": 2,
1689
+ "layers": ["top", "inner1", "inner2", "bottom"],
1690
+ "connectedTo": [
1691
+ "pcb_plated_hole_8",
1692
+ "connectivity_net407",
1693
+ "source_port_51",
1694
+ "pcb_plated_hole_8",
1695
+ "pcb_port_51"
1696
+ ],
1697
+ "netIsAssignable": true,
1698
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
1699
+ },
1700
+ {
1701
+ "type": "oval",
1702
+ "width": 2,
1703
+ "center": {
1704
+ "x": 37.81,
1705
+ "y": 5.080000000000002
1706
+ },
1707
+ "height": 2,
1708
+ "layers": ["top", "inner1", "inner2", "bottom"],
1709
+ "connectedTo": [
1710
+ "pcb_plated_hole_9",
1711
+ "connectivity_net408",
1712
+ "source_port_52",
1713
+ "pcb_plated_hole_9",
1714
+ "pcb_port_52"
1715
+ ],
1716
+ "netIsAssignable": true,
1717
+ "offBoardConnectsTo": ["source_component_internal_connection_4"]
1718
+ },
1719
+ {
1720
+ "type": "oval",
1721
+ "width": 2,
1722
+ "center": {
1723
+ "x": 37.81,
1724
+ "y": 2.5400000000000014
1725
+ },
1726
+ "height": 2,
1727
+ "layers": ["top", "inner1", "inner2", "bottom"],
1728
+ "connectedTo": [
1729
+ "pcb_plated_hole_10",
1730
+ "connectivity_net409",
1731
+ "source_port_53",
1732
+ "pcb_plated_hole_10",
1733
+ "pcb_port_53"
1734
+ ],
1735
+ "netIsAssignable": true,
1736
+ "offBoardConnectsTo": ["source_component_internal_connection_5"]
1737
+ },
1738
+ {
1739
+ "type": "oval",
1740
+ "width": 2,
1741
+ "center": {
1742
+ "x": 37.81,
1743
+ "y": 2.3329521523757077e-16
1744
+ },
1745
+ "height": 2,
1746
+ "layers": ["top", "inner1", "inner2", "bottom"],
1747
+ "connectedTo": [
1748
+ "pcb_plated_hole_11",
1749
+ "connectivity_net410",
1750
+ "source_port_54",
1751
+ "pcb_plated_hole_11",
1752
+ "pcb_port_54"
1753
+ ],
1754
+ "netIsAssignable": true,
1755
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1756
+ },
1757
+ {
1758
+ "type": "oval",
1759
+ "width": 2,
1760
+ "center": {
1761
+ "x": 37.81,
1762
+ "y": -2.5399999999999987
1763
+ },
1764
+ "height": 2,
1765
+ "layers": ["top", "inner1", "inner2", "bottom"],
1766
+ "connectedTo": [
1767
+ "pcb_plated_hole_12",
1768
+ "connectivity_net411",
1769
+ "source_port_55",
1770
+ "pcb_plated_hole_12",
1771
+ "pcb_port_55"
1772
+ ],
1773
+ "netIsAssignable": true,
1774
+ "offBoardConnectsTo": ["source_component_internal_connection_4"]
1775
+ },
1776
+ {
1777
+ "type": "oval",
1778
+ "width": 2,
1779
+ "center": {
1780
+ "x": 37.81,
1781
+ "y": -5.079999999999998
1782
+ },
1783
+ "height": 2,
1784
+ "layers": ["top", "inner1", "inner2", "bottom"],
1785
+ "connectedTo": [
1786
+ "pcb_plated_hole_13",
1787
+ "connectivity_net412",
1788
+ "source_port_56",
1789
+ "pcb_plated_hole_13",
1790
+ "pcb_port_56"
1791
+ ],
1792
+ "netIsAssignable": true,
1793
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1794
+ },
1795
+ {
1796
+ "type": "oval",
1797
+ "width": 2,
1798
+ "center": {
1799
+ "x": 37.81,
1800
+ "y": -7.619999999999997
1801
+ },
1802
+ "height": 2,
1803
+ "layers": ["top", "inner1", "inner2", "bottom"],
1804
+ "connectedTo": [
1805
+ "pcb_plated_hole_14",
1806
+ "connectivity_net413",
1807
+ "source_port_57",
1808
+ "pcb_plated_hole_14",
1809
+ "pcb_port_57"
1810
+ ],
1811
+ "netIsAssignable": true,
1812
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
1813
+ },
1814
+ {
1815
+ "type": "oval",
1816
+ "width": 2,
1817
+ "center": {
1818
+ "x": 37.81,
1819
+ "y": -10.16
1820
+ },
1821
+ "height": 2,
1822
+ "layers": ["top", "inner1", "inner2", "bottom"],
1823
+ "connectedTo": [
1824
+ "pcb_plated_hole_15",
1825
+ "connectivity_net414",
1826
+ "source_port_58",
1827
+ "pcb_plated_hole_15",
1828
+ "pcb_port_58"
1829
+ ],
1830
+ "netIsAssignable": true,
1831
+ "offBoardConnectsTo": ["source_component_internal_connection_7"]
1832
+ },
1833
+ {
1834
+ "type": "oval",
1835
+ "width": 2,
1836
+ "center": {
1837
+ "x": 37.81,
1838
+ "y": -12.7
1839
+ },
1840
+ "height": 2,
1841
+ "layers": ["top", "inner1", "inner2", "bottom"],
1842
+ "connectedTo": [
1843
+ "pcb_plated_hole_16",
1844
+ "connectivity_net415",
1845
+ "source_port_59",
1846
+ "pcb_plated_hole_16",
1847
+ "pcb_port_59"
1848
+ ],
1849
+ "netIsAssignable": true,
1850
+ "offBoardConnectsTo": ["source_component_internal_connection_8"]
1851
+ },
1852
+ {
1853
+ "type": "oval",
1854
+ "width": 2,
1855
+ "center": {
1856
+ "x": 37.81,
1857
+ "y": -15.240000000000002
1858
+ },
1859
+ "height": 2,
1860
+ "layers": ["top", "inner1", "inner2", "bottom"],
1861
+ "connectedTo": [
1862
+ "pcb_plated_hole_17",
1863
+ "connectivity_net416",
1864
+ "source_port_60",
1865
+ "pcb_plated_hole_17",
1866
+ "pcb_port_60"
1867
+ ],
1868
+ "netIsAssignable": true,
1869
+ "offBoardConnectsTo": ["source_component_internal_connection_9"]
1870
+ },
1871
+ {
1872
+ "type": "oval",
1873
+ "width": 2,
1874
+ "center": {
1875
+ "x": 37.81,
1876
+ "y": -17.78
1877
+ },
1878
+ "height": 2,
1879
+ "layers": ["top", "inner1", "inner2", "bottom"],
1880
+ "connectedTo": [
1881
+ "pcb_plated_hole_18",
1882
+ "connectivity_net417",
1883
+ "source_port_61",
1884
+ "pcb_plated_hole_18",
1885
+ "pcb_port_61"
1886
+ ],
1887
+ "netIsAssignable": true,
1888
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
1889
+ },
1890
+ {
1891
+ "type": "oval",
1892
+ "width": 2,
1893
+ "center": {
1894
+ "x": 35.269999999999996,
1895
+ "y": 17.78
1896
+ },
1897
+ "height": 2,
1898
+ "layers": ["top", "inner1", "inner2", "bottom"],
1899
+ "connectedTo": [
1900
+ "pcb_plated_hole_19",
1901
+ "connectivity_net418",
1902
+ "source_port_62",
1903
+ "pcb_plated_hole_19",
1904
+ "pcb_port_62"
1905
+ ],
1906
+ "netIsAssignable": true,
1907
+ "offBoardConnectsTo": ["source_component_internal_connection_9"]
1908
+ },
1909
+ {
1910
+ "type": "oval",
1911
+ "width": 2,
1912
+ "center": {
1913
+ "x": 35.269999999999996,
1914
+ "y": 15.240000000000002
1915
+ },
1916
+ "height": 2,
1917
+ "layers": ["top", "inner1", "inner2", "bottom"],
1918
+ "connectedTo": [
1919
+ "pcb_plated_hole_20",
1920
+ "connectivity_net419",
1921
+ "source_port_63",
1922
+ "pcb_plated_hole_20",
1923
+ "pcb_port_63"
1924
+ ],
1925
+ "netIsAssignable": true,
1926
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
1927
+ },
1928
+ {
1929
+ "type": "oval",
1930
+ "width": 2,
1931
+ "center": {
1932
+ "x": 35.269999999999996,
1933
+ "y": 12.700000000000001
1934
+ },
1935
+ "height": 2,
1936
+ "layers": ["top", "inner1", "inner2", "bottom"],
1937
+ "connectedTo": [
1938
+ "pcb_plated_hole_21",
1939
+ "connectivity_net420",
1940
+ "source_port_64",
1941
+ "pcb_plated_hole_21",
1942
+ "pcb_port_64"
1943
+ ],
1944
+ "netIsAssignable": true,
1945
+ "offBoardConnectsTo": ["source_component_internal_connection_10"]
1946
+ },
1947
+ {
1948
+ "type": "oval",
1949
+ "width": 2,
1950
+ "center": {
1951
+ "x": 35.269999999999996,
1952
+ "y": 10.16
1953
+ },
1954
+ "height": 2,
1955
+ "layers": ["top", "inner1", "inner2", "bottom"],
1956
+ "connectedTo": [
1957
+ "pcb_plated_hole_22",
1958
+ "connectivity_net421",
1959
+ "source_port_65",
1960
+ "pcb_plated_hole_22",
1961
+ "pcb_port_65"
1962
+ ],
1963
+ "netIsAssignable": true,
1964
+ "offBoardConnectsTo": ["source_component_internal_connection_7"]
1965
+ },
1966
+ {
1967
+ "type": "oval",
1968
+ "width": 2,
1969
+ "center": {
1970
+ "x": 35.269999999999996,
1971
+ "y": 7.620000000000001
1972
+ },
1973
+ "height": 2,
1974
+ "layers": ["top", "inner1", "inner2", "bottom"],
1975
+ "connectedTo": [
1976
+ "pcb_plated_hole_23",
1977
+ "connectivity_net422",
1978
+ "source_port_66",
1979
+ "pcb_plated_hole_23",
1980
+ "pcb_port_66"
1981
+ ],
1982
+ "netIsAssignable": true,
1983
+ "offBoardConnectsTo": ["source_component_internal_connection_11"]
1984
+ },
1985
+ {
1986
+ "type": "oval",
1987
+ "width": 2,
1988
+ "center": {
1989
+ "x": 35.27,
1990
+ "y": 5.080000000000002
1991
+ },
1992
+ "height": 2,
1993
+ "layers": ["top", "inner1", "inner2", "bottom"],
1994
+ "connectedTo": [
1995
+ "pcb_plated_hole_24",
1996
+ "connectivity_net423",
1997
+ "source_port_67",
1998
+ "pcb_plated_hole_24",
1999
+ "pcb_port_67"
2000
+ ],
2001
+ "netIsAssignable": true,
2002
+ "offBoardConnectsTo": ["source_component_internal_connection_12"]
2003
+ },
2004
+ {
2005
+ "type": "oval",
2006
+ "width": 2,
2007
+ "center": {
2008
+ "x": 35.27,
2009
+ "y": 2.540000000000001
2010
+ },
2011
+ "height": 2,
2012
+ "layers": ["top", "inner1", "inner2", "bottom"],
2013
+ "connectedTo": [
2014
+ "pcb_plated_hole_25",
2015
+ "connectivity_net424",
2016
+ "source_port_68",
2017
+ "pcb_plated_hole_25",
2018
+ "pcb_port_68"
2019
+ ],
2020
+ "netIsAssignable": true,
2021
+ "offBoardConnectsTo": ["source_component_internal_connection_3"]
2022
+ },
2023
+ {
2024
+ "type": "oval",
2025
+ "width": 2,
2026
+ "center": {
2027
+ "x": 35.27,
2028
+ "y": 7.776507174585693e-17
2029
+ },
2030
+ "height": 2,
2031
+ "layers": ["top", "inner1", "inner2", "bottom"],
2032
+ "connectedTo": [
2033
+ "pcb_plated_hole_26",
2034
+ "connectivity_net425",
2035
+ "source_port_69",
2036
+ "pcb_plated_hole_26",
2037
+ "pcb_port_69"
2038
+ ],
2039
+ "netIsAssignable": true,
2040
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
2041
+ },
2042
+ {
2043
+ "type": "oval",
2044
+ "width": 2,
2045
+ "center": {
2046
+ "x": 35.27,
2047
+ "y": -2.539999999999999
2048
+ },
2049
+ "height": 2,
2050
+ "layers": ["top", "inner1", "inner2", "bottom"],
2051
+ "connectedTo": [
2052
+ "pcb_plated_hole_27",
2053
+ "connectivity_net426",
2054
+ "source_port_70",
2055
+ "pcb_plated_hole_27",
2056
+ "pcb_port_70"
2057
+ ],
2058
+ "netIsAssignable": true,
2059
+ "offBoardConnectsTo": ["source_component_internal_connection_10"]
2060
+ },
2061
+ {
2062
+ "type": "oval",
2063
+ "width": 2,
2064
+ "center": {
2065
+ "x": 35.27,
2066
+ "y": -5.079999999999998
2067
+ },
2068
+ "height": 2,
2069
+ "layers": ["top", "inner1", "inner2", "bottom"],
2070
+ "connectedTo": [
2071
+ "pcb_plated_hole_28",
2072
+ "connectivity_net427",
2073
+ "source_port_71",
2074
+ "pcb_plated_hole_28",
2075
+ "pcb_port_71"
2076
+ ],
2077
+ "netIsAssignable": true,
2078
+ "offBoardConnectsTo": ["source_component_internal_connection_8"]
2079
+ },
2080
+ {
2081
+ "type": "oval",
2082
+ "width": 2,
2083
+ "center": {
2084
+ "x": 35.27,
2085
+ "y": -7.619999999999997
2086
+ },
2087
+ "height": 2,
2088
+ "layers": ["top", "inner1", "inner2", "bottom"],
2089
+ "connectedTo": [
2090
+ "pcb_plated_hole_29",
2091
+ "connectivity_net428",
2092
+ "source_port_72",
2093
+ "pcb_plated_hole_29",
2094
+ "pcb_port_72"
2095
+ ],
2096
+ "netIsAssignable": true,
2097
+ "offBoardConnectsTo": ["source_component_internal_connection_3"]
2098
+ },
2099
+ {
2100
+ "type": "oval",
2101
+ "width": 2,
2102
+ "center": {
2103
+ "x": 35.27,
2104
+ "y": -10.16
2105
+ },
2106
+ "height": 2,
2107
+ "layers": ["top", "inner1", "inner2", "bottom"],
2108
+ "connectedTo": [
2109
+ "pcb_plated_hole_30",
2110
+ "connectivity_net429",
2111
+ "source_port_73",
2112
+ "pcb_plated_hole_30",
2113
+ "pcb_port_73"
2114
+ ],
2115
+ "netIsAssignable": true,
2116
+ "offBoardConnectsTo": ["source_component_internal_connection_13"]
2117
+ },
2118
+ {
2119
+ "type": "oval",
2120
+ "width": 2,
2121
+ "center": {
2122
+ "x": 35.27,
2123
+ "y": -12.7
2124
+ },
2125
+ "height": 2,
2126
+ "layers": ["top", "inner1", "inner2", "bottom"],
2127
+ "connectedTo": [
2128
+ "pcb_plated_hole_31",
2129
+ "connectivity_net430",
2130
+ "source_port_74",
2131
+ "pcb_plated_hole_31",
2132
+ "pcb_port_74"
2133
+ ],
2134
+ "netIsAssignable": true,
2135
+ "offBoardConnectsTo": ["source_component_internal_connection_5"]
2136
+ },
2137
+ {
2138
+ "type": "oval",
2139
+ "width": 2,
2140
+ "center": {
2141
+ "x": 35.27,
2142
+ "y": -15.240000000000002
2143
+ },
2144
+ "height": 2,
2145
+ "layers": ["top", "inner1", "inner2", "bottom"],
2146
+ "connectedTo": [
2147
+ "pcb_plated_hole_32",
2148
+ "connectivity_net431",
2149
+ "source_port_75",
2150
+ "pcb_plated_hole_32",
2151
+ "pcb_port_75"
2152
+ ],
2153
+ "netIsAssignable": true,
2154
+ "offBoardConnectsTo": ["source_component_internal_connection_14"]
2155
+ },
2156
+ {
2157
+ "type": "oval",
2158
+ "width": 2,
2159
+ "center": {
2160
+ "x": 35.27,
2161
+ "y": -17.78
2162
+ },
2163
+ "height": 2,
2164
+ "layers": ["top", "inner1", "inner2", "bottom"],
2165
+ "connectedTo": [
2166
+ "pcb_plated_hole_33",
2167
+ "connectivity_net432",
2168
+ "source_port_76",
2169
+ "pcb_plated_hole_33",
2170
+ "pcb_port_76"
2171
+ ],
2172
+ "netIsAssignable": true,
2173
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
2174
+ },
2175
+ {
2176
+ "type": "oval",
2177
+ "width": 2,
2178
+ "center": {
2179
+ "x": 32.73,
2180
+ "y": 17.78
2181
+ },
2182
+ "height": 2,
2183
+ "layers": ["top", "inner1", "inner2", "bottom"],
2184
+ "connectedTo": [
2185
+ "pcb_plated_hole_34",
2186
+ "connectivity_net433",
2187
+ "source_port_77",
2188
+ "pcb_plated_hole_34",
2189
+ "pcb_port_77"
2190
+ ],
2191
+ "netIsAssignable": true,
2192
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
2193
+ },
2194
+ {
2195
+ "type": "oval",
2196
+ "width": 2,
2197
+ "center": {
2198
+ "x": 32.73,
2199
+ "y": 15.240000000000002
2200
+ },
2201
+ "height": 2,
2202
+ "layers": ["top", "inner1", "inner2", "bottom"],
2203
+ "connectedTo": [
2204
+ "pcb_plated_hole_35",
2205
+ "connectivity_net434",
2206
+ "source_port_78",
2207
+ "pcb_plated_hole_35",
2208
+ "pcb_port_78"
2209
+ ],
2210
+ "netIsAssignable": true,
2211
+ "offBoardConnectsTo": ["source_component_internal_connection_4"]
2212
+ },
2213
+ {
2214
+ "type": "oval",
2215
+ "width": 2,
2216
+ "center": {
2217
+ "x": 32.73,
2218
+ "y": 12.700000000000001
2219
+ },
2220
+ "height": 2,
2221
+ "layers": ["top", "inner1", "inner2", "bottom"],
2222
+ "connectedTo": [
2223
+ "pcb_plated_hole_36",
2224
+ "connectivity_net435",
2225
+ "source_port_79",
2226
+ "pcb_plated_hole_36",
2227
+ "pcb_port_79"
2228
+ ],
2229
+ "netIsAssignable": true,
2230
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
2231
+ },
2232
+ {
2233
+ "type": "oval",
2234
+ "width": 2,
2235
+ "center": {
2236
+ "x": 32.73,
2237
+ "y": 10.16
2238
+ },
2239
+ "height": 2,
2240
+ "layers": ["top", "inner1", "inner2", "bottom"],
2241
+ "connectedTo": [
2242
+ "pcb_plated_hole_37",
2243
+ "connectivity_net436",
2244
+ "source_port_80",
2245
+ "pcb_plated_hole_37",
2246
+ "pcb_port_80"
2247
+ ],
2248
+ "netIsAssignable": true,
2249
+ "offBoardConnectsTo": ["source_component_internal_connection_12"]
2250
+ },
2251
+ {
2252
+ "type": "oval",
2253
+ "width": 2,
2254
+ "center": {
2255
+ "x": 32.73,
2256
+ "y": 7.620000000000001
2257
+ },
2258
+ "height": 2,
2259
+ "layers": ["top", "inner1", "inner2", "bottom"],
2260
+ "connectedTo": [
2261
+ "pcb_plated_hole_38",
2262
+ "connectivity_net437",
2263
+ "source_port_81",
2264
+ "pcb_plated_hole_38",
2265
+ "pcb_port_81"
2266
+ ],
2267
+ "netIsAssignable": true,
2268
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
2269
+ },
2270
+ {
2271
+ "type": "oval",
2272
+ "width": 2,
2273
+ "center": {
2274
+ "x": 32.73,
2275
+ "y": 5.080000000000002
2276
+ },
2277
+ "height": 2,
2278
+ "layers": ["top", "inner1", "inner2", "bottom"],
2279
+ "connectedTo": [
2280
+ "pcb_plated_hole_39",
2281
+ "connectivity_net438",
2282
+ "source_port_82",
2283
+ "pcb_plated_hole_39",
2284
+ "pcb_port_82"
2285
+ ],
2286
+ "netIsAssignable": true,
2287
+ "offBoardConnectsTo": ["source_component_internal_connection_5"]
2288
+ },
2289
+ {
2290
+ "type": "oval",
2291
+ "width": 2,
2292
+ "center": {
2293
+ "x": 32.73,
2294
+ "y": 2.540000000000001
2295
+ },
2296
+ "height": 2,
2297
+ "layers": ["top", "inner1", "inner2", "bottom"],
2298
+ "connectedTo": [
2299
+ "pcb_plated_hole_40",
2300
+ "connectivity_net439",
2301
+ "source_port_83",
2302
+ "pcb_plated_hole_40",
2303
+ "pcb_port_83"
2304
+ ],
2305
+ "netIsAssignable": true,
2306
+ "offBoardConnectsTo": ["source_component_internal_connection_9"]
2307
+ },
2308
+ {
2309
+ "type": "oval",
2310
+ "width": 2,
2311
+ "center": {
2312
+ "x": 32.73,
2313
+ "y": -7.776507174585693e-17
2314
+ },
2315
+ "height": 2,
2316
+ "layers": ["top", "inner1", "inner2", "bottom"],
2317
+ "connectedTo": [
2318
+ "pcb_plated_hole_41",
2319
+ "connectivity_net440",
2320
+ "source_port_84",
2321
+ "pcb_plated_hole_41",
2322
+ "pcb_port_84"
2323
+ ],
2324
+ "netIsAssignable": true,
2325
+ "offBoardConnectsTo": ["source_component_internal_connection_13"]
2326
+ },
2327
+ {
2328
+ "type": "oval",
2329
+ "width": 2,
2330
+ "center": {
2331
+ "x": 32.73,
2332
+ "y": -2.539999999999999
2333
+ },
2334
+ "height": 2,
2335
+ "layers": ["top", "inner1", "inner2", "bottom"],
2336
+ "connectedTo": [
2337
+ "pcb_plated_hole_42",
2338
+ "connectivity_net441",
2339
+ "source_port_85",
2340
+ "pcb_plated_hole_42",
2341
+ "pcb_port_85"
2342
+ ],
2343
+ "netIsAssignable": true,
2344
+ "offBoardConnectsTo": ["source_component_internal_connection_11"]
2345
+ },
2346
+ {
2347
+ "type": "oval",
2348
+ "width": 2,
2349
+ "center": {
2350
+ "x": 32.73,
2351
+ "y": -5.079999999999998
2352
+ },
2353
+ "height": 2,
2354
+ "layers": ["top", "inner1", "inner2", "bottom"],
2355
+ "connectedTo": [
2356
+ "pcb_plated_hole_43",
2357
+ "connectivity_net442",
2358
+ "source_port_86",
2359
+ "pcb_plated_hole_43",
2360
+ "pcb_port_86"
2361
+ ],
2362
+ "netIsAssignable": true,
2363
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
2364
+ },
2365
+ {
2366
+ "type": "oval",
2367
+ "width": 2,
2368
+ "center": {
2369
+ "x": 32.730000000000004,
2370
+ "y": -7.619999999999997
2371
+ },
2372
+ "height": 2,
2373
+ "layers": ["top", "inner1", "inner2", "bottom"],
2374
+ "connectedTo": [
2375
+ "pcb_plated_hole_44",
2376
+ "connectivity_net443",
2377
+ "source_port_87",
2378
+ "pcb_plated_hole_44",
2379
+ "pcb_port_87"
2380
+ ],
2381
+ "netIsAssignable": true,
2382
+ "offBoardConnectsTo": ["source_component_internal_connection_14"]
2383
+ },
2384
+ {
2385
+ "type": "oval",
2386
+ "width": 2,
2387
+ "center": {
2388
+ "x": 32.730000000000004,
2389
+ "y": -10.16
2390
+ },
2391
+ "height": 2,
2392
+ "layers": ["top", "inner1", "inner2", "bottom"],
2393
+ "connectedTo": [
2394
+ "pcb_plated_hole_45",
2395
+ "connectivity_net444",
2396
+ "source_port_88",
2397
+ "pcb_plated_hole_45",
2398
+ "pcb_port_88"
2399
+ ],
2400
+ "netIsAssignable": true,
2401
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
2402
+ },
2403
+ {
2404
+ "type": "oval",
2405
+ "width": 2,
2406
+ "center": {
2407
+ "x": 32.730000000000004,
2408
+ "y": -12.7
2409
+ },
2410
+ "height": 2,
2411
+ "layers": ["top", "inner1", "inner2", "bottom"],
2412
+ "connectedTo": [
2413
+ "pcb_plated_hole_46",
2414
+ "connectivity_net445",
2415
+ "source_port_89",
2416
+ "pcb_plated_hole_46",
2417
+ "pcb_port_89"
2418
+ ],
2419
+ "netIsAssignable": true,
2420
+ "offBoardConnectsTo": ["source_component_internal_connection_10"]
2421
+ },
2422
+ {
2423
+ "type": "oval",
2424
+ "width": 2,
2425
+ "center": {
2426
+ "x": 32.730000000000004,
2427
+ "y": -15.240000000000002
2428
+ },
2429
+ "height": 2,
2430
+ "layers": ["top", "inner1", "inner2", "bottom"],
2431
+ "connectedTo": [
2432
+ "pcb_plated_hole_47",
2433
+ "connectivity_net446",
2434
+ "source_port_90",
2435
+ "pcb_plated_hole_47",
2436
+ "pcb_port_90"
2437
+ ],
2438
+ "netIsAssignable": true,
2439
+ "offBoardConnectsTo": ["source_component_internal_connection_7"]
2440
+ },
2441
+ {
2442
+ "type": "oval",
2443
+ "width": 2,
2444
+ "center": {
2445
+ "x": 32.730000000000004,
2446
+ "y": -17.78
2447
+ },
2448
+ "height": 2,
2449
+ "layers": ["top", "inner1", "inner2", "bottom"],
2450
+ "connectedTo": [
2451
+ "pcb_plated_hole_48",
2452
+ "connectivity_net447",
2453
+ "source_port_91",
2454
+ "pcb_plated_hole_48",
2455
+ "pcb_port_91"
2456
+ ],
2457
+ "netIsAssignable": true,
2458
+ "offBoardConnectsTo": ["source_component_internal_connection_12"]
2459
+ },
2460
+ {
2461
+ "type": "oval",
2462
+ "width": 2,
2463
+ "center": {
2464
+ "x": 30.189999999999998,
2465
+ "y": 17.78
2466
+ },
2467
+ "height": 2,
2468
+ "layers": ["top", "inner1", "inner2", "bottom"],
2469
+ "connectedTo": [
2470
+ "pcb_plated_hole_49",
2471
+ "connectivity_net448",
2472
+ "source_port_92",
2473
+ "pcb_plated_hole_49",
2474
+ "pcb_port_92"
2475
+ ],
2476
+ "netIsAssignable": true,
2477
+ "offBoardConnectsTo": ["source_component_internal_connection_14"]
2478
+ },
2479
+ {
2480
+ "type": "oval",
2481
+ "width": 2,
2482
+ "center": {
2483
+ "x": 30.189999999999998,
2484
+ "y": 15.240000000000002
2485
+ },
2486
+ "height": 2,
2487
+ "layers": ["top", "inner1", "inner2", "bottom"],
2488
+ "connectedTo": [
2489
+ "pcb_plated_hole_50",
2490
+ "connectivity_net449",
2491
+ "source_port_93",
2492
+ "pcb_plated_hole_50",
2493
+ "pcb_port_93"
2494
+ ],
2495
+ "netIsAssignable": true,
2496
+ "offBoardConnectsTo": ["source_component_internal_connection_13"]
2497
+ },
2498
+ {
2499
+ "type": "oval",
2500
+ "width": 2,
2501
+ "center": {
2502
+ "x": 30.189999999999998,
2503
+ "y": 12.700000000000001
2504
+ },
2505
+ "height": 2,
2506
+ "layers": ["top", "inner1", "inner2", "bottom"],
2507
+ "connectedTo": [
2508
+ "pcb_plated_hole_51",
2509
+ "connectivity_net450",
2510
+ "source_port_94",
2511
+ "pcb_plated_hole_51",
2512
+ "pcb_port_94"
2513
+ ],
2514
+ "netIsAssignable": true,
2515
+ "offBoardConnectsTo": ["source_component_internal_connection_8"]
2516
+ },
2517
+ {
2518
+ "type": "oval",
2519
+ "width": 2,
2520
+ "center": {
2521
+ "x": 30.189999999999998,
2522
+ "y": 10.16
2523
+ },
2524
+ "height": 2,
2525
+ "layers": ["top", "inner1", "inner2", "bottom"],
2526
+ "connectedTo": [
2527
+ "pcb_plated_hole_52",
2528
+ "connectivity_net451",
2529
+ "source_port_95",
2530
+ "pcb_plated_hole_52",
2531
+ "pcb_port_95"
2532
+ ],
2533
+ "netIsAssignable": true,
2534
+ "offBoardConnectsTo": ["source_component_internal_connection_5"]
2535
+ },
2536
+ {
2537
+ "type": "oval",
2538
+ "width": 2,
2539
+ "center": {
2540
+ "x": 30.189999999999998,
2541
+ "y": 7.620000000000001
2542
+ },
2543
+ "height": 2,
2544
+ "layers": ["top", "inner1", "inner2", "bottom"],
2545
+ "connectedTo": [
2546
+ "pcb_plated_hole_53",
2547
+ "connectivity_net452",
2548
+ "source_port_96",
2549
+ "pcb_plated_hole_53",
2550
+ "pcb_port_96"
2551
+ ],
2552
+ "netIsAssignable": true,
2553
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
2554
+ },
2555
+ {
2556
+ "type": "oval",
2557
+ "width": 2,
2558
+ "center": {
2559
+ "x": 30.189999999999998,
2560
+ "y": 5.080000000000002
2561
+ },
2562
+ "height": 2,
2563
+ "layers": ["top", "inner1", "inner2", "bottom"],
2564
+ "connectedTo": [
2565
+ "pcb_plated_hole_54",
2566
+ "connectivity_net453",
2567
+ "source_port_97",
2568
+ "pcb_plated_hole_54",
2569
+ "pcb_port_97"
2570
+ ],
2571
+ "netIsAssignable": true,
2572
+ "offBoardConnectsTo": ["source_component_internal_connection_6"]
2573
+ },
2574
+ {
2575
+ "type": "oval",
2576
+ "width": 2,
2577
+ "center": {
2578
+ "x": 30.19,
2579
+ "y": 2.5400000000000005
2580
+ },
2581
+ "height": 2,
2582
+ "layers": ["top", "inner1", "inner2", "bottom"],
2583
+ "connectedTo": [
2584
+ "pcb_plated_hole_55",
2585
+ "connectivity_net454",
2586
+ "source_port_98",
2587
+ "pcb_plated_hole_55",
2588
+ "pcb_port_98"
2589
+ ],
2590
+ "netIsAssignable": true,
2591
+ "offBoardConnectsTo": ["source_component_internal_connection_7"]
2592
+ },
2593
+ {
2594
+ "type": "oval",
2595
+ "width": 2,
2596
+ "center": {
2597
+ "x": 30.19,
2598
+ "y": -2.3329521523757077e-16
2599
+ },
2600
+ "height": 2,
2601
+ "layers": ["top", "inner1", "inner2", "bottom"],
2602
+ "connectedTo": [
2603
+ "pcb_plated_hole_56",
2604
+ "connectivity_net455",
2605
+ "source_port_99",
2606
+ "pcb_plated_hole_56",
2607
+ "pcb_port_99"
2608
+ ],
2609
+ "netIsAssignable": true,
2610
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
2611
+ },
2612
+ {
2613
+ "type": "oval",
2614
+ "width": 2,
2615
+ "center": {
2616
+ "x": 30.19,
2617
+ "y": -2.5399999999999996
2618
+ },
2619
+ "height": 2,
2620
+ "layers": ["top", "inner1", "inner2", "bottom"],
2621
+ "connectedTo": [
2622
+ "pcb_plated_hole_57",
2623
+ "connectivity_net456",
2624
+ "source_port_100",
2625
+ "pcb_plated_hole_57",
2626
+ "pcb_port_100"
2627
+ ],
2628
+ "netIsAssignable": true,
2629
+ "offBoardConnectsTo": ["source_component_internal_connection_12"]
2630
+ },
2631
+ {
2632
+ "type": "oval",
2633
+ "width": 2,
2634
+ "center": {
2635
+ "x": 30.19,
2636
+ "y": -5.079999999999998
2637
+ },
2638
+ "height": 2,
2639
+ "layers": ["top", "inner1", "inner2", "bottom"],
2640
+ "connectedTo": [
2641
+ "pcb_plated_hole_58",
2642
+ "connectivity_net457",
2643
+ "source_port_101",
2644
+ "pcb_plated_hole_58",
2645
+ "pcb_port_101"
2646
+ ],
2647
+ "netIsAssignable": true,
2648
+ "offBoardConnectsTo": ["source_component_internal_connection_10"]
2649
+ },
2650
+ {
2651
+ "type": "oval",
2652
+ "width": 2,
2653
+ "center": {
2654
+ "x": 30.19,
2655
+ "y": -7.619999999999997
2656
+ },
2657
+ "height": 2,
2658
+ "layers": ["top", "inner1", "inner2", "bottom"],
2659
+ "connectedTo": [
2660
+ "pcb_plated_hole_59",
2661
+ "connectivity_net458",
2662
+ "source_port_102",
2663
+ "pcb_plated_hole_59",
2664
+ "pcb_port_102"
2665
+ ],
2666
+ "netIsAssignable": true,
2667
+ "offBoardConnectsTo": ["source_component_internal_connection_9"]
2668
+ },
2669
+ {
2670
+ "type": "oval",
2671
+ "width": 2,
2672
+ "center": {
2673
+ "x": 30.19,
2674
+ "y": -10.16
2675
+ },
2676
+ "height": 2,
2677
+ "layers": ["top", "inner1", "inner2", "bottom"],
2678
+ "connectedTo": [
2679
+ "pcb_plated_hole_60",
2680
+ "connectivity_net459",
2681
+ "source_port_103",
2682
+ "pcb_plated_hole_60",
2683
+ "pcb_port_103"
2684
+ ],
2685
+ "netIsAssignable": true,
2686
+ "offBoardConnectsTo": ["source_component_internal_connection_11"]
2687
+ },
2688
+ {
2689
+ "type": "oval",
2690
+ "width": 2,
2691
+ "center": {
2692
+ "x": 30.19,
2693
+ "y": -12.7
2694
+ },
2695
+ "height": 2,
2696
+ "layers": ["top", "inner1", "inner2", "bottom"],
2697
+ "connectedTo": [
2698
+ "pcb_plated_hole_61",
2699
+ "connectivity_net460",
2700
+ "source_port_104",
2701
+ "pcb_plated_hole_61",
2702
+ "pcb_port_104"
2703
+ ],
2704
+ "netIsAssignable": true,
2705
+ "offBoardConnectsTo": ["source_component_internal_connection_3"]
2706
+ },
2707
+ {
2708
+ "type": "oval",
2709
+ "width": 2,
2710
+ "center": {
2711
+ "x": 30.19,
2712
+ "y": -15.240000000000002
2713
+ },
2714
+ "height": 2,
2715
+ "layers": ["top", "inner1", "inner2", "bottom"],
2716
+ "connectedTo": [
2717
+ "pcb_plated_hole_62",
2718
+ "connectivity_net461",
2719
+ "source_port_105",
2720
+ "pcb_plated_hole_62",
2721
+ "pcb_port_105"
2722
+ ],
2723
+ "netIsAssignable": true,
2724
+ "offBoardConnectsTo": ["source_component_internal_connection_4"]
2725
+ },
2726
+ {
2727
+ "type": "oval",
2728
+ "width": 2,
2729
+ "center": {
2730
+ "x": 30.19,
2731
+ "y": -17.78
2732
+ },
2733
+ "height": 2,
2734
+ "layers": ["top", "inner1", "inner2", "bottom"],
2735
+ "connectedTo": [
2736
+ "pcb_plated_hole_63",
2737
+ "connectivity_net462",
2738
+ "source_port_106",
2739
+ "pcb_plated_hole_63",
2740
+ "pcb_port_106"
2741
+ ],
2742
+ "netIsAssignable": true,
2743
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
2744
+ },
2745
+ {
2746
+ "type": "rect",
2747
+ "width": 2,
2748
+ "center": {
2749
+ "x": -37.81,
2750
+ "y": -17.78
2751
+ },
2752
+ "height": 2,
2753
+ "layers": ["top", "inner1", "inner2", "bottom"],
2754
+ "connectedTo": [
2755
+ "pcb_plated_hole_64",
2756
+ "connectivity_net463",
2757
+ "source_port_107",
2758
+ "pcb_plated_hole_64",
2759
+ "pcb_port_107"
2760
+ ],
2761
+ "netIsAssignable": true,
2762
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
2763
+ },
2764
+ {
2765
+ "type": "oval",
2766
+ "width": 2,
2767
+ "center": {
2768
+ "x": -37.81,
2769
+ "y": -15.240000000000002
2770
+ },
2771
+ "height": 2,
2772
+ "layers": ["top", "inner1", "inner2", "bottom"],
2773
+ "connectedTo": [
2774
+ "pcb_plated_hole_65",
2775
+ "connectivity_net464",
2776
+ "source_port_108",
2777
+ "pcb_plated_hole_65",
2778
+ "pcb_port_108"
2779
+ ],
2780
+ "netIsAssignable": true,
2781
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
2782
+ },
2783
+ {
2784
+ "type": "oval",
2785
+ "width": 2,
2786
+ "center": {
2787
+ "x": -37.81,
2788
+ "y": -12.700000000000001
2789
+ },
2790
+ "height": 2,
2791
+ "layers": ["top", "inner1", "inner2", "bottom"],
2792
+ "connectedTo": [
2793
+ "pcb_plated_hole_66",
2794
+ "connectivity_net465",
2795
+ "source_port_109",
2796
+ "pcb_plated_hole_66",
2797
+ "pcb_port_109"
2798
+ ],
2799
+ "netIsAssignable": true,
2800
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
2801
+ },
2802
+ {
2803
+ "type": "oval",
2804
+ "width": 2,
2805
+ "center": {
2806
+ "x": -37.81,
2807
+ "y": -10.16
2808
+ },
2809
+ "height": 2,
2810
+ "layers": ["top", "inner1", "inner2", "bottom"],
2811
+ "connectedTo": [
2812
+ "pcb_plated_hole_67",
2813
+ "connectivity_net466",
2814
+ "source_port_110",
2815
+ "pcb_plated_hole_67",
2816
+ "pcb_port_110"
2817
+ ],
2818
+ "netIsAssignable": true,
2819
+ "offBoardConnectsTo": ["source_component_internal_connection_18"]
2820
+ },
2821
+ {
2822
+ "type": "oval",
2823
+ "width": 2,
2824
+ "center": {
2825
+ "x": -37.81,
2826
+ "y": -7.620000000000001
2827
+ },
2828
+ "height": 2,
2829
+ "layers": ["top", "inner1", "inner2", "bottom"],
2830
+ "connectedTo": [
2831
+ "pcb_plated_hole_68",
2832
+ "connectivity_net467",
2833
+ "source_port_111",
2834
+ "pcb_plated_hole_68",
2835
+ "pcb_port_111"
2836
+ ],
2837
+ "netIsAssignable": true,
2838
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
2839
+ },
2840
+ {
2841
+ "type": "oval",
2842
+ "width": 2,
2843
+ "center": {
2844
+ "x": -37.81,
2845
+ "y": -5.080000000000002
2846
+ },
2847
+ "height": 2,
2848
+ "layers": ["top", "inner1", "inner2", "bottom"],
2849
+ "connectedTo": [
2850
+ "pcb_plated_hole_69",
2851
+ "connectivity_net468",
2852
+ "source_port_112",
2853
+ "pcb_plated_hole_69",
2854
+ "pcb_port_112"
2855
+ ],
2856
+ "netIsAssignable": true,
2857
+ "offBoardConnectsTo": ["source_component_internal_connection_19"]
2858
+ },
2859
+ {
2860
+ "type": "oval",
2861
+ "width": 2,
2862
+ "center": {
2863
+ "x": -37.81,
2864
+ "y": -2.5400000000000005
2865
+ },
2866
+ "height": 2,
2867
+ "layers": ["top", "inner1", "inner2", "bottom"],
2868
+ "connectedTo": [
2869
+ "pcb_plated_hole_70",
2870
+ "connectivity_net469",
2871
+ "source_port_113",
2872
+ "pcb_plated_hole_70",
2873
+ "pcb_port_113"
2874
+ ],
2875
+ "netIsAssignable": true,
2876
+ "offBoardConnectsTo": ["source_component_internal_connection_20"]
2877
+ },
2878
+ {
2879
+ "type": "oval",
2880
+ "width": 2,
2881
+ "center": {
2882
+ "x": -37.81,
2883
+ "y": 2.3329521523757077e-16
2884
+ },
2885
+ "height": 2,
2886
+ "layers": ["top", "inner1", "inner2", "bottom"],
2887
+ "connectedTo": [
2888
+ "pcb_plated_hole_71",
2889
+ "connectivity_net470",
2890
+ "source_port_114",
2891
+ "pcb_plated_hole_71",
2892
+ "pcb_port_114"
2893
+ ],
2894
+ "netIsAssignable": true,
2895
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
2896
+ },
2897
+ {
2898
+ "type": "oval",
2899
+ "width": 2,
2900
+ "center": {
2901
+ "x": -37.81,
2902
+ "y": 2.5399999999999996
2903
+ },
2904
+ "height": 2,
2905
+ "layers": ["top", "inner1", "inner2", "bottom"],
2906
+ "connectedTo": [
2907
+ "pcb_plated_hole_72",
2908
+ "connectivity_net471",
2909
+ "source_port_115",
2910
+ "pcb_plated_hole_72",
2911
+ "pcb_port_115"
2912
+ ],
2913
+ "netIsAssignable": true,
2914
+ "offBoardConnectsTo": ["source_component_internal_connection_19"]
2915
+ },
2916
+ {
2917
+ "type": "oval",
2918
+ "width": 2,
2919
+ "center": {
2920
+ "x": -37.81,
2921
+ "y": 5.079999999999998
2922
+ },
2923
+ "height": 2,
2924
+ "layers": ["top", "inner1", "inner2", "bottom"],
2925
+ "connectedTo": [
2926
+ "pcb_plated_hole_73",
2927
+ "connectivity_net472",
2928
+ "source_port_116",
2929
+ "pcb_plated_hole_73",
2930
+ "pcb_port_116"
2931
+ ],
2932
+ "netIsAssignable": true,
2933
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
2934
+ },
2935
+ {
2936
+ "type": "oval",
2937
+ "width": 2,
2938
+ "center": {
2939
+ "x": -37.81,
2940
+ "y": 7.619999999999997
2941
+ },
2942
+ "height": 2,
2943
+ "layers": ["top", "inner1", "inner2", "bottom"],
2944
+ "connectedTo": [
2945
+ "pcb_plated_hole_74",
2946
+ "connectivity_net473",
2947
+ "source_port_117",
2948
+ "pcb_plated_hole_74",
2949
+ "pcb_port_117"
2950
+ ],
2951
+ "netIsAssignable": true,
2952
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
2953
+ },
2954
+ {
2955
+ "type": "oval",
2956
+ "width": 2,
2957
+ "center": {
2958
+ "x": -37.81,
2959
+ "y": 10.16
2960
+ },
2961
+ "height": 2,
2962
+ "layers": ["top", "inner1", "inner2", "bottom"],
2963
+ "connectedTo": [
2964
+ "pcb_plated_hole_75",
2965
+ "connectivity_net474",
2966
+ "source_port_118",
2967
+ "pcb_plated_hole_75",
2968
+ "pcb_port_118"
2969
+ ],
2970
+ "netIsAssignable": true,
2971
+ "offBoardConnectsTo": ["source_component_internal_connection_22"]
2972
+ },
2973
+ {
2974
+ "type": "oval",
2975
+ "width": 2,
2976
+ "center": {
2977
+ "x": -37.81,
2978
+ "y": 12.7
2979
+ },
2980
+ "height": 2,
2981
+ "layers": ["top", "inner1", "inner2", "bottom"],
2982
+ "connectedTo": [
2983
+ "pcb_plated_hole_76",
2984
+ "connectivity_net475",
2985
+ "source_port_119",
2986
+ "pcb_plated_hole_76",
2987
+ "pcb_port_119"
2988
+ ],
2989
+ "netIsAssignable": true,
2990
+ "offBoardConnectsTo": ["source_component_internal_connection_23"]
2991
+ },
2992
+ {
2993
+ "type": "oval",
2994
+ "width": 2,
2995
+ "center": {
2996
+ "x": -37.81,
2997
+ "y": 15.240000000000002
2998
+ },
2999
+ "height": 2,
3000
+ "layers": ["top", "inner1", "inner2", "bottom"],
3001
+ "connectedTo": [
3002
+ "pcb_plated_hole_77",
3003
+ "connectivity_net476",
3004
+ "source_port_120",
3005
+ "pcb_plated_hole_77",
3006
+ "pcb_port_120"
3007
+ ],
3008
+ "netIsAssignable": true,
3009
+ "offBoardConnectsTo": ["source_component_internal_connection_24"]
3010
+ },
3011
+ {
3012
+ "type": "oval",
3013
+ "width": 2,
3014
+ "center": {
3015
+ "x": -37.81,
3016
+ "y": 17.78
3017
+ },
3018
+ "height": 2,
3019
+ "layers": ["top", "inner1", "inner2", "bottom"],
3020
+ "connectedTo": [
3021
+ "pcb_plated_hole_78",
3022
+ "connectivity_net477",
3023
+ "source_port_121",
3024
+ "pcb_plated_hole_78",
3025
+ "pcb_port_121"
3026
+ ],
3027
+ "netIsAssignable": true,
3028
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
3029
+ },
3030
+ {
3031
+ "type": "oval",
3032
+ "width": 2,
3033
+ "center": {
3034
+ "x": -35.27,
3035
+ "y": -17.78
3036
+ },
3037
+ "height": 2,
3038
+ "layers": ["top", "inner1", "inner2", "bottom"],
3039
+ "connectedTo": [
3040
+ "pcb_plated_hole_79",
3041
+ "connectivity_net478",
3042
+ "source_port_122",
3043
+ "pcb_plated_hole_79",
3044
+ "pcb_port_122"
3045
+ ],
3046
+ "netIsAssignable": true,
3047
+ "offBoardConnectsTo": ["source_component_internal_connection_24"]
3048
+ },
3049
+ {
3050
+ "type": "oval",
3051
+ "width": 2,
3052
+ "center": {
3053
+ "x": -35.27,
3054
+ "y": -15.240000000000002
3055
+ },
3056
+ "height": 2,
3057
+ "layers": ["top", "inner1", "inner2", "bottom"],
3058
+ "connectedTo": [
3059
+ "pcb_plated_hole_80",
3060
+ "connectivity_net479",
3061
+ "source_port_123",
3062
+ "pcb_plated_hole_80",
3063
+ "pcb_port_123"
3064
+ ],
3065
+ "netIsAssignable": true,
3066
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
3067
+ },
3068
+ {
3069
+ "type": "oval",
3070
+ "width": 2,
3071
+ "center": {
3072
+ "x": -35.27,
3073
+ "y": -12.700000000000001
3074
+ },
3075
+ "height": 2,
3076
+ "layers": ["top", "inner1", "inner2", "bottom"],
3077
+ "connectedTo": [
3078
+ "pcb_plated_hole_81",
3079
+ "connectivity_net480",
3080
+ "source_port_124",
3081
+ "pcb_plated_hole_81",
3082
+ "pcb_port_124"
3083
+ ],
3084
+ "netIsAssignable": true,
3085
+ "offBoardConnectsTo": ["source_component_internal_connection_25"]
3086
+ },
3087
+ {
3088
+ "type": "oval",
3089
+ "width": 2,
3090
+ "center": {
3091
+ "x": -35.27,
3092
+ "y": -10.16
3093
+ },
3094
+ "height": 2,
3095
+ "layers": ["top", "inner1", "inner2", "bottom"],
3096
+ "connectedTo": [
3097
+ "pcb_plated_hole_82",
3098
+ "connectivity_net481",
3099
+ "source_port_125",
3100
+ "pcb_plated_hole_82",
3101
+ "pcb_port_125"
3102
+ ],
3103
+ "netIsAssignable": true,
3104
+ "offBoardConnectsTo": ["source_component_internal_connection_22"]
3105
+ },
3106
+ {
3107
+ "type": "oval",
3108
+ "width": 2,
3109
+ "center": {
3110
+ "x": -35.27,
3111
+ "y": -7.620000000000001
3112
+ },
3113
+ "height": 2,
3114
+ "layers": ["top", "inner1", "inner2", "bottom"],
3115
+ "connectedTo": [
3116
+ "pcb_plated_hole_83",
3117
+ "connectivity_net482",
3118
+ "source_port_126",
3119
+ "pcb_plated_hole_83",
3120
+ "pcb_port_126"
3121
+ ],
3122
+ "netIsAssignable": true,
3123
+ "offBoardConnectsTo": ["source_component_internal_connection_26"]
3124
+ },
3125
+ {
3126
+ "type": "oval",
3127
+ "width": 2,
3128
+ "center": {
3129
+ "x": -35.27,
3130
+ "y": -5.080000000000002
3131
+ },
3132
+ "height": 2,
3133
+ "layers": ["top", "inner1", "inner2", "bottom"],
3134
+ "connectedTo": [
3135
+ "pcb_plated_hole_84",
3136
+ "connectivity_net483",
3137
+ "source_port_127",
3138
+ "pcb_plated_hole_84",
3139
+ "pcb_port_127"
3140
+ ],
3141
+ "netIsAssignable": true,
3142
+ "offBoardConnectsTo": ["source_component_internal_connection_27"]
3143
+ },
3144
+ {
3145
+ "type": "oval",
3146
+ "width": 2,
3147
+ "center": {
3148
+ "x": -35.27,
3149
+ "y": -2.540000000000001
3150
+ },
3151
+ "height": 2,
3152
+ "layers": ["top", "inner1", "inner2", "bottom"],
3153
+ "connectedTo": [
3154
+ "pcb_plated_hole_85",
3155
+ "connectivity_net484",
3156
+ "source_port_128",
3157
+ "pcb_plated_hole_85",
3158
+ "pcb_port_128"
3159
+ ],
3160
+ "netIsAssignable": true,
3161
+ "offBoardConnectsTo": ["source_component_internal_connection_18"]
3162
+ },
3163
+ {
3164
+ "type": "oval",
3165
+ "width": 2,
3166
+ "center": {
3167
+ "x": -35.27,
3168
+ "y": 7.776507174585693e-17
3169
+ },
3170
+ "height": 2,
3171
+ "layers": ["top", "inner1", "inner2", "bottom"],
3172
+ "connectedTo": [
3173
+ "pcb_plated_hole_86",
3174
+ "connectivity_net485",
3175
+ "source_port_129",
3176
+ "pcb_plated_hole_86",
3177
+ "pcb_port_129"
3178
+ ],
3179
+ "netIsAssignable": true,
3180
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
3181
+ },
3182
+ {
3183
+ "type": "oval",
3184
+ "width": 2,
3185
+ "center": {
3186
+ "x": -35.27,
3187
+ "y": 2.539999999999999
3188
+ },
3189
+ "height": 2,
3190
+ "layers": ["top", "inner1", "inner2", "bottom"],
3191
+ "connectedTo": [
3192
+ "pcb_plated_hole_87",
3193
+ "connectivity_net486",
3194
+ "source_port_130",
3195
+ "pcb_plated_hole_87",
3196
+ "pcb_port_130"
3197
+ ],
3198
+ "netIsAssignable": true,
3199
+ "offBoardConnectsTo": ["source_component_internal_connection_25"]
3200
+ },
3201
+ {
3202
+ "type": "oval",
3203
+ "width": 2,
3204
+ "center": {
3205
+ "x": -35.27,
3206
+ "y": 5.079999999999998
3207
+ },
3208
+ "height": 2,
3209
+ "layers": ["top", "inner1", "inner2", "bottom"],
3210
+ "connectedTo": [
3211
+ "pcb_plated_hole_88",
3212
+ "connectivity_net487",
3213
+ "source_port_131",
3214
+ "pcb_plated_hole_88",
3215
+ "pcb_port_131"
3216
+ ],
3217
+ "netIsAssignable": true,
3218
+ "offBoardConnectsTo": ["source_component_internal_connection_23"]
3219
+ },
3220
+ {
3221
+ "type": "oval",
3222
+ "width": 2,
3223
+ "center": {
3224
+ "x": -35.269999999999996,
3225
+ "y": 7.619999999999997
3226
+ },
3227
+ "height": 2,
3228
+ "layers": ["top", "inner1", "inner2", "bottom"],
3229
+ "connectedTo": [
3230
+ "pcb_plated_hole_89",
3231
+ "connectivity_net488",
3232
+ "source_port_132",
3233
+ "pcb_plated_hole_89",
3234
+ "pcb_port_132"
3235
+ ],
3236
+ "netIsAssignable": true,
3237
+ "offBoardConnectsTo": ["source_component_internal_connection_18"]
3238
+ },
3239
+ {
3240
+ "type": "oval",
3241
+ "width": 2,
3242
+ "center": {
3243
+ "x": -35.269999999999996,
3244
+ "y": 10.16
3245
+ },
3246
+ "height": 2,
3247
+ "layers": ["top", "inner1", "inner2", "bottom"],
3248
+ "connectedTo": [
3249
+ "pcb_plated_hole_90",
3250
+ "connectivity_net489",
3251
+ "source_port_133",
3252
+ "pcb_plated_hole_90",
3253
+ "pcb_port_133"
3254
+ ],
3255
+ "netIsAssignable": true,
3256
+ "offBoardConnectsTo": ["source_component_internal_connection_28"]
3257
+ },
3258
+ {
3259
+ "type": "oval",
3260
+ "width": 2,
3261
+ "center": {
3262
+ "x": -35.269999999999996,
3263
+ "y": 12.7
3264
+ },
3265
+ "height": 2,
3266
+ "layers": ["top", "inner1", "inner2", "bottom"],
3267
+ "connectedTo": [
3268
+ "pcb_plated_hole_91",
3269
+ "connectivity_net490",
3270
+ "source_port_134",
3271
+ "pcb_plated_hole_91",
3272
+ "pcb_port_134"
3273
+ ],
3274
+ "netIsAssignable": true,
3275
+ "offBoardConnectsTo": ["source_component_internal_connection_20"]
3276
+ },
3277
+ {
3278
+ "type": "oval",
3279
+ "width": 2,
3280
+ "center": {
3281
+ "x": -35.269999999999996,
3282
+ "y": 15.240000000000002
3283
+ },
3284
+ "height": 2,
3285
+ "layers": ["top", "inner1", "inner2", "bottom"],
3286
+ "connectedTo": [
3287
+ "pcb_plated_hole_92",
3288
+ "connectivity_net491",
3289
+ "source_port_135",
3290
+ "pcb_plated_hole_92",
3291
+ "pcb_port_135"
3292
+ ],
3293
+ "netIsAssignable": true,
3294
+ "offBoardConnectsTo": ["source_component_internal_connection_29"]
3295
+ },
3296
+ {
3297
+ "type": "oval",
3298
+ "width": 2,
3299
+ "center": {
3300
+ "x": -35.269999999999996,
3301
+ "y": 17.78
3302
+ },
3303
+ "height": 2,
3304
+ "layers": ["top", "inner1", "inner2", "bottom"],
3305
+ "connectedTo": [
3306
+ "pcb_plated_hole_93",
3307
+ "connectivity_net492",
3308
+ "source_port_136",
3309
+ "pcb_plated_hole_93",
3310
+ "pcb_port_136"
3311
+ ],
3312
+ "netIsAssignable": true,
3313
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
3314
+ },
3315
+ {
3316
+ "type": "oval",
3317
+ "width": 2,
3318
+ "center": {
3319
+ "x": -32.730000000000004,
3320
+ "y": -17.78
3321
+ },
3322
+ "height": 2,
3323
+ "layers": ["top", "inner1", "inner2", "bottom"],
3324
+ "connectedTo": [
3325
+ "pcb_plated_hole_94",
3326
+ "connectivity_net493",
3327
+ "source_port_137",
3328
+ "pcb_plated_hole_94",
3329
+ "pcb_port_137"
3330
+ ],
3331
+ "netIsAssignable": true,
3332
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
3333
+ },
3334
+ {
3335
+ "type": "oval",
3336
+ "width": 2,
3337
+ "center": {
3338
+ "x": -32.730000000000004,
3339
+ "y": -15.240000000000002
3340
+ },
3341
+ "height": 2,
3342
+ "layers": ["top", "inner1", "inner2", "bottom"],
3343
+ "connectedTo": [
3344
+ "pcb_plated_hole_95",
3345
+ "connectivity_net494",
3346
+ "source_port_138",
3347
+ "pcb_plated_hole_95",
3348
+ "pcb_port_138"
3349
+ ],
3350
+ "netIsAssignable": true,
3351
+ "offBoardConnectsTo": ["source_component_internal_connection_19"]
3352
+ },
3353
+ {
3354
+ "type": "oval",
3355
+ "width": 2,
3356
+ "center": {
3357
+ "x": -32.730000000000004,
3358
+ "y": -12.700000000000001
3359
+ },
3360
+ "height": 2,
3361
+ "layers": ["top", "inner1", "inner2", "bottom"],
3362
+ "connectedTo": [
3363
+ "pcb_plated_hole_96",
3364
+ "connectivity_net495",
3365
+ "source_port_139",
3366
+ "pcb_plated_hole_96",
3367
+ "pcb_port_139"
3368
+ ],
3369
+ "netIsAssignable": true,
3370
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
3371
+ },
3372
+ {
3373
+ "type": "oval",
3374
+ "width": 2,
3375
+ "center": {
3376
+ "x": -32.730000000000004,
3377
+ "y": -10.16
3378
+ },
3379
+ "height": 2,
3380
+ "layers": ["top", "inner1", "inner2", "bottom"],
3381
+ "connectedTo": [
3382
+ "pcb_plated_hole_97",
3383
+ "connectivity_net496",
3384
+ "source_port_140",
3385
+ "pcb_plated_hole_97",
3386
+ "pcb_port_140"
3387
+ ],
3388
+ "netIsAssignable": true,
3389
+ "offBoardConnectsTo": ["source_component_internal_connection_27"]
3390
+ },
3391
+ {
3392
+ "type": "oval",
3393
+ "width": 2,
3394
+ "center": {
3395
+ "x": -32.730000000000004,
3396
+ "y": -7.620000000000001
3397
+ },
3398
+ "height": 2,
3399
+ "layers": ["top", "inner1", "inner2", "bottom"],
3400
+ "connectedTo": [
3401
+ "pcb_plated_hole_98",
3402
+ "connectivity_net497",
3403
+ "source_port_141",
3404
+ "pcb_plated_hole_98",
3405
+ "pcb_port_141"
3406
+ ],
3407
+ "netIsAssignable": true,
3408
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
3409
+ },
3410
+ {
3411
+ "type": "oval",
3412
+ "width": 2,
3413
+ "center": {
3414
+ "x": -32.73,
3415
+ "y": -5.080000000000002
3416
+ },
3417
+ "height": 2,
3418
+ "layers": ["top", "inner1", "inner2", "bottom"],
3419
+ "connectedTo": [
3420
+ "pcb_plated_hole_99",
3421
+ "connectivity_net498",
3422
+ "source_port_142",
3423
+ "pcb_plated_hole_99",
3424
+ "pcb_port_142"
3425
+ ],
3426
+ "netIsAssignable": true,
3427
+ "offBoardConnectsTo": ["source_component_internal_connection_20"]
3428
+ },
3429
+ {
3430
+ "type": "oval",
3431
+ "width": 2,
3432
+ "center": {
3433
+ "x": -32.73,
3434
+ "y": -2.540000000000001
3435
+ },
3436
+ "height": 2,
3437
+ "layers": ["top", "inner1", "inner2", "bottom"],
3438
+ "connectedTo": [
3439
+ "pcb_plated_hole_100",
3440
+ "connectivity_net499",
3441
+ "source_port_143",
3442
+ "pcb_plated_hole_100",
3443
+ "pcb_port_143"
3444
+ ],
3445
+ "netIsAssignable": true,
3446
+ "offBoardConnectsTo": ["source_component_internal_connection_24"]
3447
+ },
3448
+ {
3449
+ "type": "oval",
3450
+ "width": 2,
3451
+ "center": {
3452
+ "x": -32.73,
3453
+ "y": -7.776507174585693e-17
3454
+ },
3455
+ "height": 2,
3456
+ "layers": ["top", "inner1", "inner2", "bottom"],
3457
+ "connectedTo": [
3458
+ "pcb_plated_hole_101",
3459
+ "connectivity_net500",
3460
+ "source_port_144",
3461
+ "pcb_plated_hole_101",
3462
+ "pcb_port_144"
3463
+ ],
3464
+ "netIsAssignable": true,
3465
+ "offBoardConnectsTo": ["source_component_internal_connection_28"]
3466
+ },
3467
+ {
3468
+ "type": "oval",
3469
+ "width": 2,
3470
+ "center": {
3471
+ "x": -32.73,
3472
+ "y": 2.539999999999999
3473
+ },
3474
+ "height": 2,
3475
+ "layers": ["top", "inner1", "inner2", "bottom"],
3476
+ "connectedTo": [
3477
+ "pcb_plated_hole_102",
3478
+ "connectivity_net501",
3479
+ "source_port_145",
3480
+ "pcb_plated_hole_102",
3481
+ "pcb_port_145"
3482
+ ],
3483
+ "netIsAssignable": true,
3484
+ "offBoardConnectsTo": ["source_component_internal_connection_26"]
3485
+ },
3486
+ {
3487
+ "type": "oval",
3488
+ "width": 2,
3489
+ "center": {
3490
+ "x": -32.73,
3491
+ "y": 5.079999999999998
3492
+ },
3493
+ "height": 2,
3494
+ "layers": ["top", "inner1", "inner2", "bottom"],
3495
+ "connectedTo": [
3496
+ "pcb_plated_hole_103",
3497
+ "connectivity_net502",
3498
+ "source_port_146",
3499
+ "pcb_plated_hole_103",
3500
+ "pcb_port_146"
3501
+ ],
3502
+ "netIsAssignable": true,
3503
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
3504
+ },
3505
+ {
3506
+ "type": "oval",
3507
+ "width": 2,
3508
+ "center": {
3509
+ "x": -32.73,
3510
+ "y": 7.619999999999997
3511
+ },
3512
+ "height": 2,
3513
+ "layers": ["top", "inner1", "inner2", "bottom"],
3514
+ "connectedTo": [
3515
+ "pcb_plated_hole_104",
3516
+ "connectivity_net503",
3517
+ "source_port_147",
3518
+ "pcb_plated_hole_104",
3519
+ "pcb_port_147"
3520
+ ],
3521
+ "netIsAssignable": true,
3522
+ "offBoardConnectsTo": ["source_component_internal_connection_29"]
3523
+ },
3524
+ {
3525
+ "type": "oval",
3526
+ "width": 2,
3527
+ "center": {
3528
+ "x": -32.73,
3529
+ "y": 10.16
3530
+ },
3531
+ "height": 2,
3532
+ "layers": ["top", "inner1", "inner2", "bottom"],
3533
+ "connectedTo": [
3534
+ "pcb_plated_hole_105",
3535
+ "connectivity_net504",
3536
+ "source_port_148",
3537
+ "pcb_plated_hole_105",
3538
+ "pcb_port_148"
3539
+ ],
3540
+ "netIsAssignable": true,
3541
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
3542
+ },
3543
+ {
3544
+ "type": "oval",
3545
+ "width": 2,
3546
+ "center": {
3547
+ "x": -32.73,
3548
+ "y": 12.7
3549
+ },
3550
+ "height": 2,
3551
+ "layers": ["top", "inner1", "inner2", "bottom"],
3552
+ "connectedTo": [
3553
+ "pcb_plated_hole_106",
3554
+ "connectivity_net505",
3555
+ "source_port_149",
3556
+ "pcb_plated_hole_106",
3557
+ "pcb_port_149"
3558
+ ],
3559
+ "netIsAssignable": true,
3560
+ "offBoardConnectsTo": ["source_component_internal_connection_25"]
3561
+ },
3562
+ {
3563
+ "type": "oval",
3564
+ "width": 2,
3565
+ "center": {
3566
+ "x": -32.73,
3567
+ "y": 15.240000000000002
3568
+ },
3569
+ "height": 2,
3570
+ "layers": ["top", "inner1", "inner2", "bottom"],
3571
+ "connectedTo": [
3572
+ "pcb_plated_hole_107",
3573
+ "connectivity_net506",
3574
+ "source_port_150",
3575
+ "pcb_plated_hole_107",
3576
+ "pcb_port_150"
3577
+ ],
3578
+ "netIsAssignable": true,
3579
+ "offBoardConnectsTo": ["source_component_internal_connection_22"]
3580
+ },
3581
+ {
3582
+ "type": "oval",
3583
+ "width": 2,
3584
+ "center": {
3585
+ "x": -32.73,
3586
+ "y": 17.78
3587
+ },
3588
+ "height": 2,
3589
+ "layers": ["top", "inner1", "inner2", "bottom"],
3590
+ "connectedTo": [
3591
+ "pcb_plated_hole_108",
3592
+ "connectivity_net507",
3593
+ "source_port_151",
3594
+ "pcb_plated_hole_108",
3595
+ "pcb_port_151"
3596
+ ],
3597
+ "netIsAssignable": true,
3598
+ "offBoardConnectsTo": ["source_component_internal_connection_27"]
3599
+ },
3600
+ {
3601
+ "type": "oval",
3602
+ "width": 2,
3603
+ "center": {
3604
+ "x": -30.19,
3605
+ "y": -17.78
3606
+ },
3607
+ "height": 2,
3608
+ "layers": ["top", "inner1", "inner2", "bottom"],
3609
+ "connectedTo": [
3610
+ "pcb_plated_hole_109",
3611
+ "connectivity_net508",
3612
+ "source_port_152",
3613
+ "pcb_plated_hole_109",
3614
+ "pcb_port_152"
3615
+ ],
3616
+ "netIsAssignable": true,
3617
+ "offBoardConnectsTo": ["source_component_internal_connection_29"]
3618
+ },
3619
+ {
3620
+ "type": "oval",
3621
+ "width": 2,
3622
+ "center": {
3623
+ "x": -30.19,
3624
+ "y": -15.240000000000002
3625
+ },
3626
+ "height": 2,
3627
+ "layers": ["top", "inner1", "inner2", "bottom"],
3628
+ "connectedTo": [
3629
+ "pcb_plated_hole_110",
3630
+ "connectivity_net509",
3631
+ "source_port_153",
3632
+ "pcb_plated_hole_110",
3633
+ "pcb_port_153"
3634
+ ],
3635
+ "netIsAssignable": true,
3636
+ "offBoardConnectsTo": ["source_component_internal_connection_28"]
3637
+ },
3638
+ {
3639
+ "type": "oval",
3640
+ "width": 2,
3641
+ "center": {
3642
+ "x": -30.19,
3643
+ "y": -12.700000000000001
3644
+ },
3645
+ "height": 2,
3646
+ "layers": ["top", "inner1", "inner2", "bottom"],
3647
+ "connectedTo": [
3648
+ "pcb_plated_hole_111",
3649
+ "connectivity_net510",
3650
+ "source_port_154",
3651
+ "pcb_plated_hole_111",
3652
+ "pcb_port_154"
3653
+ ],
3654
+ "netIsAssignable": true,
3655
+ "offBoardConnectsTo": ["source_component_internal_connection_23"]
3656
+ },
3657
+ {
3658
+ "type": "oval",
3659
+ "width": 2,
3660
+ "center": {
3661
+ "x": -30.19,
3662
+ "y": -10.16
3663
+ },
3664
+ "height": 2,
3665
+ "layers": ["top", "inner1", "inner2", "bottom"],
3666
+ "connectedTo": [
3667
+ "pcb_plated_hole_112",
3668
+ "connectivity_net511",
3669
+ "source_port_155",
3670
+ "pcb_plated_hole_112",
3671
+ "pcb_port_155"
3672
+ ],
3673
+ "netIsAssignable": true,
3674
+ "offBoardConnectsTo": ["source_component_internal_connection_20"]
3675
+ },
3676
+ {
3677
+ "type": "oval",
3678
+ "width": 2,
3679
+ "center": {
3680
+ "x": -30.19,
3681
+ "y": -7.620000000000001
3682
+ },
3683
+ "height": 2,
3684
+ "layers": ["top", "inner1", "inner2", "bottom"],
3685
+ "connectedTo": [
3686
+ "pcb_plated_hole_113",
3687
+ "connectivity_net512",
3688
+ "source_port_156",
3689
+ "pcb_plated_hole_113",
3690
+ "pcb_port_156"
3691
+ ],
3692
+ "netIsAssignable": true,
3693
+ "offBoardConnectsTo": ["source_component_internal_connection_15"]
3694
+ },
3695
+ {
3696
+ "type": "oval",
3697
+ "width": 2,
3698
+ "center": {
3699
+ "x": -30.19,
3700
+ "y": -5.080000000000002
3701
+ },
3702
+ "height": 2,
3703
+ "layers": ["top", "inner1", "inner2", "bottom"],
3704
+ "connectedTo": [
3705
+ "pcb_plated_hole_114",
3706
+ "connectivity_net513",
3707
+ "source_port_157",
3708
+ "pcb_plated_hole_114",
3709
+ "pcb_port_157"
3710
+ ],
3711
+ "netIsAssignable": true,
3712
+ "offBoardConnectsTo": ["source_component_internal_connection_21"]
3713
+ },
3714
+ {
3715
+ "type": "oval",
3716
+ "width": 2,
3717
+ "center": {
3718
+ "x": -30.19,
3719
+ "y": -2.5400000000000014
3720
+ },
3721
+ "height": 2,
3722
+ "layers": ["top", "inner1", "inner2", "bottom"],
3723
+ "connectedTo": [
3724
+ "pcb_plated_hole_115",
3725
+ "connectivity_net514",
3726
+ "source_port_158",
3727
+ "pcb_plated_hole_115",
3728
+ "pcb_port_158"
3729
+ ],
3730
+ "netIsAssignable": true,
3731
+ "offBoardConnectsTo": ["source_component_internal_connection_22"]
3732
+ },
3733
+ {
3734
+ "type": "oval",
3735
+ "width": 2,
3736
+ "center": {
3737
+ "x": -30.19,
3738
+ "y": -2.3329521523757077e-16
3739
+ },
3740
+ "height": 2,
3741
+ "layers": ["top", "inner1", "inner2", "bottom"],
3742
+ "connectedTo": [
3743
+ "pcb_plated_hole_116",
3744
+ "connectivity_net515",
3745
+ "source_port_159",
3746
+ "pcb_plated_hole_116",
3747
+ "pcb_port_159"
3748
+ ],
3749
+ "netIsAssignable": true,
3750
+ "offBoardConnectsTo": ["source_component_internal_connection_17"]
3751
+ },
3752
+ {
3753
+ "type": "oval",
3754
+ "width": 2,
3755
+ "center": {
3756
+ "x": -30.19,
3757
+ "y": 2.5399999999999987
3758
+ },
3759
+ "height": 2,
3760
+ "layers": ["top", "inner1", "inner2", "bottom"],
3761
+ "connectedTo": [
3762
+ "pcb_plated_hole_117",
3763
+ "connectivity_net516",
3764
+ "source_port_160",
3765
+ "pcb_plated_hole_117",
3766
+ "pcb_port_160"
3767
+ ],
3768
+ "netIsAssignable": true,
3769
+ "offBoardConnectsTo": ["source_component_internal_connection_27"]
3770
+ },
3771
+ {
3772
+ "type": "oval",
3773
+ "width": 2,
3774
+ "center": {
3775
+ "x": -30.189999999999998,
3776
+ "y": 5.079999999999998
3777
+ },
3778
+ "height": 2,
3779
+ "layers": ["top", "inner1", "inner2", "bottom"],
3780
+ "connectedTo": [
3781
+ "pcb_plated_hole_118",
3782
+ "connectivity_net517",
3783
+ "source_port_161",
3784
+ "pcb_plated_hole_118",
3785
+ "pcb_port_161"
3786
+ ],
3787
+ "netIsAssignable": true,
3788
+ "offBoardConnectsTo": ["source_component_internal_connection_25"]
3789
+ },
3790
+ {
3791
+ "type": "oval",
3792
+ "width": 2,
3793
+ "center": {
3794
+ "x": -30.189999999999998,
3795
+ "y": 7.619999999999997
3796
+ },
3797
+ "height": 2,
3798
+ "layers": ["top", "inner1", "inner2", "bottom"],
3799
+ "connectedTo": [
3800
+ "pcb_plated_hole_119",
3801
+ "connectivity_net518",
3802
+ "source_port_162",
3803
+ "pcb_plated_hole_119",
3804
+ "pcb_port_162"
3805
+ ],
3806
+ "netIsAssignable": true,
3807
+ "offBoardConnectsTo": ["source_component_internal_connection_24"]
3808
+ },
3809
+ {
3810
+ "type": "oval",
3811
+ "width": 2,
3812
+ "center": {
3813
+ "x": -30.189999999999998,
3814
+ "y": 10.16
3815
+ },
3816
+ "height": 2,
3817
+ "layers": ["top", "inner1", "inner2", "bottom"],
3818
+ "connectedTo": [
3819
+ "pcb_plated_hole_120",
3820
+ "connectivity_net519",
3821
+ "source_port_163",
3822
+ "pcb_plated_hole_120",
3823
+ "pcb_port_163"
3824
+ ],
3825
+ "netIsAssignable": true,
3826
+ "offBoardConnectsTo": ["source_component_internal_connection_26"]
3827
+ },
3828
+ {
3829
+ "type": "oval",
3830
+ "width": 2,
3831
+ "center": {
3832
+ "x": -30.189999999999998,
3833
+ "y": 12.7
3834
+ },
3835
+ "height": 2,
3836
+ "layers": ["top", "inner1", "inner2", "bottom"],
3837
+ "connectedTo": [
3838
+ "pcb_plated_hole_121",
3839
+ "connectivity_net520",
3840
+ "source_port_164",
3841
+ "pcb_plated_hole_121",
3842
+ "pcb_port_164"
3843
+ ],
3844
+ "netIsAssignable": true,
3845
+ "offBoardConnectsTo": ["source_component_internal_connection_18"]
3846
+ },
3847
+ {
3848
+ "type": "oval",
3849
+ "width": 2,
3850
+ "center": {
3851
+ "x": -30.189999999999998,
3852
+ "y": 15.240000000000002
3853
+ },
3854
+ "height": 2,
3855
+ "layers": ["top", "inner1", "inner2", "bottom"],
3856
+ "connectedTo": [
3857
+ "pcb_plated_hole_122",
3858
+ "connectivity_net521",
3859
+ "source_port_165",
3860
+ "pcb_plated_hole_122",
3861
+ "pcb_port_165"
3862
+ ],
3863
+ "netIsAssignable": true,
3864
+ "offBoardConnectsTo": ["source_component_internal_connection_19"]
3865
+ },
3866
+ {
3867
+ "type": "oval",
3868
+ "width": 2,
3869
+ "center": {
3870
+ "x": -30.189999999999998,
3871
+ "y": 17.78
3872
+ },
3873
+ "height": 2,
3874
+ "layers": ["top", "inner1", "inner2", "bottom"],
3875
+ "connectedTo": [
3876
+ "pcb_plated_hole_123",
3877
+ "connectivity_net522",
3878
+ "source_port_166",
3879
+ "pcb_plated_hole_123",
3880
+ "pcb_port_166"
3881
+ ],
3882
+ "netIsAssignable": true,
3883
+ "offBoardConnectsTo": ["source_component_internal_connection_16"]
3884
+ },
3885
+ {
3886
+ "type": "rect",
3887
+ "width": 15.5,
3888
+ "center": {
3889
+ "x": -1.2246467991473532e-16,
3890
+ "y": -5
3891
+ },
3892
+ "height": 24,
3893
+ "layers": ["top", "inner1", "inner2", "bottom"],
3894
+ "connectedTo": []
3895
+ }
3896
+ ],
3897
+ "layerCount": 1,
3898
+ "connections": [
3899
+ {
3900
+ "name": "source_trace_4",
3901
+ "pointsToConnect": [
3902
+ {
3903
+ "x": 15.70003399999996,
3904
+ "y": 2.2500589999999647,
3905
+ "layer": "top",
3906
+ "pointId": "pcb_port_23",
3907
+ "pcb_port_id": "pcb_port_23"
3908
+ },
3909
+ {
3910
+ "x": 8.89,
3911
+ "y": 0.7799999999999994,
3912
+ "layer": "top",
3913
+ "pointId": "pcb_port_6",
3914
+ "pcb_port_id": "pcb_port_6"
3915
+ }
3916
+ ],
3917
+ "source_trace_id": "source_trace_4"
3918
+ },
3919
+ {
3920
+ "name": "source_trace_6",
3921
+ "pointsToConnect": [
3922
+ {
3923
+ "x": 15.70003399999996,
3924
+ "y": -7.749941000000035,
3925
+ "layer": "top",
3926
+ "pointId": "pcb_port_27",
3927
+ "pcb_port_id": "pcb_port_27"
3928
+ },
3929
+ {
3930
+ "x": 8.89,
3931
+ "y": -1.7600000000000016,
3932
+ "layer": "top",
3933
+ "pointId": "pcb_port_5",
3934
+ "pcb_port_id": "pcb_port_5"
3935
+ }
3936
+ ],
3937
+ "source_trace_id": "source_trace_6"
3938
+ },
3939
+ {
3940
+ "name": "source_trace_8",
3941
+ "pointsToConnect": [
3942
+ {
3943
+ "x": -15.700034000000073,
3944
+ "y": 2.2500589999999647,
3945
+ "layer": "top",
3946
+ "pointId": "pcb_port_32",
3947
+ "pcb_port_id": "pcb_port_32"
3948
+ },
3949
+ {
3950
+ "x": -8.889999999999999,
3951
+ "y": 3.320000000000002,
3952
+ "layer": "top",
3953
+ "pointId": "pcb_port_16",
3954
+ "pcb_port_id": "pcb_port_16"
3955
+ }
3956
+ ],
3957
+ "source_trace_id": "source_trace_8"
3958
+ },
3959
+ {
3960
+ "name": "source_trace_10",
3961
+ "pointsToConnect": [
3962
+ {
3963
+ "x": -15.700034000000073,
3964
+ "y": -7.749941000000035,
3965
+ "layer": "top",
3966
+ "pointId": "pcb_port_36",
3967
+ "pcb_port_id": "pcb_port_36"
3968
+ },
3969
+ {
3970
+ "x": -8.89,
3971
+ "y": -6.839999999999999,
3972
+ "layer": "top",
3973
+ "pointId": "pcb_port_12",
3974
+ "pcb_port_id": "pcb_port_12"
3975
+ }
3976
+ ],
3977
+ "source_trace_id": "source_trace_10"
3978
+ },
3979
+ {
3980
+ "name": "source_trace_12",
3981
+ "pointsToConnect": [
3982
+ {
3983
+ "x": -15.700034000000073,
3984
+ "y": 12.250058999999965,
3985
+ "layer": "top",
3986
+ "pointId": "pcb_port_40",
3987
+ "pcb_port_id": "pcb_port_40"
3988
+ },
3989
+ {
3990
+ "x": -8.89,
3991
+ "y": -4.299999999999999,
3992
+ "layer": "top",
3993
+ "pointId": "pcb_port_13",
3994
+ "pcb_port_id": "pcb_port_13"
3995
+ }
3996
+ ],
3997
+ "source_trace_id": "source_trace_12"
3998
+ },
3999
+ {
4000
+ "name": "source_net_0",
4001
+ "pointsToConnect": [
4002
+ {
4003
+ "x": 8.889999999999999,
4004
+ "y": -11.920000000000002,
4005
+ "layer": "top",
4006
+ "pointId": "pcb_port_1",
4007
+ "pcb_port_id": "pcb_port_1"
4008
+ },
4009
+ {
4010
+ "x": 3.81,
4011
+ "y": 14,
4012
+ "layer": "top",
4013
+ "pointId": "pcb_port_43",
4014
+ "pcb_port_id": "pcb_port_43"
4015
+ }
4016
+ ]
4017
+ },
4018
+ {
4019
+ "name": "source_net_1",
4020
+ "pointsToConnect": [
4021
+ {
4022
+ "x": 8.89,
4023
+ "y": -9.38,
4024
+ "layer": "top",
4025
+ "pointId": "pcb_port_2",
4026
+ "pcb_port_id": "pcb_port_2"
4027
+ },
4028
+ {
4029
+ "x": 15.70003399999996,
4030
+ "y": -2.2500590000000784,
4031
+ "layer": "top",
4032
+ "pointId": "pcb_port_25",
4033
+ "pcb_port_id": "pcb_port_25"
4034
+ },
4035
+ {
4036
+ "x": 15.70003399999996,
4037
+ "y": -12.250059000000078,
4038
+ "layer": "top",
4039
+ "pointId": "pcb_port_29",
4040
+ "pcb_port_id": "pcb_port_29"
4041
+ },
4042
+ {
4043
+ "x": -15.700034000000073,
4044
+ "y": -2.2500590000000784,
4045
+ "layer": "top",
4046
+ "pointId": "pcb_port_34",
4047
+ "pcb_port_id": "pcb_port_34"
4048
+ },
4049
+ {
4050
+ "x": -15.700034000000073,
4051
+ "y": -12.250059000000078,
4052
+ "layer": "top",
4053
+ "pointId": "pcb_port_38",
4054
+ "pcb_port_id": "pcb_port_38"
4055
+ },
4056
+ {
4057
+ "x": -15.700034000000073,
4058
+ "y": 7.749940999999922,
4059
+ "layer": "top",
4060
+ "pointId": "pcb_port_42",
4061
+ "pcb_port_id": "pcb_port_42"
4062
+ },
4063
+ {
4064
+ "x": 1.27,
4065
+ "y": 14,
4066
+ "layer": "top",
4067
+ "pointId": "pcb_port_44",
4068
+ "pcb_port_id": "pcb_port_44"
4069
+ }
4070
+ ]
4071
+ },
4072
+ {
4073
+ "name": "source_net_2",
4074
+ "pointsToConnect": [
4075
+ {
4076
+ "x": -8.890000000000002,
4077
+ "y": -14.459999999999999,
4078
+ "layer": "top",
4079
+ "pointId": "pcb_port_9",
4080
+ "pcb_port_id": "pcb_port_9"
4081
+ },
4082
+ {
4083
+ "x": -3.81,
4084
+ "y": 14,
4085
+ "layer": "top",
4086
+ "pointId": "pcb_port_46",
4087
+ "pcb_port_id": "pcb_port_46"
4088
+ }
4089
+ ]
4090
+ },
4091
+ {
4092
+ "name": "source_net_3",
4093
+ "pointsToConnect": [
4094
+ {
4095
+ "x": -8.890000000000002,
4096
+ "y": -11.919999999999998,
4097
+ "layer": "top",
4098
+ "pointId": "pcb_port_10",
4099
+ "pcb_port_id": "pcb_port_10"
4100
+ },
4101
+ {
4102
+ "x": -1.27,
4103
+ "y": 14,
4104
+ "layer": "top",
4105
+ "pointId": "pcb_port_45",
4106
+ "pcb_port_id": "pcb_port_45"
4107
+ }
4108
+ ]
4109
+ }
4110
+ ],
4111
+ "minTraceWidth": 0.15
4112
+ },
4113
+ "circuit_json": null,
4114
+ "subcircuit_id": null,
4115
+ "created_at": "2025-12-24T06:51:57.329Z"
4116
+ }