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