@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,986 @@
1
+ {
2
+ "autorouting_bug_report_id": "fe4a172b-07ce-4cd1-a6c7-69c5c05a24c9",
3
+ "reporter_account_id": "9f398687-69d0-4ef4-a48c-bb6dc990e7df",
4
+ "package_id": null,
5
+ "title": "<board#12297 />",
6
+ "simple_route_json": {
7
+ "bounds": {
8
+ "maxX": 6.35,
9
+ "maxY": 13.97,
10
+ "minX": -6.35,
11
+ "minY": -13.97
12
+ },
13
+ "obstacles": [
14
+ {
15
+ "type": "rect",
16
+ "width": 0.6649974,
17
+ "center": {
18
+ "x": -1.1574779999999691,
19
+ "y": 1.249934000000053
20
+ },
21
+ "height": 0.2800096,
22
+ "layers": ["top"],
23
+ "connectedTo": [
24
+ "pcb_smtpad_0",
25
+ "connectivity_net99",
26
+ "source_port_1",
27
+ "pcb_smtpad_0",
28
+ "pcb_port_1"
29
+ ]
30
+ },
31
+ {
32
+ "type": "rect",
33
+ "width": 0.6649974,
34
+ "center": {
35
+ "x": -1.1574779999999691,
36
+ "y": 0.750061999999957
37
+ },
38
+ "height": 0.2800096,
39
+ "layers": ["top"],
40
+ "connectedTo": [
41
+ "pcb_smtpad_1",
42
+ "connectivity_net100",
43
+ "source_port_2",
44
+ "pcb_smtpad_1",
45
+ "pcb_port_2"
46
+ ]
47
+ },
48
+ {
49
+ "type": "rect",
50
+ "width": 0.6649974,
51
+ "center": {
52
+ "x": -1.1574779999999691,
53
+ "y": 0.24993599999993413
54
+ },
55
+ "height": 0.2800096,
56
+ "layers": ["top"],
57
+ "connectedTo": [
58
+ "pcb_smtpad_2",
59
+ "connectivity_net101",
60
+ "source_port_3",
61
+ "pcb_smtpad_2",
62
+ "pcb_port_3"
63
+ ]
64
+ },
65
+ {
66
+ "type": "rect",
67
+ "width": 0.6649974,
68
+ "center": {
69
+ "x": -1.1574779999999691,
70
+ "y": -0.2499359999998206
71
+ },
72
+ "height": 0.2800096,
73
+ "layers": ["top"],
74
+ "connectedTo": [
75
+ "pcb_smtpad_3",
76
+ "connectivity_net102",
77
+ "source_port_4",
78
+ "pcb_smtpad_3",
79
+ "pcb_port_4"
80
+ ]
81
+ },
82
+ {
83
+ "type": "rect",
84
+ "width": 0.6649974,
85
+ "center": {
86
+ "x": -1.1574779999999691,
87
+ "y": -0.7500619999999573
88
+ },
89
+ "height": 0.2800096,
90
+ "layers": ["top"],
91
+ "connectedTo": [
92
+ "pcb_smtpad_4",
93
+ "connectivity_net103",
94
+ "source_port_5",
95
+ "pcb_smtpad_4",
96
+ "pcb_port_5"
97
+ ]
98
+ },
99
+ {
100
+ "type": "rect",
101
+ "width": 0.6649974,
102
+ "center": {
103
+ "x": -1.1574779999999691,
104
+ "y": -1.2499339999999393
105
+ },
106
+ "height": 0.2800096,
107
+ "layers": ["top"],
108
+ "connectedTo": [
109
+ "pcb_smtpad_5",
110
+ "connectivity_net104",
111
+ "source_port_6",
112
+ "pcb_smtpad_5",
113
+ "pcb_port_6"
114
+ ]
115
+ },
116
+ {
117
+ "type": "rect",
118
+ "width": 0.2800096,
119
+ "center": {
120
+ "x": -0.2499359999999341,
121
+ "y": -1.6576039999998784
122
+ },
123
+ "height": 0.6649974,
124
+ "layers": ["top"],
125
+ "connectedTo": [
126
+ "pcb_smtpad_6",
127
+ "connectivity_net12",
128
+ "source_trace_4",
129
+ "source_port_7",
130
+ "source_trace_2",
131
+ "source_port_18",
132
+ "source_net_1",
133
+ "pcb_smtpad_6",
134
+ "pcb_port_7",
135
+ "pcb_smtpad_18",
136
+ "pcb_port_18"
137
+ ]
138
+ },
139
+ {
140
+ "type": "rect",
141
+ "width": 0.2800096,
142
+ "center": {
143
+ "x": 0.249936000000048,
144
+ "y": -1.6576039999998784
145
+ },
146
+ "height": 0.6649974,
147
+ "layers": ["top"],
148
+ "connectedTo": [
149
+ "pcb_smtpad_7",
150
+ "connectivity_net105",
151
+ "source_port_8",
152
+ "pcb_smtpad_7",
153
+ "pcb_port_8"
154
+ ]
155
+ },
156
+ {
157
+ "type": "rect",
158
+ "width": 0.6649974,
159
+ "center": {
160
+ "x": 1.1574779999999691,
161
+ "y": -1.2499339999999393
162
+ },
163
+ "height": 0.2800096,
164
+ "layers": ["top"],
165
+ "connectedTo": [
166
+ "pcb_smtpad_8",
167
+ "connectivity_net106",
168
+ "source_port_9",
169
+ "pcb_smtpad_8",
170
+ "pcb_port_9"
171
+ ]
172
+ },
173
+ {
174
+ "type": "rect",
175
+ "width": 0.6649974,
176
+ "center": {
177
+ "x": 1.1574779999999691,
178
+ "y": -0.750061999999957
179
+ },
180
+ "height": 0.2800096,
181
+ "layers": ["top"],
182
+ "connectedTo": [
183
+ "pcb_smtpad_9",
184
+ "connectivity_net107",
185
+ "source_port_10",
186
+ "pcb_smtpad_9",
187
+ "pcb_port_10"
188
+ ]
189
+ },
190
+ {
191
+ "type": "rect",
192
+ "width": 0.6649974,
193
+ "center": {
194
+ "x": 1.1574779999999691,
195
+ "y": -0.24993599999982044
196
+ },
197
+ "height": 0.2800096,
198
+ "layers": ["top"],
199
+ "connectedTo": [
200
+ "pcb_smtpad_10",
201
+ "connectivity_net108",
202
+ "source_port_11",
203
+ "pcb_smtpad_10",
204
+ "pcb_port_11"
205
+ ]
206
+ },
207
+ {
208
+ "type": "rect",
209
+ "width": 0.6649974,
210
+ "center": {
211
+ "x": 1.1574779999999691,
212
+ "y": 0.2499359999999343
213
+ },
214
+ "height": 0.2800096,
215
+ "layers": ["top"],
216
+ "connectedTo": [
217
+ "pcb_smtpad_11",
218
+ "connectivity_net109",
219
+ "source_port_12",
220
+ "pcb_smtpad_11",
221
+ "pcb_port_12"
222
+ ]
223
+ },
224
+ {
225
+ "type": "rect",
226
+ "width": 0.6649974,
227
+ "center": {
228
+ "x": 1.1574779999999691,
229
+ "y": 0.7500619999999573
230
+ },
231
+ "height": 0.2800096,
232
+ "layers": ["top"],
233
+ "connectedTo": [
234
+ "pcb_smtpad_12",
235
+ "connectivity_net110",
236
+ "source_port_13",
237
+ "pcb_smtpad_12",
238
+ "pcb_port_13"
239
+ ]
240
+ },
241
+ {
242
+ "type": "rect",
243
+ "width": 0.6649974,
244
+ "center": {
245
+ "x": 1.1574779999999691,
246
+ "y": 1.249934000000053
247
+ },
248
+ "height": 0.2800096,
249
+ "layers": ["top"],
250
+ "connectedTo": [
251
+ "pcb_smtpad_13",
252
+ "connectivity_net111",
253
+ "source_port_14",
254
+ "pcb_smtpad_13",
255
+ "pcb_port_14"
256
+ ]
257
+ },
258
+ {
259
+ "type": "rect",
260
+ "width": 0.2800096,
261
+ "center": {
262
+ "x": 0.2499360000000478,
263
+ "y": 1.6576039999998784
264
+ },
265
+ "height": 0.6649974,
266
+ "layers": ["top"],
267
+ "connectedTo": [
268
+ "pcb_smtpad_14",
269
+ "connectivity_net0",
270
+ "source_trace_0",
271
+ "source_port_15",
272
+ "source_port_16",
273
+ "pcb_smtpad_14",
274
+ "pcb_port_15",
275
+ "pcb_smtpad_16",
276
+ "pcb_port_16"
277
+ ]
278
+ },
279
+ {
280
+ "type": "rect",
281
+ "width": 0.2800096,
282
+ "center": {
283
+ "x": -0.24993599999993432,
284
+ "y": 1.6576039999998784
285
+ },
286
+ "height": 0.6649974,
287
+ "layers": ["top"],
288
+ "connectedTo": [
289
+ "pcb_smtpad_15",
290
+ "connectivity_net98",
291
+ "source_port_0",
292
+ "pcb_smtpad_15",
293
+ "pcb_port_0"
294
+ ]
295
+ },
296
+ {
297
+ "type": "rect",
298
+ "width": 0.9999979999999999,
299
+ "center": {
300
+ "x": 0,
301
+ "y": 0
302
+ },
303
+ "height": 1.9999959999999999,
304
+ "layers": ["top"],
305
+ "connectedTo": [
306
+ "pcb_smtpad_16",
307
+ "connectivity_net0",
308
+ "source_trace_0",
309
+ "source_port_15",
310
+ "source_port_16",
311
+ "pcb_smtpad_14",
312
+ "pcb_port_15",
313
+ "pcb_smtpad_16",
314
+ "pcb_port_16"
315
+ ]
316
+ },
317
+ {
318
+ "type": "rect",
319
+ "width": 1.1,
320
+ "center": {
321
+ "x": 0.85,
322
+ "y": 4.1850000000000005
323
+ },
324
+ "height": 0.275,
325
+ "layers": ["top"],
326
+ "connectedTo": [
327
+ "pcb_smtpad_17",
328
+ "connectivity_net3",
329
+ "source_trace_1",
330
+ "source_port_17",
331
+ "source_net_0",
332
+ "pcb_smtpad_17",
333
+ "pcb_port_17"
334
+ ]
335
+ },
336
+ {
337
+ "type": "rect",
338
+ "width": 1.1,
339
+ "center": {
340
+ "x": 0.85,
341
+ "y": 3.935
342
+ },
343
+ "height": 0.275,
344
+ "layers": ["top"],
345
+ "connectedTo": [
346
+ "pcb_smtpad_17",
347
+ "connectivity_net3",
348
+ "source_trace_1",
349
+ "source_port_17",
350
+ "source_net_0",
351
+ "pcb_smtpad_17",
352
+ "pcb_port_17"
353
+ ]
354
+ },
355
+ {
356
+ "type": "rect",
357
+ "width": 1.1,
358
+ "center": {
359
+ "x": 0.85,
360
+ "y": 3.685
361
+ },
362
+ "height": 0.275,
363
+ "layers": ["top"],
364
+ "connectedTo": [
365
+ "pcb_smtpad_17",
366
+ "connectivity_net3",
367
+ "source_trace_1",
368
+ "source_port_17",
369
+ "source_net_0",
370
+ "pcb_smtpad_17",
371
+ "pcb_port_17"
372
+ ]
373
+ },
374
+ {
375
+ "type": "rect",
376
+ "width": 1.1,
377
+ "center": {
378
+ "x": 0.85,
379
+ "y": 3.435
380
+ },
381
+ "height": 0.275,
382
+ "layers": ["top"],
383
+ "connectedTo": [
384
+ "pcb_smtpad_17",
385
+ "connectivity_net3",
386
+ "source_trace_1",
387
+ "source_port_17",
388
+ "source_net_0",
389
+ "pcb_smtpad_17",
390
+ "pcb_port_17"
391
+ ]
392
+ },
393
+ {
394
+ "type": "rect",
395
+ "width": 1.1,
396
+ "center": {
397
+ "x": -0.85,
398
+ "y": 4.1850000000000005
399
+ },
400
+ "height": 0.275,
401
+ "layers": ["top"],
402
+ "connectedTo": [
403
+ "pcb_smtpad_18",
404
+ "connectivity_net12",
405
+ "source_trace_4",
406
+ "source_port_7",
407
+ "source_trace_2",
408
+ "source_port_18",
409
+ "source_net_1",
410
+ "pcb_smtpad_6",
411
+ "pcb_port_7",
412
+ "pcb_smtpad_18",
413
+ "pcb_port_18"
414
+ ]
415
+ },
416
+ {
417
+ "type": "rect",
418
+ "width": 1.1,
419
+ "center": {
420
+ "x": -0.85,
421
+ "y": 3.935
422
+ },
423
+ "height": 0.275,
424
+ "layers": ["top"],
425
+ "connectedTo": [
426
+ "pcb_smtpad_18",
427
+ "connectivity_net12",
428
+ "source_trace_4",
429
+ "source_port_7",
430
+ "source_trace_2",
431
+ "source_port_18",
432
+ "source_net_1",
433
+ "pcb_smtpad_6",
434
+ "pcb_port_7",
435
+ "pcb_smtpad_18",
436
+ "pcb_port_18"
437
+ ]
438
+ },
439
+ {
440
+ "type": "rect",
441
+ "width": 1.1,
442
+ "center": {
443
+ "x": -0.85,
444
+ "y": 3.685
445
+ },
446
+ "height": 0.275,
447
+ "layers": ["top"],
448
+ "connectedTo": [
449
+ "pcb_smtpad_18",
450
+ "connectivity_net12",
451
+ "source_trace_4",
452
+ "source_port_7",
453
+ "source_trace_2",
454
+ "source_port_18",
455
+ "source_net_1",
456
+ "pcb_smtpad_6",
457
+ "pcb_port_7",
458
+ "pcb_smtpad_18",
459
+ "pcb_port_18"
460
+ ]
461
+ },
462
+ {
463
+ "type": "rect",
464
+ "width": 1.1,
465
+ "center": {
466
+ "x": -0.85,
467
+ "y": 3.435
468
+ },
469
+ "height": 0.275,
470
+ "layers": ["top"],
471
+ "connectedTo": [
472
+ "pcb_smtpad_18",
473
+ "connectivity_net12",
474
+ "source_trace_4",
475
+ "source_port_7",
476
+ "source_trace_2",
477
+ "source_port_18",
478
+ "source_net_1",
479
+ "pcb_smtpad_6",
480
+ "pcb_port_7",
481
+ "pcb_smtpad_18",
482
+ "pcb_port_18"
483
+ ]
484
+ },
485
+ {
486
+ "type": "rect",
487
+ "width": 1.1,
488
+ "center": {
489
+ "x": -0.85,
490
+ "y": -6.35
491
+ },
492
+ "height": 1,
493
+ "layers": ["top"],
494
+ "connectedTo": [
495
+ "pcb_smtpad_19",
496
+ "connectivity_net9",
497
+ "source_trace_3",
498
+ "source_port_19",
499
+ "source_port_32",
500
+ "pcb_smtpad_19",
501
+ "pcb_port_19",
502
+ "pcb_plated_hole_11",
503
+ "pcb_port_32"
504
+ ]
505
+ },
506
+ {
507
+ "type": "rect",
508
+ "width": 1.1,
509
+ "center": {
510
+ "x": 0.85,
511
+ "y": -6.35
512
+ },
513
+ "height": 1,
514
+ "layers": ["top"],
515
+ "connectedTo": [
516
+ "pcb_smtpad_20",
517
+ "connectivity_net112",
518
+ "source_port_20",
519
+ "pcb_smtpad_20",
520
+ "pcb_port_20"
521
+ ]
522
+ },
523
+ {
524
+ "type": "rect",
525
+ "width": 1.27,
526
+ "center": {
527
+ "x": 0,
528
+ "y": 7.219
529
+ },
530
+ "height": 0.635,
531
+ "layers": ["top"],
532
+ "connectedTo": [
533
+ "pcb_smtpad_21",
534
+ "connectivity_net131",
535
+ "source_port_40",
536
+ "pcb_smtpad_21",
537
+ "pcb_port_40"
538
+ ]
539
+ },
540
+ {
541
+ "type": "rect",
542
+ "width": 1.27,
543
+ "center": {
544
+ "x": 4.898587196589413e-17,
545
+ "y": 8.019
546
+ },
547
+ "height": 0.635,
548
+ "layers": ["top"],
549
+ "connectedTo": [
550
+ "pcb_smtpad_22",
551
+ "connectivity_net132",
552
+ "source_port_41",
553
+ "pcb_smtpad_22",
554
+ "pcb_port_41"
555
+ ]
556
+ },
557
+ {
558
+ "type": "oval",
559
+ "width": 1.88,
560
+ "center": {
561
+ "x": 5.079999999999999,
562
+ "y": 12.5
563
+ },
564
+ "height": 1.88,
565
+ "layers": ["top", "inner1", "inner2", "bottom"],
566
+ "connectedTo": [
567
+ "pcb_plated_hole_0",
568
+ "connectivity_net123",
569
+ "source_port_31",
570
+ "pcb_plated_hole_0",
571
+ "pcb_port_31"
572
+ ]
573
+ },
574
+ {
575
+ "type": "oval",
576
+ "width": 1.88,
577
+ "center": {
578
+ "x": 5.079999999999999,
579
+ "y": 10
580
+ },
581
+ "height": 1.88,
582
+ "layers": ["top", "inner1", "inner2", "bottom"],
583
+ "connectedTo": [
584
+ "pcb_plated_hole_1",
585
+ "connectivity_net122",
586
+ "source_port_30",
587
+ "pcb_plated_hole_1",
588
+ "pcb_port_30"
589
+ ]
590
+ },
591
+ {
592
+ "type": "oval",
593
+ "width": 1.88,
594
+ "center": {
595
+ "x": 5.079999999999999,
596
+ "y": 7.5
597
+ },
598
+ "height": 1.88,
599
+ "layers": ["top", "inner1", "inner2", "bottom"],
600
+ "connectedTo": [
601
+ "pcb_plated_hole_2",
602
+ "connectivity_net121",
603
+ "source_port_29",
604
+ "pcb_plated_hole_2",
605
+ "pcb_port_29"
606
+ ]
607
+ },
608
+ {
609
+ "type": "oval",
610
+ "width": 1.88,
611
+ "center": {
612
+ "x": 5.08,
613
+ "y": 5
614
+ },
615
+ "height": 1.88,
616
+ "layers": ["top", "inner1", "inner2", "bottom"],
617
+ "connectedTo": [
618
+ "pcb_plated_hole_3",
619
+ "connectivity_net120",
620
+ "source_port_28",
621
+ "pcb_plated_hole_3",
622
+ "pcb_port_28"
623
+ ]
624
+ },
625
+ {
626
+ "type": "oval",
627
+ "width": 1.88,
628
+ "center": {
629
+ "x": 5.08,
630
+ "y": 2.5
631
+ },
632
+ "height": 1.88,
633
+ "layers": ["top", "inner1", "inner2", "bottom"],
634
+ "connectedTo": [
635
+ "pcb_plated_hole_4",
636
+ "connectivity_net119",
637
+ "source_port_27",
638
+ "pcb_plated_hole_4",
639
+ "pcb_port_27"
640
+ ]
641
+ },
642
+ {
643
+ "type": "oval",
644
+ "width": 1.88,
645
+ "center": {
646
+ "x": 5.08,
647
+ "y": 0
648
+ },
649
+ "height": 1.88,
650
+ "layers": ["top", "inner1", "inner2", "bottom"],
651
+ "connectedTo": [
652
+ "pcb_plated_hole_5",
653
+ "connectivity_net118",
654
+ "source_port_26",
655
+ "pcb_plated_hole_5",
656
+ "pcb_port_26"
657
+ ]
658
+ },
659
+ {
660
+ "type": "oval",
661
+ "width": 1.88,
662
+ "center": {
663
+ "x": 5.08,
664
+ "y": -2.5
665
+ },
666
+ "height": 1.88,
667
+ "layers": ["top", "inner1", "inner2", "bottom"],
668
+ "connectedTo": [
669
+ "pcb_plated_hole_6",
670
+ "connectivity_net117",
671
+ "source_port_25",
672
+ "pcb_plated_hole_6",
673
+ "pcb_port_25"
674
+ ]
675
+ },
676
+ {
677
+ "type": "oval",
678
+ "width": 1.88,
679
+ "center": {
680
+ "x": 5.08,
681
+ "y": -5
682
+ },
683
+ "height": 1.88,
684
+ "layers": ["top", "inner1", "inner2", "bottom"],
685
+ "connectedTo": [
686
+ "pcb_plated_hole_7",
687
+ "connectivity_net116",
688
+ "source_port_24",
689
+ "pcb_plated_hole_7",
690
+ "pcb_port_24"
691
+ ]
692
+ },
693
+ {
694
+ "type": "oval",
695
+ "width": 1.88,
696
+ "center": {
697
+ "x": 5.080000000000001,
698
+ "y": -7.5
699
+ },
700
+ "height": 1.88,
701
+ "layers": ["top", "inner1", "inner2", "bottom"],
702
+ "connectedTo": [
703
+ "pcb_plated_hole_8",
704
+ "connectivity_net115",
705
+ "source_port_23",
706
+ "pcb_plated_hole_8",
707
+ "pcb_port_23"
708
+ ]
709
+ },
710
+ {
711
+ "type": "oval",
712
+ "width": 1.88,
713
+ "center": {
714
+ "x": 5.080000000000001,
715
+ "y": -10
716
+ },
717
+ "height": 1.88,
718
+ "layers": ["top", "inner1", "inner2", "bottom"],
719
+ "connectedTo": [
720
+ "pcb_plated_hole_9",
721
+ "connectivity_net114",
722
+ "source_port_22",
723
+ "pcb_plated_hole_9",
724
+ "pcb_port_22"
725
+ ]
726
+ },
727
+ {
728
+ "type": "oval",
729
+ "width": 1.88,
730
+ "center": {
731
+ "x": 5.080000000000001,
732
+ "y": -12.5
733
+ },
734
+ "height": 1.88,
735
+ "layers": ["top", "inner1", "inner2", "bottom"],
736
+ "connectedTo": [
737
+ "pcb_plated_hole_10",
738
+ "connectivity_net113",
739
+ "source_port_21",
740
+ "pcb_plated_hole_10",
741
+ "pcb_port_21"
742
+ ]
743
+ },
744
+ {
745
+ "type": "oval",
746
+ "width": 1.88,
747
+ "center": {
748
+ "x": -5.080000000000001,
749
+ "y": -8.75
750
+ },
751
+ "height": 1.88,
752
+ "layers": ["top", "inner1", "inner2", "bottom"],
753
+ "connectedTo": [
754
+ "pcb_plated_hole_11",
755
+ "connectivity_net9",
756
+ "source_trace_3",
757
+ "source_port_19",
758
+ "source_port_32",
759
+ "pcb_smtpad_19",
760
+ "pcb_port_19",
761
+ "pcb_plated_hole_11",
762
+ "pcb_port_32"
763
+ ]
764
+ },
765
+ {
766
+ "type": "oval",
767
+ "width": 1.88,
768
+ "center": {
769
+ "x": -5.08,
770
+ "y": -6.25
771
+ },
772
+ "height": 1.88,
773
+ "layers": ["top", "inner1", "inner2", "bottom"],
774
+ "connectedTo": [
775
+ "pcb_plated_hole_12",
776
+ "connectivity_net124",
777
+ "source_port_33",
778
+ "pcb_plated_hole_12",
779
+ "pcb_port_33"
780
+ ]
781
+ },
782
+ {
783
+ "type": "oval",
784
+ "width": 1.88,
785
+ "center": {
786
+ "x": -5.08,
787
+ "y": -3.75
788
+ },
789
+ "height": 1.88,
790
+ "layers": ["top", "inner1", "inner2", "bottom"],
791
+ "connectedTo": [
792
+ "pcb_plated_hole_13",
793
+ "connectivity_net125",
794
+ "source_port_34",
795
+ "pcb_plated_hole_13",
796
+ "pcb_port_34"
797
+ ]
798
+ },
799
+ {
800
+ "type": "oval",
801
+ "width": 1.88,
802
+ "center": {
803
+ "x": -5.08,
804
+ "y": -1.25
805
+ },
806
+ "height": 1.88,
807
+ "layers": ["top", "inner1", "inner2", "bottom"],
808
+ "connectedTo": [
809
+ "pcb_plated_hole_14",
810
+ "connectivity_net126",
811
+ "source_port_35",
812
+ "pcb_plated_hole_14",
813
+ "pcb_port_35"
814
+ ]
815
+ },
816
+ {
817
+ "type": "oval",
818
+ "width": 1.88,
819
+ "center": {
820
+ "x": -5.08,
821
+ "y": 1.25
822
+ },
823
+ "height": 1.88,
824
+ "layers": ["top", "inner1", "inner2", "bottom"],
825
+ "connectedTo": [
826
+ "pcb_plated_hole_15",
827
+ "connectivity_net127",
828
+ "source_port_36",
829
+ "pcb_plated_hole_15",
830
+ "pcb_port_36"
831
+ ]
832
+ },
833
+ {
834
+ "type": "oval",
835
+ "width": 1.88,
836
+ "center": {
837
+ "x": -5.08,
838
+ "y": 3.75
839
+ },
840
+ "height": 1.88,
841
+ "layers": ["top", "inner1", "inner2", "bottom"],
842
+ "connectedTo": [
843
+ "pcb_plated_hole_16",
844
+ "connectivity_net128",
845
+ "source_port_37",
846
+ "pcb_plated_hole_16",
847
+ "pcb_port_37"
848
+ ]
849
+ },
850
+ {
851
+ "type": "oval",
852
+ "width": 1.88,
853
+ "center": {
854
+ "x": -5.08,
855
+ "y": 6.25
856
+ },
857
+ "height": 1.88,
858
+ "layers": ["top", "inner1", "inner2", "bottom"],
859
+ "connectedTo": [
860
+ "pcb_plated_hole_17",
861
+ "connectivity_net129",
862
+ "source_port_38",
863
+ "pcb_plated_hole_17",
864
+ "pcb_port_38"
865
+ ]
866
+ },
867
+ {
868
+ "type": "oval",
869
+ "width": 1.88,
870
+ "center": {
871
+ "x": -5.079999999999999,
872
+ "y": 8.75
873
+ },
874
+ "height": 1.88,
875
+ "layers": ["top", "inner1", "inner2", "bottom"],
876
+ "connectedTo": [
877
+ "pcb_plated_hole_18",
878
+ "connectivity_net130",
879
+ "source_port_39",
880
+ "pcb_plated_hole_18",
881
+ "pcb_port_39"
882
+ ]
883
+ },
884
+ {
885
+ "type": "rect",
886
+ "width": 3.302,
887
+ "center": {
888
+ "x": 0,
889
+ "y": 11.43
890
+ },
891
+ "height": 3.302,
892
+ "layers": ["top", "inner1", "inner2", "bottom"],
893
+ "connectedTo": []
894
+ },
895
+ {
896
+ "type": "rect",
897
+ "width": 3.302,
898
+ "center": {
899
+ "x": 0,
900
+ "y": -11.43
901
+ },
902
+ "height": 3.302,
903
+ "layers": ["top", "inner1", "inner2", "bottom"],
904
+ "connectedTo": []
905
+ }
906
+ ],
907
+ "layerCount": 2,
908
+ "connections": [
909
+ {
910
+ "name": "source_trace_0",
911
+ "pointsToConnect": [
912
+ {
913
+ "x": 0.2499360000000478,
914
+ "y": 1.6576039999998784,
915
+ "layer": "top",
916
+ "pointId": "pcb_port_15",
917
+ "pcb_port_id": "pcb_port_15"
918
+ },
919
+ {
920
+ "x": 0,
921
+ "y": 0,
922
+ "layer": "top",
923
+ "pointId": "pcb_port_16",
924
+ "pcb_port_id": "pcb_port_16"
925
+ }
926
+ ],
927
+ "source_trace_id": "source_trace_0"
928
+ },
929
+ {
930
+ "name": "source_trace_3",
931
+ "pointsToConnect": [
932
+ {
933
+ "x": -0.85,
934
+ "y": -6.35,
935
+ "layer": "top",
936
+ "pointId": "pcb_port_19",
937
+ "pcb_port_id": "pcb_port_19"
938
+ },
939
+ {
940
+ "x": -5.080000000000001,
941
+ "y": -8.75,
942
+ "layer": "top",
943
+ "pointId": "pcb_port_32",
944
+ "pcb_port_id": "pcb_port_32"
945
+ }
946
+ ],
947
+ "source_trace_id": "source_trace_3"
948
+ },
949
+ {
950
+ "name": "source_net_0",
951
+ "pointsToConnect": [
952
+ {
953
+ "x": 0.85,
954
+ "y": 3.81,
955
+ "layer": "top",
956
+ "pointId": "pcb_port_17",
957
+ "pcb_port_id": "pcb_port_17"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "name": "source_net_1",
963
+ "pointsToConnect": [
964
+ {
965
+ "x": -0.85,
966
+ "y": 3.81,
967
+ "layer": "top",
968
+ "pointId": "pcb_port_18",
969
+ "pcb_port_id": "pcb_port_18"
970
+ },
971
+ {
972
+ "x": -0.2499359999999341,
973
+ "y": -1.6576039999998784,
974
+ "layer": "top",
975
+ "pointId": "pcb_port_7",
976
+ "pcb_port_id": "pcb_port_7"
977
+ }
978
+ ]
979
+ }
980
+ ],
981
+ "minTraceWidth": 0.15
982
+ },
983
+ "circuit_json": null,
984
+ "subcircuit_id": null,
985
+ "created_at": "2025-08-18T23:22:48.077Z"
986
+ }