@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,2401 @@
1
+ {
2
+ "bounds": {
3
+ "minX": -19.78,
4
+ "maxX": 19.78,
5
+ "minY": -5.8100000000000005,
6
+ "maxY": 5.8100000000000005
7
+ },
8
+ "obstacles": [
9
+ {
10
+ "type": "rect",
11
+ "layers": ["top", "inner1", "inner2", "bottom"],
12
+ "center": {
13
+ "x": -17.78,
14
+ "y": 3.81
15
+ },
16
+ "width": 1.6,
17
+ "height": 1.6,
18
+ "connectedTo": [
19
+ "pcb_plated_hole_0",
20
+ "connectivity_net113",
21
+ "source_trace_49",
22
+ "source_port_49",
23
+ "source_trace_32",
24
+ "source_port_32",
25
+ "source_trace_29",
26
+ "source_port_29",
27
+ "source_trace_4",
28
+ "source_port_4",
29
+ "source_trace_0",
30
+ "source_port_0",
31
+ "source_net_0",
32
+ "pcb_plated_hole_0",
33
+ "pcb_port_0",
34
+ "pcb_plated_hole_4",
35
+ "pcb_port_4",
36
+ "pcb_plated_hole_29",
37
+ "pcb_port_29",
38
+ "pcb_plated_hole_32",
39
+ "pcb_port_32",
40
+ "pcb_plated_hole_49",
41
+ "pcb_port_49"
42
+ ]
43
+ },
44
+ {
45
+ "type": "oval",
46
+ "layers": ["top", "inner1", "inner2", "bottom"],
47
+ "center": {
48
+ "x": -15.240000000000002,
49
+ "y": 3.81
50
+ },
51
+ "width": 1.6,
52
+ "height": 1.6,
53
+ "connectedTo": [
54
+ "pcb_plated_hole_1",
55
+ "connectivity_net133",
56
+ "source_trace_59",
57
+ "source_port_59",
58
+ "source_trace_41",
59
+ "source_port_41",
60
+ "source_trace_9",
61
+ "source_port_9",
62
+ "source_trace_7",
63
+ "source_port_7",
64
+ "source_trace_1",
65
+ "source_port_1",
66
+ "source_net_1",
67
+ "pcb_plated_hole_1",
68
+ "pcb_port_1",
69
+ "pcb_plated_hole_7",
70
+ "pcb_port_7",
71
+ "pcb_plated_hole_9",
72
+ "pcb_port_9",
73
+ "pcb_plated_hole_41",
74
+ "pcb_port_41",
75
+ "pcb_plated_hole_59",
76
+ "pcb_port_59"
77
+ ]
78
+ },
79
+ {
80
+ "type": "oval",
81
+ "layers": ["top", "inner1", "inner2", "bottom"],
82
+ "center": {
83
+ "x": -12.700000000000001,
84
+ "y": 3.81
85
+ },
86
+ "width": 1.6,
87
+ "height": 1.6,
88
+ "connectedTo": [
89
+ "pcb_plated_hole_2",
90
+ "connectivity_net119",
91
+ "source_trace_52",
92
+ "source_port_52",
93
+ "source_trace_39",
94
+ "source_port_39",
95
+ "source_trace_22",
96
+ "source_port_22",
97
+ "source_trace_14",
98
+ "source_port_14",
99
+ "source_trace_2",
100
+ "source_port_2",
101
+ "source_net_2",
102
+ "pcb_plated_hole_2",
103
+ "pcb_port_2",
104
+ "pcb_plated_hole_14",
105
+ "pcb_port_14",
106
+ "pcb_plated_hole_22",
107
+ "pcb_port_22",
108
+ "pcb_plated_hole_39",
109
+ "pcb_port_39",
110
+ "pcb_plated_hole_52",
111
+ "pcb_port_52"
112
+ ]
113
+ },
114
+ {
115
+ "type": "oval",
116
+ "layers": ["top", "inner1", "inner2", "bottom"],
117
+ "center": {
118
+ "x": -10.16,
119
+ "y": 3.81
120
+ },
121
+ "width": 1.6,
122
+ "height": 1.6,
123
+ "connectedTo": [
124
+ "pcb_plated_hole_3",
125
+ "connectivity_net129",
126
+ "source_trace_57",
127
+ "source_port_57",
128
+ "source_trace_25",
129
+ "source_port_25",
130
+ "source_trace_21",
131
+ "source_port_21",
132
+ "source_trace_3",
133
+ "source_port_3",
134
+ "source_net_3",
135
+ "pcb_plated_hole_3",
136
+ "pcb_port_3",
137
+ "pcb_plated_hole_21",
138
+ "pcb_port_21",
139
+ "pcb_plated_hole_25",
140
+ "pcb_port_25",
141
+ "pcb_plated_hole_57",
142
+ "pcb_port_57"
143
+ ]
144
+ },
145
+ {
146
+ "type": "oval",
147
+ "layers": ["top", "inner1", "inner2", "bottom"],
148
+ "center": {
149
+ "x": -7.620000000000001,
150
+ "y": 3.81
151
+ },
152
+ "width": 1.6,
153
+ "height": 1.6,
154
+ "connectedTo": [
155
+ "pcb_plated_hole_4",
156
+ "connectivity_net113",
157
+ "source_trace_49",
158
+ "source_port_49",
159
+ "source_trace_32",
160
+ "source_port_32",
161
+ "source_trace_29",
162
+ "source_port_29",
163
+ "source_trace_4",
164
+ "source_port_4",
165
+ "source_trace_0",
166
+ "source_port_0",
167
+ "source_net_0",
168
+ "pcb_plated_hole_0",
169
+ "pcb_port_0",
170
+ "pcb_plated_hole_4",
171
+ "pcb_port_4",
172
+ "pcb_plated_hole_29",
173
+ "pcb_port_29",
174
+ "pcb_plated_hole_32",
175
+ "pcb_port_32",
176
+ "pcb_plated_hole_49",
177
+ "pcb_port_49"
178
+ ]
179
+ },
180
+ {
181
+ "type": "oval",
182
+ "layers": ["top", "inner1", "inner2", "bottom"],
183
+ "center": {
184
+ "x": -5.080000000000002,
185
+ "y": 3.81
186
+ },
187
+ "width": 1.6,
188
+ "height": 1.6,
189
+ "connectedTo": [
190
+ "pcb_plated_hole_5",
191
+ "connectivity_net131",
192
+ "source_trace_58",
193
+ "source_port_58",
194
+ "source_trace_31",
195
+ "source_port_31",
196
+ "source_trace_8",
197
+ "source_port_8",
198
+ "source_trace_5",
199
+ "source_port_5",
200
+ "source_net_4",
201
+ "pcb_plated_hole_5",
202
+ "pcb_port_5",
203
+ "pcb_plated_hole_8",
204
+ "pcb_port_8",
205
+ "pcb_plated_hole_31",
206
+ "pcb_port_31",
207
+ "pcb_plated_hole_58",
208
+ "pcb_port_58"
209
+ ]
210
+ },
211
+ {
212
+ "type": "oval",
213
+ "layers": ["top", "inner1", "inner2", "bottom"],
214
+ "center": {
215
+ "x": -2.540000000000001,
216
+ "y": 3.81
217
+ },
218
+ "width": 1.6,
219
+ "height": 1.6,
220
+ "connectedTo": [
221
+ "pcb_plated_hole_6",
222
+ "connectivity_net111",
223
+ "source_trace_48",
224
+ "source_port_48",
225
+ "source_trace_35",
226
+ "source_port_35",
227
+ "source_trace_27",
228
+ "source_port_27",
229
+ "source_trace_6",
230
+ "source_port_6",
231
+ "source_net_5",
232
+ "pcb_plated_hole_6",
233
+ "pcb_port_6",
234
+ "pcb_plated_hole_27",
235
+ "pcb_port_27",
236
+ "pcb_plated_hole_35",
237
+ "pcb_port_35",
238
+ "pcb_plated_hole_48",
239
+ "pcb_port_48"
240
+ ]
241
+ },
242
+ {
243
+ "type": "oval",
244
+ "layers": ["top", "inner1", "inner2", "bottom"],
245
+ "center": {
246
+ "x": 0,
247
+ "y": 3.81
248
+ },
249
+ "width": 1.6,
250
+ "height": 1.6,
251
+ "connectedTo": [
252
+ "pcb_plated_hole_7",
253
+ "connectivity_net133",
254
+ "source_trace_59",
255
+ "source_port_59",
256
+ "source_trace_41",
257
+ "source_port_41",
258
+ "source_trace_9",
259
+ "source_port_9",
260
+ "source_trace_7",
261
+ "source_port_7",
262
+ "source_trace_1",
263
+ "source_port_1",
264
+ "source_net_1",
265
+ "pcb_plated_hole_1",
266
+ "pcb_port_1",
267
+ "pcb_plated_hole_7",
268
+ "pcb_port_7",
269
+ "pcb_plated_hole_9",
270
+ "pcb_port_9",
271
+ "pcb_plated_hole_41",
272
+ "pcb_port_41",
273
+ "pcb_plated_hole_59",
274
+ "pcb_port_59"
275
+ ]
276
+ },
277
+ {
278
+ "type": "oval",
279
+ "layers": ["top", "inner1", "inner2", "bottom"],
280
+ "center": {
281
+ "x": 2.539999999999999,
282
+ "y": 3.81
283
+ },
284
+ "width": 1.6,
285
+ "height": 1.6,
286
+ "connectedTo": [
287
+ "pcb_plated_hole_8",
288
+ "connectivity_net131",
289
+ "source_trace_58",
290
+ "source_port_58",
291
+ "source_trace_31",
292
+ "source_port_31",
293
+ "source_trace_8",
294
+ "source_port_8",
295
+ "source_trace_5",
296
+ "source_port_5",
297
+ "source_net_4",
298
+ "pcb_plated_hole_5",
299
+ "pcb_port_5",
300
+ "pcb_plated_hole_8",
301
+ "pcb_port_8",
302
+ "pcb_plated_hole_31",
303
+ "pcb_port_31",
304
+ "pcb_plated_hole_58",
305
+ "pcb_port_58"
306
+ ]
307
+ },
308
+ {
309
+ "type": "oval",
310
+ "layers": ["top", "inner1", "inner2", "bottom"],
311
+ "center": {
312
+ "x": 5.079999999999998,
313
+ "y": 3.81
314
+ },
315
+ "width": 1.6,
316
+ "height": 1.6,
317
+ "connectedTo": [
318
+ "pcb_plated_hole_9",
319
+ "connectivity_net133",
320
+ "source_trace_59",
321
+ "source_port_59",
322
+ "source_trace_41",
323
+ "source_port_41",
324
+ "source_trace_9",
325
+ "source_port_9",
326
+ "source_trace_7",
327
+ "source_port_7",
328
+ "source_trace_1",
329
+ "source_port_1",
330
+ "source_net_1",
331
+ "pcb_plated_hole_1",
332
+ "pcb_port_1",
333
+ "pcb_plated_hole_7",
334
+ "pcb_port_7",
335
+ "pcb_plated_hole_9",
336
+ "pcb_port_9",
337
+ "pcb_plated_hole_41",
338
+ "pcb_port_41",
339
+ "pcb_plated_hole_59",
340
+ "pcb_port_59"
341
+ ]
342
+ },
343
+ {
344
+ "type": "oval",
345
+ "layers": ["top", "inner1", "inner2", "bottom"],
346
+ "center": {
347
+ "x": 7.619999999999997,
348
+ "y": 3.81
349
+ },
350
+ "width": 1.6,
351
+ "height": 1.6,
352
+ "connectedTo": [
353
+ "pcb_plated_hole_10",
354
+ "connectivity_net115",
355
+ "source_trace_50",
356
+ "source_port_50",
357
+ "source_trace_34",
358
+ "source_port_34",
359
+ "source_trace_30",
360
+ "source_port_30",
361
+ "source_trace_16",
362
+ "source_port_16",
363
+ "source_trace_10",
364
+ "source_port_10",
365
+ "source_net_6",
366
+ "pcb_plated_hole_10",
367
+ "pcb_port_10",
368
+ "pcb_plated_hole_16",
369
+ "pcb_port_16",
370
+ "pcb_plated_hole_30",
371
+ "pcb_port_30",
372
+ "pcb_plated_hole_34",
373
+ "pcb_port_34",
374
+ "pcb_plated_hole_50",
375
+ "pcb_port_50"
376
+ ]
377
+ },
378
+ {
379
+ "type": "oval",
380
+ "layers": ["top", "inner1", "inner2", "bottom"],
381
+ "center": {
382
+ "x": 10.16,
383
+ "y": 3.81
384
+ },
385
+ "width": 1.6,
386
+ "height": 1.6,
387
+ "connectedTo": [
388
+ "pcb_plated_hole_11",
389
+ "connectivity_net117",
390
+ "source_trace_51",
391
+ "source_port_51",
392
+ "source_trace_43",
393
+ "source_port_43",
394
+ "source_trace_18",
395
+ "source_port_18",
396
+ "source_trace_11",
397
+ "source_port_11",
398
+ "source_net_7",
399
+ "pcb_plated_hole_11",
400
+ "pcb_port_11",
401
+ "pcb_plated_hole_18",
402
+ "pcb_port_18",
403
+ "pcb_plated_hole_43",
404
+ "pcb_port_43",
405
+ "pcb_plated_hole_51",
406
+ "pcb_port_51"
407
+ ]
408
+ },
409
+ {
410
+ "type": "oval",
411
+ "layers": ["top", "inner1", "inner2", "bottom"],
412
+ "center": {
413
+ "x": 12.7,
414
+ "y": 3.81
415
+ },
416
+ "width": 1.6,
417
+ "height": 1.6,
418
+ "connectedTo": [
419
+ "pcb_plated_hole_12",
420
+ "connectivity_net109",
421
+ "source_trace_47",
422
+ "source_port_47",
423
+ "source_trace_24",
424
+ "source_port_24",
425
+ "source_trace_12",
426
+ "source_port_12",
427
+ "source_net_8",
428
+ "pcb_plated_hole_12",
429
+ "pcb_port_12",
430
+ "pcb_plated_hole_24",
431
+ "pcb_port_24",
432
+ "pcb_plated_hole_47",
433
+ "pcb_port_47"
434
+ ]
435
+ },
436
+ {
437
+ "type": "oval",
438
+ "layers": ["top", "inner1", "inner2", "bottom"],
439
+ "center": {
440
+ "x": 15.240000000000002,
441
+ "y": 3.81
442
+ },
443
+ "width": 1.6,
444
+ "height": 1.6,
445
+ "connectedTo": [
446
+ "pcb_plated_hole_13",
447
+ "connectivity_net125",
448
+ "source_trace_55",
449
+ "source_port_55",
450
+ "source_trace_36",
451
+ "source_port_36",
452
+ "source_trace_15",
453
+ "source_port_15",
454
+ "source_trace_13",
455
+ "source_port_13",
456
+ "source_net_9",
457
+ "pcb_plated_hole_13",
458
+ "pcb_port_13",
459
+ "pcb_plated_hole_15",
460
+ "pcb_port_15",
461
+ "pcb_plated_hole_36",
462
+ "pcb_port_36",
463
+ "pcb_plated_hole_55",
464
+ "pcb_port_55"
465
+ ]
466
+ },
467
+ {
468
+ "type": "oval",
469
+ "layers": ["top", "inner1", "inner2", "bottom"],
470
+ "center": {
471
+ "x": 17.78,
472
+ "y": 3.81
473
+ },
474
+ "width": 1.6,
475
+ "height": 1.6,
476
+ "connectedTo": [
477
+ "pcb_plated_hole_14",
478
+ "connectivity_net119",
479
+ "source_trace_52",
480
+ "source_port_52",
481
+ "source_trace_39",
482
+ "source_port_39",
483
+ "source_trace_22",
484
+ "source_port_22",
485
+ "source_trace_14",
486
+ "source_port_14",
487
+ "source_trace_2",
488
+ "source_port_2",
489
+ "source_net_2",
490
+ "pcb_plated_hole_2",
491
+ "pcb_port_2",
492
+ "pcb_plated_hole_14",
493
+ "pcb_port_14",
494
+ "pcb_plated_hole_22",
495
+ "pcb_port_22",
496
+ "pcb_plated_hole_39",
497
+ "pcb_port_39",
498
+ "pcb_plated_hole_52",
499
+ "pcb_port_52"
500
+ ]
501
+ },
502
+ {
503
+ "type": "oval",
504
+ "layers": ["top", "inner1", "inner2", "bottom"],
505
+ "center": {
506
+ "x": -17.78,
507
+ "y": 1.27
508
+ },
509
+ "width": 1.6,
510
+ "height": 1.6,
511
+ "connectedTo": [
512
+ "pcb_plated_hole_15",
513
+ "connectivity_net125",
514
+ "source_trace_55",
515
+ "source_port_55",
516
+ "source_trace_36",
517
+ "source_port_36",
518
+ "source_trace_15",
519
+ "source_port_15",
520
+ "source_trace_13",
521
+ "source_port_13",
522
+ "source_net_9",
523
+ "pcb_plated_hole_13",
524
+ "pcb_port_13",
525
+ "pcb_plated_hole_15",
526
+ "pcb_port_15",
527
+ "pcb_plated_hole_36",
528
+ "pcb_port_36",
529
+ "pcb_plated_hole_55",
530
+ "pcb_port_55"
531
+ ]
532
+ },
533
+ {
534
+ "type": "oval",
535
+ "layers": ["top", "inner1", "inner2", "bottom"],
536
+ "center": {
537
+ "x": -15.240000000000002,
538
+ "y": 1.27
539
+ },
540
+ "width": 1.6,
541
+ "height": 1.6,
542
+ "connectedTo": [
543
+ "pcb_plated_hole_16",
544
+ "connectivity_net115",
545
+ "source_trace_50",
546
+ "source_port_50",
547
+ "source_trace_34",
548
+ "source_port_34",
549
+ "source_trace_30",
550
+ "source_port_30",
551
+ "source_trace_16",
552
+ "source_port_16",
553
+ "source_trace_10",
554
+ "source_port_10",
555
+ "source_net_6",
556
+ "pcb_plated_hole_10",
557
+ "pcb_port_10",
558
+ "pcb_plated_hole_16",
559
+ "pcb_port_16",
560
+ "pcb_plated_hole_30",
561
+ "pcb_port_30",
562
+ "pcb_plated_hole_34",
563
+ "pcb_port_34",
564
+ "pcb_plated_hole_50",
565
+ "pcb_port_50"
566
+ ]
567
+ },
568
+ {
569
+ "type": "oval",
570
+ "layers": ["top", "inner1", "inner2", "bottom"],
571
+ "center": {
572
+ "x": -12.700000000000001,
573
+ "y": 1.27
574
+ },
575
+ "width": 1.6,
576
+ "height": 1.6,
577
+ "connectedTo": [
578
+ "pcb_plated_hole_17",
579
+ "connectivity_net123",
580
+ "source_trace_54",
581
+ "source_port_54",
582
+ "source_trace_42",
583
+ "source_port_42",
584
+ "source_trace_23",
585
+ "source_port_23",
586
+ "source_trace_17",
587
+ "source_port_17",
588
+ "source_net_10",
589
+ "pcb_plated_hole_17",
590
+ "pcb_port_17",
591
+ "pcb_plated_hole_23",
592
+ "pcb_port_23",
593
+ "pcb_plated_hole_42",
594
+ "pcb_port_42",
595
+ "pcb_plated_hole_54",
596
+ "pcb_port_54"
597
+ ]
598
+ },
599
+ {
600
+ "type": "oval",
601
+ "layers": ["top", "inner1", "inner2", "bottom"],
602
+ "center": {
603
+ "x": -10.16,
604
+ "y": 1.27
605
+ },
606
+ "width": 1.6,
607
+ "height": 1.6,
608
+ "connectedTo": [
609
+ "pcb_plated_hole_18",
610
+ "connectivity_net117",
611
+ "source_trace_51",
612
+ "source_port_51",
613
+ "source_trace_43",
614
+ "source_port_43",
615
+ "source_trace_18",
616
+ "source_port_18",
617
+ "source_trace_11",
618
+ "source_port_11",
619
+ "source_net_7",
620
+ "pcb_plated_hole_11",
621
+ "pcb_port_11",
622
+ "pcb_plated_hole_18",
623
+ "pcb_port_18",
624
+ "pcb_plated_hole_43",
625
+ "pcb_port_43",
626
+ "pcb_plated_hole_51",
627
+ "pcb_port_51"
628
+ ]
629
+ },
630
+ {
631
+ "type": "oval",
632
+ "layers": ["top", "inner1", "inner2", "bottom"],
633
+ "center": {
634
+ "x": -7.620000000000001,
635
+ "y": 1.27
636
+ },
637
+ "width": 1.6,
638
+ "height": 1.6,
639
+ "connectedTo": [
640
+ "pcb_plated_hole_19",
641
+ "connectivity_net127",
642
+ "source_trace_56",
643
+ "source_port_56",
644
+ "source_trace_38",
645
+ "source_port_38",
646
+ "source_trace_19",
647
+ "source_port_19",
648
+ "source_net_11",
649
+ "pcb_plated_hole_19",
650
+ "pcb_port_19",
651
+ "pcb_plated_hole_38",
652
+ "pcb_port_38",
653
+ "pcb_plated_hole_56",
654
+ "pcb_port_56"
655
+ ]
656
+ },
657
+ {
658
+ "type": "oval",
659
+ "layers": ["top", "inner1", "inner2", "bottom"],
660
+ "center": {
661
+ "x": -5.080000000000002,
662
+ "y": 1.27
663
+ },
664
+ "width": 1.6,
665
+ "height": 1.6,
666
+ "connectedTo": [
667
+ "pcb_plated_hole_20",
668
+ "connectivity_net121",
669
+ "source_trace_53",
670
+ "source_port_53",
671
+ "source_trace_44",
672
+ "source_port_44",
673
+ "source_trace_33",
674
+ "source_port_33",
675
+ "source_trace_20",
676
+ "source_port_20",
677
+ "source_net_12",
678
+ "pcb_plated_hole_20",
679
+ "pcb_port_20",
680
+ "pcb_plated_hole_33",
681
+ "pcb_port_33",
682
+ "pcb_plated_hole_44",
683
+ "pcb_port_44",
684
+ "pcb_plated_hole_53",
685
+ "pcb_port_53"
686
+ ]
687
+ },
688
+ {
689
+ "type": "oval",
690
+ "layers": ["top", "inner1", "inner2", "bottom"],
691
+ "center": {
692
+ "x": -2.540000000000001,
693
+ "y": 1.27
694
+ },
695
+ "width": 1.6,
696
+ "height": 1.6,
697
+ "connectedTo": [
698
+ "pcb_plated_hole_21",
699
+ "connectivity_net129",
700
+ "source_trace_57",
701
+ "source_port_57",
702
+ "source_trace_25",
703
+ "source_port_25",
704
+ "source_trace_21",
705
+ "source_port_21",
706
+ "source_trace_3",
707
+ "source_port_3",
708
+ "source_net_3",
709
+ "pcb_plated_hole_3",
710
+ "pcb_port_3",
711
+ "pcb_plated_hole_21",
712
+ "pcb_port_21",
713
+ "pcb_plated_hole_25",
714
+ "pcb_port_25",
715
+ "pcb_plated_hole_57",
716
+ "pcb_port_57"
717
+ ]
718
+ },
719
+ {
720
+ "type": "oval",
721
+ "layers": ["top", "inner1", "inner2", "bottom"],
722
+ "center": {
723
+ "x": 0,
724
+ "y": 1.27
725
+ },
726
+ "width": 1.6,
727
+ "height": 1.6,
728
+ "connectedTo": [
729
+ "pcb_plated_hole_22",
730
+ "connectivity_net119",
731
+ "source_trace_52",
732
+ "source_port_52",
733
+ "source_trace_39",
734
+ "source_port_39",
735
+ "source_trace_22",
736
+ "source_port_22",
737
+ "source_trace_14",
738
+ "source_port_14",
739
+ "source_trace_2",
740
+ "source_port_2",
741
+ "source_net_2",
742
+ "pcb_plated_hole_2",
743
+ "pcb_port_2",
744
+ "pcb_plated_hole_14",
745
+ "pcb_port_14",
746
+ "pcb_plated_hole_22",
747
+ "pcb_port_22",
748
+ "pcb_plated_hole_39",
749
+ "pcb_port_39",
750
+ "pcb_plated_hole_52",
751
+ "pcb_port_52"
752
+ ]
753
+ },
754
+ {
755
+ "type": "oval",
756
+ "layers": ["top", "inner1", "inner2", "bottom"],
757
+ "center": {
758
+ "x": 2.539999999999999,
759
+ "y": 1.27
760
+ },
761
+ "width": 1.6,
762
+ "height": 1.6,
763
+ "connectedTo": [
764
+ "pcb_plated_hole_23",
765
+ "connectivity_net123",
766
+ "source_trace_54",
767
+ "source_port_54",
768
+ "source_trace_42",
769
+ "source_port_42",
770
+ "source_trace_23",
771
+ "source_port_23",
772
+ "source_trace_17",
773
+ "source_port_17",
774
+ "source_net_10",
775
+ "pcb_plated_hole_17",
776
+ "pcb_port_17",
777
+ "pcb_plated_hole_23",
778
+ "pcb_port_23",
779
+ "pcb_plated_hole_42",
780
+ "pcb_port_42",
781
+ "pcb_plated_hole_54",
782
+ "pcb_port_54"
783
+ ]
784
+ },
785
+ {
786
+ "type": "oval",
787
+ "layers": ["top", "inner1", "inner2", "bottom"],
788
+ "center": {
789
+ "x": 5.079999999999998,
790
+ "y": 1.27
791
+ },
792
+ "width": 1.6,
793
+ "height": 1.6,
794
+ "connectedTo": [
795
+ "pcb_plated_hole_24",
796
+ "connectivity_net109",
797
+ "source_trace_47",
798
+ "source_port_47",
799
+ "source_trace_24",
800
+ "source_port_24",
801
+ "source_trace_12",
802
+ "source_port_12",
803
+ "source_net_8",
804
+ "pcb_plated_hole_12",
805
+ "pcb_port_12",
806
+ "pcb_plated_hole_24",
807
+ "pcb_port_24",
808
+ "pcb_plated_hole_47",
809
+ "pcb_port_47"
810
+ ]
811
+ },
812
+ {
813
+ "type": "oval",
814
+ "layers": ["top", "inner1", "inner2", "bottom"],
815
+ "center": {
816
+ "x": 7.619999999999997,
817
+ "y": 1.27
818
+ },
819
+ "width": 1.6,
820
+ "height": 1.6,
821
+ "connectedTo": [
822
+ "pcb_plated_hole_25",
823
+ "connectivity_net129",
824
+ "source_trace_57",
825
+ "source_port_57",
826
+ "source_trace_25",
827
+ "source_port_25",
828
+ "source_trace_21",
829
+ "source_port_21",
830
+ "source_trace_3",
831
+ "source_port_3",
832
+ "source_net_3",
833
+ "pcb_plated_hole_3",
834
+ "pcb_port_3",
835
+ "pcb_plated_hole_21",
836
+ "pcb_port_21",
837
+ "pcb_plated_hole_25",
838
+ "pcb_port_25",
839
+ "pcb_plated_hole_57",
840
+ "pcb_port_57"
841
+ ]
842
+ },
843
+ {
844
+ "type": "oval",
845
+ "layers": ["top", "inner1", "inner2", "bottom"],
846
+ "center": {
847
+ "x": 10.16,
848
+ "y": 1.27
849
+ },
850
+ "width": 1.6,
851
+ "height": 1.6,
852
+ "connectedTo": [
853
+ "pcb_plated_hole_26",
854
+ "connectivity_net107",
855
+ "source_trace_46",
856
+ "source_port_46",
857
+ "source_trace_37",
858
+ "source_port_37",
859
+ "source_trace_26",
860
+ "source_port_26",
861
+ "source_net_13",
862
+ "pcb_plated_hole_26",
863
+ "pcb_port_26",
864
+ "pcb_plated_hole_37",
865
+ "pcb_port_37",
866
+ "pcb_plated_hole_46",
867
+ "pcb_port_46"
868
+ ]
869
+ },
870
+ {
871
+ "type": "oval",
872
+ "layers": ["top", "inner1", "inner2", "bottom"],
873
+ "center": {
874
+ "x": 12.7,
875
+ "y": 1.27
876
+ },
877
+ "width": 1.6,
878
+ "height": 1.6,
879
+ "connectedTo": [
880
+ "pcb_plated_hole_27",
881
+ "connectivity_net111",
882
+ "source_trace_48",
883
+ "source_port_48",
884
+ "source_trace_35",
885
+ "source_port_35",
886
+ "source_trace_27",
887
+ "source_port_27",
888
+ "source_trace_6",
889
+ "source_port_6",
890
+ "source_net_5",
891
+ "pcb_plated_hole_6",
892
+ "pcb_port_6",
893
+ "pcb_plated_hole_27",
894
+ "pcb_port_27",
895
+ "pcb_plated_hole_35",
896
+ "pcb_port_35",
897
+ "pcb_plated_hole_48",
898
+ "pcb_port_48"
899
+ ]
900
+ },
901
+ {
902
+ "type": "oval",
903
+ "layers": ["top", "inner1", "inner2", "bottom"],
904
+ "center": {
905
+ "x": 15.240000000000002,
906
+ "y": 1.27
907
+ },
908
+ "width": 1.6,
909
+ "height": 1.6,
910
+ "connectedTo": [
911
+ "pcb_plated_hole_28",
912
+ "connectivity_net105",
913
+ "source_trace_45",
914
+ "source_port_45",
915
+ "source_trace_40",
916
+ "source_port_40",
917
+ "source_trace_28",
918
+ "source_port_28",
919
+ "source_net_14",
920
+ "pcb_plated_hole_28",
921
+ "pcb_port_28",
922
+ "pcb_plated_hole_40",
923
+ "pcb_port_40",
924
+ "pcb_plated_hole_45",
925
+ "pcb_port_45"
926
+ ]
927
+ },
928
+ {
929
+ "type": "oval",
930
+ "layers": ["top", "inner1", "inner2", "bottom"],
931
+ "center": {
932
+ "x": 17.78,
933
+ "y": 1.27
934
+ },
935
+ "width": 1.6,
936
+ "height": 1.6,
937
+ "connectedTo": [
938
+ "pcb_plated_hole_29",
939
+ "connectivity_net113",
940
+ "source_trace_49",
941
+ "source_port_49",
942
+ "source_trace_32",
943
+ "source_port_32",
944
+ "source_trace_29",
945
+ "source_port_29",
946
+ "source_trace_4",
947
+ "source_port_4",
948
+ "source_trace_0",
949
+ "source_port_0",
950
+ "source_net_0",
951
+ "pcb_plated_hole_0",
952
+ "pcb_port_0",
953
+ "pcb_plated_hole_4",
954
+ "pcb_port_4",
955
+ "pcb_plated_hole_29",
956
+ "pcb_port_29",
957
+ "pcb_plated_hole_32",
958
+ "pcb_port_32",
959
+ "pcb_plated_hole_49",
960
+ "pcb_port_49"
961
+ ]
962
+ },
963
+ {
964
+ "type": "oval",
965
+ "layers": ["top", "inner1", "inner2", "bottom"],
966
+ "center": {
967
+ "x": -17.78,
968
+ "y": -1.27
969
+ },
970
+ "width": 1.6,
971
+ "height": 1.6,
972
+ "connectedTo": [
973
+ "pcb_plated_hole_30",
974
+ "connectivity_net115",
975
+ "source_trace_50",
976
+ "source_port_50",
977
+ "source_trace_34",
978
+ "source_port_34",
979
+ "source_trace_30",
980
+ "source_port_30",
981
+ "source_trace_16",
982
+ "source_port_16",
983
+ "source_trace_10",
984
+ "source_port_10",
985
+ "source_net_6",
986
+ "pcb_plated_hole_10",
987
+ "pcb_port_10",
988
+ "pcb_plated_hole_16",
989
+ "pcb_port_16",
990
+ "pcb_plated_hole_30",
991
+ "pcb_port_30",
992
+ "pcb_plated_hole_34",
993
+ "pcb_port_34",
994
+ "pcb_plated_hole_50",
995
+ "pcb_port_50"
996
+ ]
997
+ },
998
+ {
999
+ "type": "oval",
1000
+ "layers": ["top", "inner1", "inner2", "bottom"],
1001
+ "center": {
1002
+ "x": -15.240000000000002,
1003
+ "y": -1.27
1004
+ },
1005
+ "width": 1.6,
1006
+ "height": 1.6,
1007
+ "connectedTo": [
1008
+ "pcb_plated_hole_31",
1009
+ "connectivity_net131",
1010
+ "source_trace_58",
1011
+ "source_port_58",
1012
+ "source_trace_31",
1013
+ "source_port_31",
1014
+ "source_trace_8",
1015
+ "source_port_8",
1016
+ "source_trace_5",
1017
+ "source_port_5",
1018
+ "source_net_4",
1019
+ "pcb_plated_hole_5",
1020
+ "pcb_port_5",
1021
+ "pcb_plated_hole_8",
1022
+ "pcb_port_8",
1023
+ "pcb_plated_hole_31",
1024
+ "pcb_port_31",
1025
+ "pcb_plated_hole_58",
1026
+ "pcb_port_58"
1027
+ ]
1028
+ },
1029
+ {
1030
+ "type": "oval",
1031
+ "layers": ["top", "inner1", "inner2", "bottom"],
1032
+ "center": {
1033
+ "x": -12.700000000000001,
1034
+ "y": -1.27
1035
+ },
1036
+ "width": 1.6,
1037
+ "height": 1.6,
1038
+ "connectedTo": [
1039
+ "pcb_plated_hole_32",
1040
+ "connectivity_net113",
1041
+ "source_trace_49",
1042
+ "source_port_49",
1043
+ "source_trace_32",
1044
+ "source_port_32",
1045
+ "source_trace_29",
1046
+ "source_port_29",
1047
+ "source_trace_4",
1048
+ "source_port_4",
1049
+ "source_trace_0",
1050
+ "source_port_0",
1051
+ "source_net_0",
1052
+ "pcb_plated_hole_0",
1053
+ "pcb_port_0",
1054
+ "pcb_plated_hole_4",
1055
+ "pcb_port_4",
1056
+ "pcb_plated_hole_29",
1057
+ "pcb_port_29",
1058
+ "pcb_plated_hole_32",
1059
+ "pcb_port_32",
1060
+ "pcb_plated_hole_49",
1061
+ "pcb_port_49"
1062
+ ]
1063
+ },
1064
+ {
1065
+ "type": "oval",
1066
+ "layers": ["top", "inner1", "inner2", "bottom"],
1067
+ "center": {
1068
+ "x": -10.16,
1069
+ "y": -1.27
1070
+ },
1071
+ "width": 1.6,
1072
+ "height": 1.6,
1073
+ "connectedTo": [
1074
+ "pcb_plated_hole_33",
1075
+ "connectivity_net121",
1076
+ "source_trace_53",
1077
+ "source_port_53",
1078
+ "source_trace_44",
1079
+ "source_port_44",
1080
+ "source_trace_33",
1081
+ "source_port_33",
1082
+ "source_trace_20",
1083
+ "source_port_20",
1084
+ "source_net_12",
1085
+ "pcb_plated_hole_20",
1086
+ "pcb_port_20",
1087
+ "pcb_plated_hole_33",
1088
+ "pcb_port_33",
1089
+ "pcb_plated_hole_44",
1090
+ "pcb_port_44",
1091
+ "pcb_plated_hole_53",
1092
+ "pcb_port_53"
1093
+ ]
1094
+ },
1095
+ {
1096
+ "type": "oval",
1097
+ "layers": ["top", "inner1", "inner2", "bottom"],
1098
+ "center": {
1099
+ "x": -7.620000000000001,
1100
+ "y": -1.27
1101
+ },
1102
+ "width": 1.6,
1103
+ "height": 1.6,
1104
+ "connectedTo": [
1105
+ "pcb_plated_hole_34",
1106
+ "connectivity_net115",
1107
+ "source_trace_50",
1108
+ "source_port_50",
1109
+ "source_trace_34",
1110
+ "source_port_34",
1111
+ "source_trace_30",
1112
+ "source_port_30",
1113
+ "source_trace_16",
1114
+ "source_port_16",
1115
+ "source_trace_10",
1116
+ "source_port_10",
1117
+ "source_net_6",
1118
+ "pcb_plated_hole_10",
1119
+ "pcb_port_10",
1120
+ "pcb_plated_hole_16",
1121
+ "pcb_port_16",
1122
+ "pcb_plated_hole_30",
1123
+ "pcb_port_30",
1124
+ "pcb_plated_hole_34",
1125
+ "pcb_port_34",
1126
+ "pcb_plated_hole_50",
1127
+ "pcb_port_50"
1128
+ ]
1129
+ },
1130
+ {
1131
+ "type": "oval",
1132
+ "layers": ["top", "inner1", "inner2", "bottom"],
1133
+ "center": {
1134
+ "x": -5.080000000000002,
1135
+ "y": -1.27
1136
+ },
1137
+ "width": 1.6,
1138
+ "height": 1.6,
1139
+ "connectedTo": [
1140
+ "pcb_plated_hole_35",
1141
+ "connectivity_net111",
1142
+ "source_trace_48",
1143
+ "source_port_48",
1144
+ "source_trace_35",
1145
+ "source_port_35",
1146
+ "source_trace_27",
1147
+ "source_port_27",
1148
+ "source_trace_6",
1149
+ "source_port_6",
1150
+ "source_net_5",
1151
+ "pcb_plated_hole_6",
1152
+ "pcb_port_6",
1153
+ "pcb_plated_hole_27",
1154
+ "pcb_port_27",
1155
+ "pcb_plated_hole_35",
1156
+ "pcb_port_35",
1157
+ "pcb_plated_hole_48",
1158
+ "pcb_port_48"
1159
+ ]
1160
+ },
1161
+ {
1162
+ "type": "oval",
1163
+ "layers": ["top", "inner1", "inner2", "bottom"],
1164
+ "center": {
1165
+ "x": -2.540000000000001,
1166
+ "y": -1.27
1167
+ },
1168
+ "width": 1.6,
1169
+ "height": 1.6,
1170
+ "connectedTo": [
1171
+ "pcb_plated_hole_36",
1172
+ "connectivity_net125",
1173
+ "source_trace_55",
1174
+ "source_port_55",
1175
+ "source_trace_36",
1176
+ "source_port_36",
1177
+ "source_trace_15",
1178
+ "source_port_15",
1179
+ "source_trace_13",
1180
+ "source_port_13",
1181
+ "source_net_9",
1182
+ "pcb_plated_hole_13",
1183
+ "pcb_port_13",
1184
+ "pcb_plated_hole_15",
1185
+ "pcb_port_15",
1186
+ "pcb_plated_hole_36",
1187
+ "pcb_port_36",
1188
+ "pcb_plated_hole_55",
1189
+ "pcb_port_55"
1190
+ ]
1191
+ },
1192
+ {
1193
+ "type": "oval",
1194
+ "layers": ["top", "inner1", "inner2", "bottom"],
1195
+ "center": {
1196
+ "x": 0,
1197
+ "y": -1.27
1198
+ },
1199
+ "width": 1.6,
1200
+ "height": 1.6,
1201
+ "connectedTo": [
1202
+ "pcb_plated_hole_37",
1203
+ "connectivity_net107",
1204
+ "source_trace_46",
1205
+ "source_port_46",
1206
+ "source_trace_37",
1207
+ "source_port_37",
1208
+ "source_trace_26",
1209
+ "source_port_26",
1210
+ "source_net_13",
1211
+ "pcb_plated_hole_26",
1212
+ "pcb_port_26",
1213
+ "pcb_plated_hole_37",
1214
+ "pcb_port_37",
1215
+ "pcb_plated_hole_46",
1216
+ "pcb_port_46"
1217
+ ]
1218
+ },
1219
+ {
1220
+ "type": "oval",
1221
+ "layers": ["top", "inner1", "inner2", "bottom"],
1222
+ "center": {
1223
+ "x": 2.539999999999999,
1224
+ "y": -1.27
1225
+ },
1226
+ "width": 1.6,
1227
+ "height": 1.6,
1228
+ "connectedTo": [
1229
+ "pcb_plated_hole_38",
1230
+ "connectivity_net127",
1231
+ "source_trace_56",
1232
+ "source_port_56",
1233
+ "source_trace_38",
1234
+ "source_port_38",
1235
+ "source_trace_19",
1236
+ "source_port_19",
1237
+ "source_net_11",
1238
+ "pcb_plated_hole_19",
1239
+ "pcb_port_19",
1240
+ "pcb_plated_hole_38",
1241
+ "pcb_port_38",
1242
+ "pcb_plated_hole_56",
1243
+ "pcb_port_56"
1244
+ ]
1245
+ },
1246
+ {
1247
+ "type": "oval",
1248
+ "layers": ["top", "inner1", "inner2", "bottom"],
1249
+ "center": {
1250
+ "x": 5.079999999999998,
1251
+ "y": -1.27
1252
+ },
1253
+ "width": 1.6,
1254
+ "height": 1.6,
1255
+ "connectedTo": [
1256
+ "pcb_plated_hole_39",
1257
+ "connectivity_net119",
1258
+ "source_trace_52",
1259
+ "source_port_52",
1260
+ "source_trace_39",
1261
+ "source_port_39",
1262
+ "source_trace_22",
1263
+ "source_port_22",
1264
+ "source_trace_14",
1265
+ "source_port_14",
1266
+ "source_trace_2",
1267
+ "source_port_2",
1268
+ "source_net_2",
1269
+ "pcb_plated_hole_2",
1270
+ "pcb_port_2",
1271
+ "pcb_plated_hole_14",
1272
+ "pcb_port_14",
1273
+ "pcb_plated_hole_22",
1274
+ "pcb_port_22",
1275
+ "pcb_plated_hole_39",
1276
+ "pcb_port_39",
1277
+ "pcb_plated_hole_52",
1278
+ "pcb_port_52"
1279
+ ]
1280
+ },
1281
+ {
1282
+ "type": "oval",
1283
+ "layers": ["top", "inner1", "inner2", "bottom"],
1284
+ "center": {
1285
+ "x": 7.619999999999997,
1286
+ "y": -1.27
1287
+ },
1288
+ "width": 1.6,
1289
+ "height": 1.6,
1290
+ "connectedTo": [
1291
+ "pcb_plated_hole_40",
1292
+ "connectivity_net105",
1293
+ "source_trace_45",
1294
+ "source_port_45",
1295
+ "source_trace_40",
1296
+ "source_port_40",
1297
+ "source_trace_28",
1298
+ "source_port_28",
1299
+ "source_net_14",
1300
+ "pcb_plated_hole_28",
1301
+ "pcb_port_28",
1302
+ "pcb_plated_hole_40",
1303
+ "pcb_port_40",
1304
+ "pcb_plated_hole_45",
1305
+ "pcb_port_45"
1306
+ ]
1307
+ },
1308
+ {
1309
+ "type": "oval",
1310
+ "layers": ["top", "inner1", "inner2", "bottom"],
1311
+ "center": {
1312
+ "x": 10.16,
1313
+ "y": -1.27
1314
+ },
1315
+ "width": 1.6,
1316
+ "height": 1.6,
1317
+ "connectedTo": [
1318
+ "pcb_plated_hole_41",
1319
+ "connectivity_net133",
1320
+ "source_trace_59",
1321
+ "source_port_59",
1322
+ "source_trace_41",
1323
+ "source_port_41",
1324
+ "source_trace_9",
1325
+ "source_port_9",
1326
+ "source_trace_7",
1327
+ "source_port_7",
1328
+ "source_trace_1",
1329
+ "source_port_1",
1330
+ "source_net_1",
1331
+ "pcb_plated_hole_1",
1332
+ "pcb_port_1",
1333
+ "pcb_plated_hole_7",
1334
+ "pcb_port_7",
1335
+ "pcb_plated_hole_9",
1336
+ "pcb_port_9",
1337
+ "pcb_plated_hole_41",
1338
+ "pcb_port_41",
1339
+ "pcb_plated_hole_59",
1340
+ "pcb_port_59"
1341
+ ]
1342
+ },
1343
+ {
1344
+ "type": "oval",
1345
+ "layers": ["top", "inner1", "inner2", "bottom"],
1346
+ "center": {
1347
+ "x": 12.7,
1348
+ "y": -1.27
1349
+ },
1350
+ "width": 1.6,
1351
+ "height": 1.6,
1352
+ "connectedTo": [
1353
+ "pcb_plated_hole_42",
1354
+ "connectivity_net123",
1355
+ "source_trace_54",
1356
+ "source_port_54",
1357
+ "source_trace_42",
1358
+ "source_port_42",
1359
+ "source_trace_23",
1360
+ "source_port_23",
1361
+ "source_trace_17",
1362
+ "source_port_17",
1363
+ "source_net_10",
1364
+ "pcb_plated_hole_17",
1365
+ "pcb_port_17",
1366
+ "pcb_plated_hole_23",
1367
+ "pcb_port_23",
1368
+ "pcb_plated_hole_42",
1369
+ "pcb_port_42",
1370
+ "pcb_plated_hole_54",
1371
+ "pcb_port_54"
1372
+ ]
1373
+ },
1374
+ {
1375
+ "type": "oval",
1376
+ "layers": ["top", "inner1", "inner2", "bottom"],
1377
+ "center": {
1378
+ "x": 15.240000000000002,
1379
+ "y": -1.27
1380
+ },
1381
+ "width": 1.6,
1382
+ "height": 1.6,
1383
+ "connectedTo": [
1384
+ "pcb_plated_hole_43",
1385
+ "connectivity_net117",
1386
+ "source_trace_51",
1387
+ "source_port_51",
1388
+ "source_trace_43",
1389
+ "source_port_43",
1390
+ "source_trace_18",
1391
+ "source_port_18",
1392
+ "source_trace_11",
1393
+ "source_port_11",
1394
+ "source_net_7",
1395
+ "pcb_plated_hole_11",
1396
+ "pcb_port_11",
1397
+ "pcb_plated_hole_18",
1398
+ "pcb_port_18",
1399
+ "pcb_plated_hole_43",
1400
+ "pcb_port_43",
1401
+ "pcb_plated_hole_51",
1402
+ "pcb_port_51"
1403
+ ]
1404
+ },
1405
+ {
1406
+ "type": "oval",
1407
+ "layers": ["top", "inner1", "inner2", "bottom"],
1408
+ "center": {
1409
+ "x": 17.78,
1410
+ "y": -1.27
1411
+ },
1412
+ "width": 1.6,
1413
+ "height": 1.6,
1414
+ "connectedTo": [
1415
+ "pcb_plated_hole_44",
1416
+ "connectivity_net121",
1417
+ "source_trace_53",
1418
+ "source_port_53",
1419
+ "source_trace_44",
1420
+ "source_port_44",
1421
+ "source_trace_33",
1422
+ "source_port_33",
1423
+ "source_trace_20",
1424
+ "source_port_20",
1425
+ "source_net_12",
1426
+ "pcb_plated_hole_20",
1427
+ "pcb_port_20",
1428
+ "pcb_plated_hole_33",
1429
+ "pcb_port_33",
1430
+ "pcb_plated_hole_44",
1431
+ "pcb_port_44",
1432
+ "pcb_plated_hole_53",
1433
+ "pcb_port_53"
1434
+ ]
1435
+ },
1436
+ {
1437
+ "type": "oval",
1438
+ "layers": ["top", "inner1", "inner2", "bottom"],
1439
+ "center": {
1440
+ "x": -17.78,
1441
+ "y": -3.81
1442
+ },
1443
+ "width": 1.6,
1444
+ "height": 1.6,
1445
+ "connectedTo": [
1446
+ "pcb_plated_hole_45",
1447
+ "connectivity_net105",
1448
+ "source_trace_45",
1449
+ "source_port_45",
1450
+ "source_trace_40",
1451
+ "source_port_40",
1452
+ "source_trace_28",
1453
+ "source_port_28",
1454
+ "source_net_14",
1455
+ "pcb_plated_hole_28",
1456
+ "pcb_port_28",
1457
+ "pcb_plated_hole_40",
1458
+ "pcb_port_40",
1459
+ "pcb_plated_hole_45",
1460
+ "pcb_port_45"
1461
+ ]
1462
+ },
1463
+ {
1464
+ "type": "oval",
1465
+ "layers": ["top", "inner1", "inner2", "bottom"],
1466
+ "center": {
1467
+ "x": -15.240000000000002,
1468
+ "y": -3.81
1469
+ },
1470
+ "width": 1.6,
1471
+ "height": 1.6,
1472
+ "connectedTo": [
1473
+ "pcb_plated_hole_46",
1474
+ "connectivity_net107",
1475
+ "source_trace_46",
1476
+ "source_port_46",
1477
+ "source_trace_37",
1478
+ "source_port_37",
1479
+ "source_trace_26",
1480
+ "source_port_26",
1481
+ "source_net_13",
1482
+ "pcb_plated_hole_26",
1483
+ "pcb_port_26",
1484
+ "pcb_plated_hole_37",
1485
+ "pcb_port_37",
1486
+ "pcb_plated_hole_46",
1487
+ "pcb_port_46"
1488
+ ]
1489
+ },
1490
+ {
1491
+ "type": "oval",
1492
+ "layers": ["top", "inner1", "inner2", "bottom"],
1493
+ "center": {
1494
+ "x": -12.700000000000001,
1495
+ "y": -3.81
1496
+ },
1497
+ "width": 1.6,
1498
+ "height": 1.6,
1499
+ "connectedTo": [
1500
+ "pcb_plated_hole_47",
1501
+ "connectivity_net109",
1502
+ "source_trace_47",
1503
+ "source_port_47",
1504
+ "source_trace_24",
1505
+ "source_port_24",
1506
+ "source_trace_12",
1507
+ "source_port_12",
1508
+ "source_net_8",
1509
+ "pcb_plated_hole_12",
1510
+ "pcb_port_12",
1511
+ "pcb_plated_hole_24",
1512
+ "pcb_port_24",
1513
+ "pcb_plated_hole_47",
1514
+ "pcb_port_47"
1515
+ ]
1516
+ },
1517
+ {
1518
+ "type": "oval",
1519
+ "layers": ["top", "inner1", "inner2", "bottom"],
1520
+ "center": {
1521
+ "x": -10.16,
1522
+ "y": -3.81
1523
+ },
1524
+ "width": 1.6,
1525
+ "height": 1.6,
1526
+ "connectedTo": [
1527
+ "pcb_plated_hole_48",
1528
+ "connectivity_net111",
1529
+ "source_trace_48",
1530
+ "source_port_48",
1531
+ "source_trace_35",
1532
+ "source_port_35",
1533
+ "source_trace_27",
1534
+ "source_port_27",
1535
+ "source_trace_6",
1536
+ "source_port_6",
1537
+ "source_net_5",
1538
+ "pcb_plated_hole_6",
1539
+ "pcb_port_6",
1540
+ "pcb_plated_hole_27",
1541
+ "pcb_port_27",
1542
+ "pcb_plated_hole_35",
1543
+ "pcb_port_35",
1544
+ "pcb_plated_hole_48",
1545
+ "pcb_port_48"
1546
+ ]
1547
+ },
1548
+ {
1549
+ "type": "oval",
1550
+ "layers": ["top", "inner1", "inner2", "bottom"],
1551
+ "center": {
1552
+ "x": -7.620000000000001,
1553
+ "y": -3.81
1554
+ },
1555
+ "width": 1.6,
1556
+ "height": 1.6,
1557
+ "connectedTo": [
1558
+ "pcb_plated_hole_49",
1559
+ "connectivity_net113",
1560
+ "source_trace_49",
1561
+ "source_port_49",
1562
+ "source_trace_32",
1563
+ "source_port_32",
1564
+ "source_trace_29",
1565
+ "source_port_29",
1566
+ "source_trace_4",
1567
+ "source_port_4",
1568
+ "source_trace_0",
1569
+ "source_port_0",
1570
+ "source_net_0",
1571
+ "pcb_plated_hole_0",
1572
+ "pcb_port_0",
1573
+ "pcb_plated_hole_4",
1574
+ "pcb_port_4",
1575
+ "pcb_plated_hole_29",
1576
+ "pcb_port_29",
1577
+ "pcb_plated_hole_32",
1578
+ "pcb_port_32",
1579
+ "pcb_plated_hole_49",
1580
+ "pcb_port_49"
1581
+ ]
1582
+ },
1583
+ {
1584
+ "type": "oval",
1585
+ "layers": ["top", "inner1", "inner2", "bottom"],
1586
+ "center": {
1587
+ "x": -5.080000000000002,
1588
+ "y": -3.81
1589
+ },
1590
+ "width": 1.6,
1591
+ "height": 1.6,
1592
+ "connectedTo": [
1593
+ "pcb_plated_hole_50",
1594
+ "connectivity_net115",
1595
+ "source_trace_50",
1596
+ "source_port_50",
1597
+ "source_trace_34",
1598
+ "source_port_34",
1599
+ "source_trace_30",
1600
+ "source_port_30",
1601
+ "source_trace_16",
1602
+ "source_port_16",
1603
+ "source_trace_10",
1604
+ "source_port_10",
1605
+ "source_net_6",
1606
+ "pcb_plated_hole_10",
1607
+ "pcb_port_10",
1608
+ "pcb_plated_hole_16",
1609
+ "pcb_port_16",
1610
+ "pcb_plated_hole_30",
1611
+ "pcb_port_30",
1612
+ "pcb_plated_hole_34",
1613
+ "pcb_port_34",
1614
+ "pcb_plated_hole_50",
1615
+ "pcb_port_50"
1616
+ ]
1617
+ },
1618
+ {
1619
+ "type": "oval",
1620
+ "layers": ["top", "inner1", "inner2", "bottom"],
1621
+ "center": {
1622
+ "x": -2.540000000000001,
1623
+ "y": -3.81
1624
+ },
1625
+ "width": 1.6,
1626
+ "height": 1.6,
1627
+ "connectedTo": [
1628
+ "pcb_plated_hole_51",
1629
+ "connectivity_net117",
1630
+ "source_trace_51",
1631
+ "source_port_51",
1632
+ "source_trace_43",
1633
+ "source_port_43",
1634
+ "source_trace_18",
1635
+ "source_port_18",
1636
+ "source_trace_11",
1637
+ "source_port_11",
1638
+ "source_net_7",
1639
+ "pcb_plated_hole_11",
1640
+ "pcb_port_11",
1641
+ "pcb_plated_hole_18",
1642
+ "pcb_port_18",
1643
+ "pcb_plated_hole_43",
1644
+ "pcb_port_43",
1645
+ "pcb_plated_hole_51",
1646
+ "pcb_port_51"
1647
+ ]
1648
+ },
1649
+ {
1650
+ "type": "oval",
1651
+ "layers": ["top", "inner1", "inner2", "bottom"],
1652
+ "center": {
1653
+ "x": 0,
1654
+ "y": -3.81
1655
+ },
1656
+ "width": 1.6,
1657
+ "height": 1.6,
1658
+ "connectedTo": [
1659
+ "pcb_plated_hole_52",
1660
+ "connectivity_net119",
1661
+ "source_trace_52",
1662
+ "source_port_52",
1663
+ "source_trace_39",
1664
+ "source_port_39",
1665
+ "source_trace_22",
1666
+ "source_port_22",
1667
+ "source_trace_14",
1668
+ "source_port_14",
1669
+ "source_trace_2",
1670
+ "source_port_2",
1671
+ "source_net_2",
1672
+ "pcb_plated_hole_2",
1673
+ "pcb_port_2",
1674
+ "pcb_plated_hole_14",
1675
+ "pcb_port_14",
1676
+ "pcb_plated_hole_22",
1677
+ "pcb_port_22",
1678
+ "pcb_plated_hole_39",
1679
+ "pcb_port_39",
1680
+ "pcb_plated_hole_52",
1681
+ "pcb_port_52"
1682
+ ]
1683
+ },
1684
+ {
1685
+ "type": "oval",
1686
+ "layers": ["top", "inner1", "inner2", "bottom"],
1687
+ "center": {
1688
+ "x": 2.539999999999999,
1689
+ "y": -3.81
1690
+ },
1691
+ "width": 1.6,
1692
+ "height": 1.6,
1693
+ "connectedTo": [
1694
+ "pcb_plated_hole_53",
1695
+ "connectivity_net121",
1696
+ "source_trace_53",
1697
+ "source_port_53",
1698
+ "source_trace_44",
1699
+ "source_port_44",
1700
+ "source_trace_33",
1701
+ "source_port_33",
1702
+ "source_trace_20",
1703
+ "source_port_20",
1704
+ "source_net_12",
1705
+ "pcb_plated_hole_20",
1706
+ "pcb_port_20",
1707
+ "pcb_plated_hole_33",
1708
+ "pcb_port_33",
1709
+ "pcb_plated_hole_44",
1710
+ "pcb_port_44",
1711
+ "pcb_plated_hole_53",
1712
+ "pcb_port_53"
1713
+ ]
1714
+ },
1715
+ {
1716
+ "type": "oval",
1717
+ "layers": ["top", "inner1", "inner2", "bottom"],
1718
+ "center": {
1719
+ "x": 5.079999999999998,
1720
+ "y": -3.81
1721
+ },
1722
+ "width": 1.6,
1723
+ "height": 1.6,
1724
+ "connectedTo": [
1725
+ "pcb_plated_hole_54",
1726
+ "connectivity_net123",
1727
+ "source_trace_54",
1728
+ "source_port_54",
1729
+ "source_trace_42",
1730
+ "source_port_42",
1731
+ "source_trace_23",
1732
+ "source_port_23",
1733
+ "source_trace_17",
1734
+ "source_port_17",
1735
+ "source_net_10",
1736
+ "pcb_plated_hole_17",
1737
+ "pcb_port_17",
1738
+ "pcb_plated_hole_23",
1739
+ "pcb_port_23",
1740
+ "pcb_plated_hole_42",
1741
+ "pcb_port_42",
1742
+ "pcb_plated_hole_54",
1743
+ "pcb_port_54"
1744
+ ]
1745
+ },
1746
+ {
1747
+ "type": "oval",
1748
+ "layers": ["top", "inner1", "inner2", "bottom"],
1749
+ "center": {
1750
+ "x": 7.619999999999997,
1751
+ "y": -3.81
1752
+ },
1753
+ "width": 1.6,
1754
+ "height": 1.6,
1755
+ "connectedTo": [
1756
+ "pcb_plated_hole_55",
1757
+ "connectivity_net125",
1758
+ "source_trace_55",
1759
+ "source_port_55",
1760
+ "source_trace_36",
1761
+ "source_port_36",
1762
+ "source_trace_15",
1763
+ "source_port_15",
1764
+ "source_trace_13",
1765
+ "source_port_13",
1766
+ "source_net_9",
1767
+ "pcb_plated_hole_13",
1768
+ "pcb_port_13",
1769
+ "pcb_plated_hole_15",
1770
+ "pcb_port_15",
1771
+ "pcb_plated_hole_36",
1772
+ "pcb_port_36",
1773
+ "pcb_plated_hole_55",
1774
+ "pcb_port_55"
1775
+ ]
1776
+ },
1777
+ {
1778
+ "type": "oval",
1779
+ "layers": ["top", "inner1", "inner2", "bottom"],
1780
+ "center": {
1781
+ "x": 10.16,
1782
+ "y": -3.81
1783
+ },
1784
+ "width": 1.6,
1785
+ "height": 1.6,
1786
+ "connectedTo": [
1787
+ "pcb_plated_hole_56",
1788
+ "connectivity_net127",
1789
+ "source_trace_56",
1790
+ "source_port_56",
1791
+ "source_trace_38",
1792
+ "source_port_38",
1793
+ "source_trace_19",
1794
+ "source_port_19",
1795
+ "source_net_11",
1796
+ "pcb_plated_hole_19",
1797
+ "pcb_port_19",
1798
+ "pcb_plated_hole_38",
1799
+ "pcb_port_38",
1800
+ "pcb_plated_hole_56",
1801
+ "pcb_port_56"
1802
+ ]
1803
+ },
1804
+ {
1805
+ "type": "oval",
1806
+ "layers": ["top", "inner1", "inner2", "bottom"],
1807
+ "center": {
1808
+ "x": 12.7,
1809
+ "y": -3.81
1810
+ },
1811
+ "width": 1.6,
1812
+ "height": 1.6,
1813
+ "connectedTo": [
1814
+ "pcb_plated_hole_57",
1815
+ "connectivity_net129",
1816
+ "source_trace_57",
1817
+ "source_port_57",
1818
+ "source_trace_25",
1819
+ "source_port_25",
1820
+ "source_trace_21",
1821
+ "source_port_21",
1822
+ "source_trace_3",
1823
+ "source_port_3",
1824
+ "source_net_3",
1825
+ "pcb_plated_hole_3",
1826
+ "pcb_port_3",
1827
+ "pcb_plated_hole_21",
1828
+ "pcb_port_21",
1829
+ "pcb_plated_hole_25",
1830
+ "pcb_port_25",
1831
+ "pcb_plated_hole_57",
1832
+ "pcb_port_57"
1833
+ ]
1834
+ },
1835
+ {
1836
+ "type": "oval",
1837
+ "layers": ["top", "inner1", "inner2", "bottom"],
1838
+ "center": {
1839
+ "x": 15.240000000000002,
1840
+ "y": -3.81
1841
+ },
1842
+ "width": 1.6,
1843
+ "height": 1.6,
1844
+ "connectedTo": [
1845
+ "pcb_plated_hole_58",
1846
+ "connectivity_net131",
1847
+ "source_trace_58",
1848
+ "source_port_58",
1849
+ "source_trace_31",
1850
+ "source_port_31",
1851
+ "source_trace_8",
1852
+ "source_port_8",
1853
+ "source_trace_5",
1854
+ "source_port_5",
1855
+ "source_net_4",
1856
+ "pcb_plated_hole_5",
1857
+ "pcb_port_5",
1858
+ "pcb_plated_hole_8",
1859
+ "pcb_port_8",
1860
+ "pcb_plated_hole_31",
1861
+ "pcb_port_31",
1862
+ "pcb_plated_hole_58",
1863
+ "pcb_port_58"
1864
+ ]
1865
+ },
1866
+ {
1867
+ "type": "oval",
1868
+ "layers": ["top", "inner1", "inner2", "bottom"],
1869
+ "center": {
1870
+ "x": 17.78,
1871
+ "y": -3.81
1872
+ },
1873
+ "width": 1.6,
1874
+ "height": 1.6,
1875
+ "connectedTo": [
1876
+ "pcb_plated_hole_59",
1877
+ "connectivity_net133",
1878
+ "source_trace_59",
1879
+ "source_port_59",
1880
+ "source_trace_41",
1881
+ "source_port_41",
1882
+ "source_trace_9",
1883
+ "source_port_9",
1884
+ "source_trace_7",
1885
+ "source_port_7",
1886
+ "source_trace_1",
1887
+ "source_port_1",
1888
+ "source_net_1",
1889
+ "pcb_plated_hole_1",
1890
+ "pcb_port_1",
1891
+ "pcb_plated_hole_7",
1892
+ "pcb_port_7",
1893
+ "pcb_plated_hole_9",
1894
+ "pcb_port_9",
1895
+ "pcb_plated_hole_41",
1896
+ "pcb_port_41",
1897
+ "pcb_plated_hole_59",
1898
+ "pcb_port_59"
1899
+ ]
1900
+ }
1901
+ ],
1902
+ "connections": [
1903
+ {
1904
+ "name": "source_net_0",
1905
+ "pointsToConnect": [
1906
+ {
1907
+ "x": -17.78,
1908
+ "y": 3.81,
1909
+ "layer": "top",
1910
+ "pointId": "pcb_port_0",
1911
+ "pcb_port_id": "pcb_port_0"
1912
+ },
1913
+ {
1914
+ "x": -7.620000000000001,
1915
+ "y": 3.81,
1916
+ "layer": "top",
1917
+ "pointId": "pcb_port_4",
1918
+ "pcb_port_id": "pcb_port_4"
1919
+ },
1920
+ {
1921
+ "x": 17.78,
1922
+ "y": 1.27,
1923
+ "layer": "top",
1924
+ "pointId": "pcb_port_29",
1925
+ "pcb_port_id": "pcb_port_29"
1926
+ },
1927
+ {
1928
+ "x": -12.700000000000001,
1929
+ "y": -1.27,
1930
+ "layer": "top",
1931
+ "pointId": "pcb_port_32",
1932
+ "pcb_port_id": "pcb_port_32"
1933
+ },
1934
+ {
1935
+ "x": -7.620000000000001,
1936
+ "y": -3.81,
1937
+ "layer": "top",
1938
+ "pointId": "pcb_port_49",
1939
+ "pcb_port_id": "pcb_port_49"
1940
+ }
1941
+ ]
1942
+ },
1943
+ {
1944
+ "name": "source_net_1",
1945
+ "pointsToConnect": [
1946
+ {
1947
+ "x": -15.240000000000002,
1948
+ "y": 3.81,
1949
+ "layer": "top",
1950
+ "pointId": "pcb_port_1",
1951
+ "pcb_port_id": "pcb_port_1"
1952
+ },
1953
+ {
1954
+ "x": 0,
1955
+ "y": 3.81,
1956
+ "layer": "top",
1957
+ "pointId": "pcb_port_7",
1958
+ "pcb_port_id": "pcb_port_7"
1959
+ },
1960
+ {
1961
+ "x": 5.079999999999998,
1962
+ "y": 3.81,
1963
+ "layer": "top",
1964
+ "pointId": "pcb_port_9",
1965
+ "pcb_port_id": "pcb_port_9"
1966
+ },
1967
+ {
1968
+ "x": 10.16,
1969
+ "y": -1.27,
1970
+ "layer": "top",
1971
+ "pointId": "pcb_port_41",
1972
+ "pcb_port_id": "pcb_port_41"
1973
+ },
1974
+ {
1975
+ "x": 17.78,
1976
+ "y": -3.81,
1977
+ "layer": "top",
1978
+ "pointId": "pcb_port_59",
1979
+ "pcb_port_id": "pcb_port_59"
1980
+ }
1981
+ ]
1982
+ },
1983
+ {
1984
+ "name": "source_net_2",
1985
+ "pointsToConnect": [
1986
+ {
1987
+ "x": -12.700000000000001,
1988
+ "y": 3.81,
1989
+ "layer": "top",
1990
+ "pointId": "pcb_port_2",
1991
+ "pcb_port_id": "pcb_port_2"
1992
+ },
1993
+ {
1994
+ "x": 17.78,
1995
+ "y": 3.81,
1996
+ "layer": "top",
1997
+ "pointId": "pcb_port_14",
1998
+ "pcb_port_id": "pcb_port_14"
1999
+ },
2000
+ {
2001
+ "x": 0,
2002
+ "y": 1.27,
2003
+ "layer": "top",
2004
+ "pointId": "pcb_port_22",
2005
+ "pcb_port_id": "pcb_port_22"
2006
+ },
2007
+ {
2008
+ "x": 5.079999999999998,
2009
+ "y": -1.27,
2010
+ "layer": "top",
2011
+ "pointId": "pcb_port_39",
2012
+ "pcb_port_id": "pcb_port_39"
2013
+ },
2014
+ {
2015
+ "x": 0,
2016
+ "y": -3.81,
2017
+ "layer": "top",
2018
+ "pointId": "pcb_port_52",
2019
+ "pcb_port_id": "pcb_port_52"
2020
+ }
2021
+ ]
2022
+ },
2023
+ {
2024
+ "name": "source_net_3",
2025
+ "pointsToConnect": [
2026
+ {
2027
+ "x": -10.16,
2028
+ "y": 3.81,
2029
+ "layer": "top",
2030
+ "pointId": "pcb_port_3",
2031
+ "pcb_port_id": "pcb_port_3"
2032
+ },
2033
+ {
2034
+ "x": -2.540000000000001,
2035
+ "y": 1.27,
2036
+ "layer": "top",
2037
+ "pointId": "pcb_port_21",
2038
+ "pcb_port_id": "pcb_port_21"
2039
+ },
2040
+ {
2041
+ "x": 7.619999999999997,
2042
+ "y": 1.27,
2043
+ "layer": "top",
2044
+ "pointId": "pcb_port_25",
2045
+ "pcb_port_id": "pcb_port_25"
2046
+ },
2047
+ {
2048
+ "x": 12.7,
2049
+ "y": -3.81,
2050
+ "layer": "top",
2051
+ "pointId": "pcb_port_57",
2052
+ "pcb_port_id": "pcb_port_57"
2053
+ }
2054
+ ]
2055
+ },
2056
+ {
2057
+ "name": "source_net_4",
2058
+ "pointsToConnect": [
2059
+ {
2060
+ "x": -5.080000000000002,
2061
+ "y": 3.81,
2062
+ "layer": "top",
2063
+ "pointId": "pcb_port_5",
2064
+ "pcb_port_id": "pcb_port_5"
2065
+ },
2066
+ {
2067
+ "x": 2.539999999999999,
2068
+ "y": 3.81,
2069
+ "layer": "top",
2070
+ "pointId": "pcb_port_8",
2071
+ "pcb_port_id": "pcb_port_8"
2072
+ },
2073
+ {
2074
+ "x": -15.240000000000002,
2075
+ "y": -1.27,
2076
+ "layer": "top",
2077
+ "pointId": "pcb_port_31",
2078
+ "pcb_port_id": "pcb_port_31"
2079
+ },
2080
+ {
2081
+ "x": 15.240000000000002,
2082
+ "y": -3.81,
2083
+ "layer": "top",
2084
+ "pointId": "pcb_port_58",
2085
+ "pcb_port_id": "pcb_port_58"
2086
+ }
2087
+ ]
2088
+ },
2089
+ {
2090
+ "name": "source_net_5",
2091
+ "pointsToConnect": [
2092
+ {
2093
+ "x": -2.540000000000001,
2094
+ "y": 3.81,
2095
+ "layer": "top",
2096
+ "pointId": "pcb_port_6",
2097
+ "pcb_port_id": "pcb_port_6"
2098
+ },
2099
+ {
2100
+ "x": 12.7,
2101
+ "y": 1.27,
2102
+ "layer": "top",
2103
+ "pointId": "pcb_port_27",
2104
+ "pcb_port_id": "pcb_port_27"
2105
+ },
2106
+ {
2107
+ "x": -5.080000000000002,
2108
+ "y": -1.27,
2109
+ "layer": "top",
2110
+ "pointId": "pcb_port_35",
2111
+ "pcb_port_id": "pcb_port_35"
2112
+ },
2113
+ {
2114
+ "x": -10.16,
2115
+ "y": -3.81,
2116
+ "layer": "top",
2117
+ "pointId": "pcb_port_48",
2118
+ "pcb_port_id": "pcb_port_48"
2119
+ }
2120
+ ]
2121
+ },
2122
+ {
2123
+ "name": "source_net_6",
2124
+ "pointsToConnect": [
2125
+ {
2126
+ "x": 7.619999999999997,
2127
+ "y": 3.81,
2128
+ "layer": "top",
2129
+ "pointId": "pcb_port_10",
2130
+ "pcb_port_id": "pcb_port_10"
2131
+ },
2132
+ {
2133
+ "x": -15.240000000000002,
2134
+ "y": 1.27,
2135
+ "layer": "top",
2136
+ "pointId": "pcb_port_16",
2137
+ "pcb_port_id": "pcb_port_16"
2138
+ },
2139
+ {
2140
+ "x": -17.78,
2141
+ "y": -1.27,
2142
+ "layer": "top",
2143
+ "pointId": "pcb_port_30",
2144
+ "pcb_port_id": "pcb_port_30"
2145
+ },
2146
+ {
2147
+ "x": -7.620000000000001,
2148
+ "y": -1.27,
2149
+ "layer": "top",
2150
+ "pointId": "pcb_port_34",
2151
+ "pcb_port_id": "pcb_port_34"
2152
+ },
2153
+ {
2154
+ "x": -5.080000000000002,
2155
+ "y": -3.81,
2156
+ "layer": "top",
2157
+ "pointId": "pcb_port_50",
2158
+ "pcb_port_id": "pcb_port_50"
2159
+ }
2160
+ ]
2161
+ },
2162
+ {
2163
+ "name": "source_net_7",
2164
+ "pointsToConnect": [
2165
+ {
2166
+ "x": 10.16,
2167
+ "y": 3.81,
2168
+ "layer": "top",
2169
+ "pointId": "pcb_port_11",
2170
+ "pcb_port_id": "pcb_port_11"
2171
+ },
2172
+ {
2173
+ "x": -10.16,
2174
+ "y": 1.27,
2175
+ "layer": "top",
2176
+ "pointId": "pcb_port_18",
2177
+ "pcb_port_id": "pcb_port_18"
2178
+ },
2179
+ {
2180
+ "x": 15.240000000000002,
2181
+ "y": -1.27,
2182
+ "layer": "top",
2183
+ "pointId": "pcb_port_43",
2184
+ "pcb_port_id": "pcb_port_43"
2185
+ },
2186
+ {
2187
+ "x": -2.540000000000001,
2188
+ "y": -3.81,
2189
+ "layer": "top",
2190
+ "pointId": "pcb_port_51",
2191
+ "pcb_port_id": "pcb_port_51"
2192
+ }
2193
+ ]
2194
+ },
2195
+ {
2196
+ "name": "source_net_8",
2197
+ "pointsToConnect": [
2198
+ {
2199
+ "x": 12.7,
2200
+ "y": 3.81,
2201
+ "layer": "top",
2202
+ "pointId": "pcb_port_12",
2203
+ "pcb_port_id": "pcb_port_12"
2204
+ },
2205
+ {
2206
+ "x": 5.079999999999998,
2207
+ "y": 1.27,
2208
+ "layer": "top",
2209
+ "pointId": "pcb_port_24",
2210
+ "pcb_port_id": "pcb_port_24"
2211
+ },
2212
+ {
2213
+ "x": -12.700000000000001,
2214
+ "y": -3.81,
2215
+ "layer": "top",
2216
+ "pointId": "pcb_port_47",
2217
+ "pcb_port_id": "pcb_port_47"
2218
+ }
2219
+ ]
2220
+ },
2221
+ {
2222
+ "name": "source_net_9",
2223
+ "pointsToConnect": [
2224
+ {
2225
+ "x": 15.240000000000002,
2226
+ "y": 3.81,
2227
+ "layer": "top",
2228
+ "pointId": "pcb_port_13",
2229
+ "pcb_port_id": "pcb_port_13"
2230
+ },
2231
+ {
2232
+ "x": -17.78,
2233
+ "y": 1.27,
2234
+ "layer": "top",
2235
+ "pointId": "pcb_port_15",
2236
+ "pcb_port_id": "pcb_port_15"
2237
+ },
2238
+ {
2239
+ "x": -2.540000000000001,
2240
+ "y": -1.27,
2241
+ "layer": "top",
2242
+ "pointId": "pcb_port_36",
2243
+ "pcb_port_id": "pcb_port_36"
2244
+ },
2245
+ {
2246
+ "x": 7.619999999999997,
2247
+ "y": -3.81,
2248
+ "layer": "top",
2249
+ "pointId": "pcb_port_55",
2250
+ "pcb_port_id": "pcb_port_55"
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "name": "source_net_10",
2256
+ "pointsToConnect": [
2257
+ {
2258
+ "x": -12.700000000000001,
2259
+ "y": 1.27,
2260
+ "layer": "top",
2261
+ "pointId": "pcb_port_17",
2262
+ "pcb_port_id": "pcb_port_17"
2263
+ },
2264
+ {
2265
+ "x": 2.539999999999999,
2266
+ "y": 1.27,
2267
+ "layer": "top",
2268
+ "pointId": "pcb_port_23",
2269
+ "pcb_port_id": "pcb_port_23"
2270
+ },
2271
+ {
2272
+ "x": 12.7,
2273
+ "y": -1.27,
2274
+ "layer": "top",
2275
+ "pointId": "pcb_port_42",
2276
+ "pcb_port_id": "pcb_port_42"
2277
+ },
2278
+ {
2279
+ "x": 5.079999999999998,
2280
+ "y": -3.81,
2281
+ "layer": "top",
2282
+ "pointId": "pcb_port_54",
2283
+ "pcb_port_id": "pcb_port_54"
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ "name": "source_net_11",
2289
+ "pointsToConnect": [
2290
+ {
2291
+ "x": -7.620000000000001,
2292
+ "y": 1.27,
2293
+ "layer": "top",
2294
+ "pointId": "pcb_port_19",
2295
+ "pcb_port_id": "pcb_port_19"
2296
+ },
2297
+ {
2298
+ "x": 2.539999999999999,
2299
+ "y": -1.27,
2300
+ "layer": "top",
2301
+ "pointId": "pcb_port_38",
2302
+ "pcb_port_id": "pcb_port_38"
2303
+ },
2304
+ {
2305
+ "x": 10.16,
2306
+ "y": -3.81,
2307
+ "layer": "top",
2308
+ "pointId": "pcb_port_56",
2309
+ "pcb_port_id": "pcb_port_56"
2310
+ }
2311
+ ]
2312
+ },
2313
+ {
2314
+ "name": "source_net_12",
2315
+ "pointsToConnect": [
2316
+ {
2317
+ "x": -5.080000000000002,
2318
+ "y": 1.27,
2319
+ "layer": "top",
2320
+ "pointId": "pcb_port_20",
2321
+ "pcb_port_id": "pcb_port_20"
2322
+ },
2323
+ {
2324
+ "x": -10.16,
2325
+ "y": -1.27,
2326
+ "layer": "top",
2327
+ "pointId": "pcb_port_33",
2328
+ "pcb_port_id": "pcb_port_33"
2329
+ },
2330
+ {
2331
+ "x": 17.78,
2332
+ "y": -1.27,
2333
+ "layer": "top",
2334
+ "pointId": "pcb_port_44",
2335
+ "pcb_port_id": "pcb_port_44"
2336
+ },
2337
+ {
2338
+ "x": 2.539999999999999,
2339
+ "y": -3.81,
2340
+ "layer": "top",
2341
+ "pointId": "pcb_port_53",
2342
+ "pcb_port_id": "pcb_port_53"
2343
+ }
2344
+ ]
2345
+ },
2346
+ {
2347
+ "name": "source_net_13",
2348
+ "pointsToConnect": [
2349
+ {
2350
+ "x": 10.16,
2351
+ "y": 1.27,
2352
+ "layer": "top",
2353
+ "pointId": "pcb_port_26",
2354
+ "pcb_port_id": "pcb_port_26"
2355
+ },
2356
+ {
2357
+ "x": 0,
2358
+ "y": -1.27,
2359
+ "layer": "top",
2360
+ "pointId": "pcb_port_37",
2361
+ "pcb_port_id": "pcb_port_37"
2362
+ },
2363
+ {
2364
+ "x": -15.240000000000002,
2365
+ "y": -3.81,
2366
+ "layer": "top",
2367
+ "pointId": "pcb_port_46",
2368
+ "pcb_port_id": "pcb_port_46"
2369
+ }
2370
+ ]
2371
+ },
2372
+ {
2373
+ "name": "source_net_14",
2374
+ "pointsToConnect": [
2375
+ {
2376
+ "x": 15.240000000000002,
2377
+ "y": 1.27,
2378
+ "layer": "top",
2379
+ "pointId": "pcb_port_28",
2380
+ "pcb_port_id": "pcb_port_28"
2381
+ },
2382
+ {
2383
+ "x": 7.619999999999997,
2384
+ "y": -1.27,
2385
+ "layer": "top",
2386
+ "pointId": "pcb_port_40",
2387
+ "pcb_port_id": "pcb_port_40"
2388
+ },
2389
+ {
2390
+ "x": -17.78,
2391
+ "y": -3.81,
2392
+ "layer": "top",
2393
+ "pointId": "pcb_port_45",
2394
+ "pcb_port_id": "pcb_port_45"
2395
+ }
2396
+ ]
2397
+ }
2398
+ ],
2399
+ "layerCount": 2,
2400
+ "minTraceWidth": 0.15
2401
+ }