@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,890 @@
1
+ {
2
+ "autorouting_bug_report_id": "71239a19-380e-47ad-a482-13fbe0bbbaca",
3
+ "reporter_account_id": "eff21cc6-6f8c-48ef-8e10-eebc94a93115",
4
+ "package_id": null,
5
+ "title": "<board#12689 />",
6
+ "simple_route_json": {
7
+ "bounds": {
8
+ "maxX": 10.2,
9
+ "maxY": 8.2,
10
+ "minX": -10.2,
11
+ "minY": -8.2
12
+ },
13
+ "outline": [
14
+ {
15
+ "x": -7.999999999999999,
16
+ "y": -7.199999999999999
17
+ },
18
+ {
19
+ "x": 7.999999999999999,
20
+ "y": -7.199999999999999
21
+ },
22
+ {
23
+ "x": 8.099095214566798,
24
+ "y": -7.195901391608003
25
+ },
26
+ {
27
+ "x": 8.197513508336879,
28
+ "y": -7.183633564083266
29
+ },
30
+ {
31
+ "x": 8.294582584568959,
32
+ "y": -7.163280319127195
33
+ },
34
+ {
35
+ "x": 8.38963936304562,
36
+ "y": -7.134980690040761
37
+ },
38
+ {
39
+ "x": 8.482034509583563,
40
+ "y": -7.098927991986068
41
+ },
42
+ {
43
+ "x": 8.571136871644487,
44
+ "y": -7.055368501447786
45
+ },
46
+ {
47
+ "x": 8.656337789746912,
48
+ "y": -7.004599773915033
49
+ },
50
+ {
51
+ "x": 8.7370552552276,
52
+ "y": -6.946968611275671
53
+ },
54
+ {
55
+ "x": 8.812737885950888,
56
+ "y": -6.882868692807757
57
+ },
58
+ {
59
+ "x": 8.882868692807758,
60
+ "y": -6.812737885950888
61
+ },
62
+ {
63
+ "x": 8.946968611275672,
64
+ "y": -6.737055255227601
65
+ },
66
+ {
67
+ "x": 9.004599773915034,
68
+ "y": -6.656337789746911
69
+ },
70
+ {
71
+ "x": 9.055368501447786,
72
+ "y": -6.571136871644487
73
+ },
74
+ {
75
+ "x": 9.098927991986068,
76
+ "y": -6.4820345095835625
77
+ },
78
+ {
79
+ "x": 9.134980690040761,
80
+ "y": -6.389639363045619
81
+ },
82
+ {
83
+ "x": 9.163280319127196,
84
+ "y": -6.294582584568958
85
+ },
86
+ {
87
+ "x": 9.183633564083266,
88
+ "y": -6.19751350833688
89
+ },
90
+ {
91
+ "x": 9.195901391608002,
92
+ "y": -6.099095214566798
93
+ },
94
+ {
95
+ "x": 9.2,
96
+ "y": -5.999999999999999
97
+ },
98
+ {
99
+ "x": 9.2,
100
+ "y": 5.999999999999999
101
+ },
102
+ {
103
+ "x": 9.195901391608002,
104
+ "y": 6.099095214566798
105
+ },
106
+ {
107
+ "x": 9.183633564083266,
108
+ "y": 6.19751350833688
109
+ },
110
+ {
111
+ "x": 9.163280319127196,
112
+ "y": 6.294582584568958
113
+ },
114
+ {
115
+ "x": 9.134980690040761,
116
+ "y": 6.389639363045619
117
+ },
118
+ {
119
+ "x": 9.098927991986068,
120
+ "y": 6.4820345095835625
121
+ },
122
+ {
123
+ "x": 9.055368501447786,
124
+ "y": 6.571136871644487
125
+ },
126
+ {
127
+ "x": 9.004599773915034,
128
+ "y": 6.656337789746911
129
+ },
130
+ {
131
+ "x": 8.946968611275672,
132
+ "y": 6.737055255227601
133
+ },
134
+ {
135
+ "x": 8.882868692807758,
136
+ "y": 6.812737885950888
137
+ },
138
+ {
139
+ "x": 8.812737885950888,
140
+ "y": 6.882868692807757
141
+ },
142
+ {
143
+ "x": 8.7370552552276,
144
+ "y": 6.946968611275671
145
+ },
146
+ {
147
+ "x": 8.656337789746912,
148
+ "y": 7.004599773915033
149
+ },
150
+ {
151
+ "x": 8.571136871644487,
152
+ "y": 7.055368501447786
153
+ },
154
+ {
155
+ "x": 8.482034509583563,
156
+ "y": 7.098927991986068
157
+ },
158
+ {
159
+ "x": 8.38963936304562,
160
+ "y": 7.134980690040761
161
+ },
162
+ {
163
+ "x": 8.294582584568959,
164
+ "y": 7.163280319127195
165
+ },
166
+ {
167
+ "x": 8.197513508336879,
168
+ "y": 7.183633564083266
169
+ },
170
+ {
171
+ "x": 8.099095214566798,
172
+ "y": 7.195901391608003
173
+ },
174
+ {
175
+ "x": 7.999999999999999,
176
+ "y": 7.199999999999999
177
+ },
178
+ {
179
+ "x": -7.999999999999999,
180
+ "y": 7.199999999999999
181
+ },
182
+ {
183
+ "x": -8.099095214566798,
184
+ "y": 7.195901391608003
185
+ },
186
+ {
187
+ "x": -8.197513508336879,
188
+ "y": 7.183633564083266
189
+ },
190
+ {
191
+ "x": -8.294582584568959,
192
+ "y": 7.163280319127195
193
+ },
194
+ {
195
+ "x": -8.38963936304562,
196
+ "y": 7.134980690040761
197
+ },
198
+ {
199
+ "x": -8.482034509583562,
200
+ "y": 7.098927991986068
201
+ },
202
+ {
203
+ "x": -8.571136871644487,
204
+ "y": 7.055368501447786
205
+ },
206
+ {
207
+ "x": -8.65633778974691,
208
+ "y": 7.004599773915033
209
+ },
210
+ {
211
+ "x": -8.7370552552276,
212
+ "y": 6.946968611275671
213
+ },
214
+ {
215
+ "x": -8.812737885950888,
216
+ "y": 6.882868692807757
217
+ },
218
+ {
219
+ "x": -8.882868692807756,
220
+ "y": 6.812737885950888
221
+ },
222
+ {
223
+ "x": -8.946968611275672,
224
+ "y": 6.737055255227601
225
+ },
226
+ {
227
+ "x": -9.004599773915034,
228
+ "y": 6.656337789746911
229
+ },
230
+ {
231
+ "x": -9.055368501447786,
232
+ "y": 6.571136871644487
233
+ },
234
+ {
235
+ "x": -9.098927991986068,
236
+ "y": 6.4820345095835625
237
+ },
238
+ {
239
+ "x": -9.134980690040761,
240
+ "y": 6.389639363045619
241
+ },
242
+ {
243
+ "x": -9.163280319127196,
244
+ "y": 6.294582584568958
245
+ },
246
+ {
247
+ "x": -9.183633564083266,
248
+ "y": 6.19751350833688
249
+ },
250
+ {
251
+ "x": -9.195901391608002,
252
+ "y": 6.099095214566798
253
+ },
254
+ {
255
+ "x": -9.2,
256
+ "y": 5.999999999999999
257
+ },
258
+ {
259
+ "x": -9.2,
260
+ "y": -5.999999999999999
261
+ },
262
+ {
263
+ "x": -9.195901391608002,
264
+ "y": -6.099095214566797
265
+ },
266
+ {
267
+ "x": -9.183633564083266,
268
+ "y": -6.19751350833688
269
+ },
270
+ {
271
+ "x": -9.163280319127196,
272
+ "y": -6.294582584568958
273
+ },
274
+ {
275
+ "x": -9.134980690040761,
276
+ "y": -6.389639363045619
277
+ },
278
+ {
279
+ "x": -9.098927991986068,
280
+ "y": -6.4820345095835625
281
+ },
282
+ {
283
+ "x": -9.055368501447786,
284
+ "y": -6.571136871644487
285
+ },
286
+ {
287
+ "x": -9.004599773915034,
288
+ "y": -6.656337789746911
289
+ },
290
+ {
291
+ "x": -8.946968611275672,
292
+ "y": -6.737055255227601
293
+ },
294
+ {
295
+ "x": -8.882868692807758,
296
+ "y": -6.812737885950888
297
+ },
298
+ {
299
+ "x": -8.812737885950888,
300
+ "y": -6.882868692807757
301
+ },
302
+ {
303
+ "x": -8.7370552552276,
304
+ "y": -6.946968611275671
305
+ },
306
+ {
307
+ "x": -8.656337789746912,
308
+ "y": -7.004599773915033
309
+ },
310
+ {
311
+ "x": -8.571136871644487,
312
+ "y": -7.055368501447786
313
+ },
314
+ {
315
+ "x": -8.482034509583563,
316
+ "y": -7.098927991986068
317
+ },
318
+ {
319
+ "x": -8.38963936304562,
320
+ "y": -7.134980690040761
321
+ },
322
+ {
323
+ "x": -8.294582584568959,
324
+ "y": -7.163280319127195
325
+ },
326
+ {
327
+ "x": -8.19751350833688,
328
+ "y": -7.183633564083266
329
+ },
330
+ {
331
+ "x": -8.099095214566798,
332
+ "y": -7.195901391608003
333
+ },
334
+ {
335
+ "x": -7.999999999999999,
336
+ "y": -7.199999999999999
337
+ }
338
+ ],
339
+ "obstacles": [
340
+ {
341
+ "type": "rect",
342
+ "width": 2.0379944,
343
+ "center": {
344
+ "x": -2.7691079999999593,
345
+ "y": 3.8100000000000596
346
+ },
347
+ "height": 0.5739892,
348
+ "layers": ["top"],
349
+ "connectedTo": [
350
+ "pcb_smtpad_0",
351
+ "connectivity_net79",
352
+ "source_port_14",
353
+ "pcb_smtpad_0",
354
+ "pcb_port_14"
355
+ ]
356
+ },
357
+ {
358
+ "type": "rect",
359
+ "width": 2.0379944,
360
+ "center": {
361
+ "x": -2.7691079999999597,
362
+ "y": 2.5400000000000778
363
+ },
364
+ "height": 0.5739892,
365
+ "layers": ["top"],
366
+ "connectedTo": [
367
+ "pcb_smtpad_1",
368
+ "connectivity_net80",
369
+ "source_port_15",
370
+ "pcb_smtpad_1",
371
+ "pcb_port_15"
372
+ ]
373
+ },
374
+ {
375
+ "type": "rect",
376
+ "width": 2.0379944,
377
+ "center": {
378
+ "x": -2.7691079999999597,
379
+ "y": 1.270000000000096
380
+ },
381
+ "height": 0.5739892,
382
+ "layers": ["top"],
383
+ "connectedTo": [
384
+ "pcb_smtpad_2",
385
+ "connectivity_net81",
386
+ "source_port_16",
387
+ "pcb_smtpad_2",
388
+ "pcb_port_16"
389
+ ]
390
+ },
391
+ {
392
+ "type": "rect",
393
+ "width": 2.0379944,
394
+ "center": {
395
+ "x": -2.76910799999996,
396
+ "y": 5.08676887303992e-16
397
+ },
398
+ "height": 0.5739892,
399
+ "layers": ["top"],
400
+ "connectedTo": [
401
+ "pcb_smtpad_3",
402
+ "connectivity_net82",
403
+ "source_port_17",
404
+ "pcb_smtpad_3",
405
+ "pcb_port_17"
406
+ ]
407
+ },
408
+ {
409
+ "type": "rect",
410
+ "width": 2.0379944,
411
+ "center": {
412
+ "x": -2.7691079999999606,
413
+ "y": -1.2699999999999814
414
+ },
415
+ "height": 0.5739892,
416
+ "layers": ["top"],
417
+ "connectedTo": [
418
+ "pcb_smtpad_4",
419
+ "connectivity_net83",
420
+ "source_port_18",
421
+ "pcb_smtpad_4",
422
+ "pcb_port_18"
423
+ ]
424
+ },
425
+ {
426
+ "type": "rect",
427
+ "width": 2.0379944,
428
+ "center": {
429
+ "x": -2.7691079999999606,
430
+ "y": -2.539999999999963
431
+ },
432
+ "height": 0.5739892,
433
+ "layers": ["top"],
434
+ "connectedTo": [
435
+ "pcb_smtpad_5",
436
+ "connectivity_net84",
437
+ "source_port_19",
438
+ "pcb_smtpad_5",
439
+ "pcb_port_19"
440
+ ]
441
+ },
442
+ {
443
+ "type": "rect",
444
+ "width": 2.0379944,
445
+ "center": {
446
+ "x": -2.769107999999961,
447
+ "y": -3.809999999999945
448
+ },
449
+ "height": 0.5739892,
450
+ "layers": ["top"],
451
+ "connectedTo": [
452
+ "pcb_smtpad_6",
453
+ "connectivity_net85",
454
+ "source_port_20",
455
+ "pcb_smtpad_6",
456
+ "pcb_port_20"
457
+ ]
458
+ },
459
+ {
460
+ "type": "rect",
461
+ "width": 2.0379944,
462
+ "center": {
463
+ "x": 2.7691080000000747,
464
+ "y": 3.8100000000000587
465
+ },
466
+ "height": 0.5739892,
467
+ "layers": ["top"],
468
+ "connectedTo": [
469
+ "pcb_smtpad_7",
470
+ "connectivity_net3",
471
+ "source_trace_1",
472
+ "source_port_28",
473
+ "source_trace_0",
474
+ "source_port_27",
475
+ "source_net_0",
476
+ "pcb_smtpad_7",
477
+ "pcb_port_27",
478
+ "pcb_smtpad_14",
479
+ "pcb_port_28"
480
+ ]
481
+ },
482
+ {
483
+ "type": "rect",
484
+ "width": 2.0379944,
485
+ "center": {
486
+ "x": 2.7691080000000743,
487
+ "y": 2.540000000000077
488
+ },
489
+ "height": 0.5739892,
490
+ "layers": ["top"],
491
+ "connectedTo": [
492
+ "pcb_smtpad_8",
493
+ "connectivity_net91",
494
+ "source_port_26",
495
+ "pcb_smtpad_8",
496
+ "pcb_port_26"
497
+ ]
498
+ },
499
+ {
500
+ "type": "rect",
501
+ "width": 2.0379944,
502
+ "center": {
503
+ "x": 2.7691080000000743,
504
+ "y": 1.270000000000095
505
+ },
506
+ "height": 0.5739892,
507
+ "layers": ["top"],
508
+ "connectedTo": [
509
+ "pcb_smtpad_9",
510
+ "connectivity_net90",
511
+ "source_port_25",
512
+ "pcb_smtpad_9",
513
+ "pcb_port_25"
514
+ ]
515
+ },
516
+ {
517
+ "type": "rect",
518
+ "width": 2.0379944,
519
+ "center": {
520
+ "x": 2.769108000000074,
521
+ "y": -5.086768873040129e-16
522
+ },
523
+ "height": 0.5739892,
524
+ "layers": ["top"],
525
+ "connectedTo": [
526
+ "pcb_smtpad_10",
527
+ "connectivity_net89",
528
+ "source_port_24",
529
+ "pcb_smtpad_10",
530
+ "pcb_port_24"
531
+ ]
532
+ },
533
+ {
534
+ "type": "rect",
535
+ "width": 2.0379944,
536
+ "center": {
537
+ "x": 2.7691080000000734,
538
+ "y": -1.2699999999999823
539
+ },
540
+ "height": 0.5739892,
541
+ "layers": ["top"],
542
+ "connectedTo": [
543
+ "pcb_smtpad_11",
544
+ "connectivity_net88",
545
+ "source_port_23",
546
+ "pcb_smtpad_11",
547
+ "pcb_port_23"
548
+ ]
549
+ },
550
+ {
551
+ "type": "rect",
552
+ "width": 2.0379944,
553
+ "center": {
554
+ "x": 2.7691080000000734,
555
+ "y": -2.539999999999964
556
+ },
557
+ "height": 0.5739892,
558
+ "layers": ["top"],
559
+ "connectedTo": [
560
+ "pcb_smtpad_12",
561
+ "connectivity_net87",
562
+ "source_port_22",
563
+ "pcb_smtpad_12",
564
+ "pcb_port_22"
565
+ ]
566
+ },
567
+ {
568
+ "type": "rect",
569
+ "width": 2.0379944,
570
+ "center": {
571
+ "x": 2.769108000000073,
572
+ "y": -3.809999999999946
573
+ },
574
+ "height": 0.5739892,
575
+ "layers": ["top"],
576
+ "connectedTo": [
577
+ "pcb_smtpad_13",
578
+ "connectivity_net86",
579
+ "source_port_21",
580
+ "pcb_smtpad_13",
581
+ "pcb_port_21"
582
+ ]
583
+ },
584
+ {
585
+ "type": "rect",
586
+ "width": 0.64,
587
+ "center": {
588
+ "x": 4.6,
589
+ "y": 4.01
590
+ },
591
+ "height": 0.54,
592
+ "layers": ["top"],
593
+ "connectedTo": [
594
+ "pcb_smtpad_14",
595
+ "connectivity_net3",
596
+ "source_trace_1",
597
+ "source_port_28",
598
+ "source_trace_0",
599
+ "source_port_27",
600
+ "source_net_0",
601
+ "pcb_smtpad_7",
602
+ "pcb_port_27",
603
+ "pcb_smtpad_14",
604
+ "pcb_port_28"
605
+ ]
606
+ },
607
+ {
608
+ "type": "rect",
609
+ "width": 0.64,
610
+ "center": {
611
+ "x": 4.6,
612
+ "y": 2.9899999999999993
613
+ },
614
+ "height": 0.54,
615
+ "layers": ["top"],
616
+ "connectedTo": [
617
+ "pcb_smtpad_15",
618
+ "connectivity_net92",
619
+ "source_port_29",
620
+ "pcb_smtpad_15",
621
+ "pcb_port_29"
622
+ ]
623
+ },
624
+ {
625
+ "type": "oval",
626
+ "width": 1.6,
627
+ "center": {
628
+ "x": -8,
629
+ "y": -4
630
+ },
631
+ "height": 1.6,
632
+ "layers": ["top", "inner1", "inner2", "bottom"],
633
+ "connectedTo": [
634
+ "pcb_plated_hole_0",
635
+ "connectivity_net65",
636
+ "source_port_0",
637
+ "pcb_plated_hole_0",
638
+ "pcb_port_0"
639
+ ]
640
+ },
641
+ {
642
+ "type": "oval",
643
+ "width": 1.6,
644
+ "center": {
645
+ "x": -8,
646
+ "y": 4
647
+ },
648
+ "height": 1.6,
649
+ "layers": ["top", "inner1", "inner2", "bottom"],
650
+ "connectedTo": [
651
+ "pcb_plated_hole_1",
652
+ "connectivity_net66",
653
+ "source_port_1",
654
+ "pcb_plated_hole_1",
655
+ "pcb_port_1"
656
+ ]
657
+ },
658
+ {
659
+ "type": "oval",
660
+ "width": 1.6,
661
+ "center": {
662
+ "x": 8,
663
+ "y": 4
664
+ },
665
+ "height": 1.6,
666
+ "layers": ["top", "inner1", "inner2", "bottom"],
667
+ "connectedTo": [
668
+ "pcb_plated_hole_2",
669
+ "connectivity_net67",
670
+ "source_port_2",
671
+ "pcb_plated_hole_2",
672
+ "pcb_port_2"
673
+ ]
674
+ },
675
+ {
676
+ "type": "oval",
677
+ "width": 1.6,
678
+ "center": {
679
+ "x": 8,
680
+ "y": -4
681
+ },
682
+ "height": 1.6,
683
+ "layers": ["top", "inner1", "inner2", "bottom"],
684
+ "connectedTo": [
685
+ "pcb_plated_hole_3",
686
+ "connectivity_net68",
687
+ "source_port_3",
688
+ "pcb_plated_hole_3",
689
+ "pcb_port_3"
690
+ ]
691
+ },
692
+ {
693
+ "type": "oval",
694
+ "width": 1.3,
695
+ "center": {
696
+ "x": -8,
697
+ "y": -2
698
+ },
699
+ "height": 1.3,
700
+ "layers": ["top", "inner1", "inner2", "bottom"],
701
+ "connectedTo": [
702
+ "pcb_plated_hole_4",
703
+ "connectivity_net69",
704
+ "source_port_4",
705
+ "pcb_plated_hole_4",
706
+ "pcb_port_4"
707
+ ]
708
+ },
709
+ {
710
+ "type": "oval",
711
+ "width": 1.3,
712
+ "center": {
713
+ "x": -8,
714
+ "y": 0
715
+ },
716
+ "height": 1.3,
717
+ "layers": ["top", "inner1", "inner2", "bottom"],
718
+ "connectedTo": [
719
+ "pcb_plated_hole_5",
720
+ "connectivity_net70",
721
+ "source_port_5",
722
+ "pcb_plated_hole_5",
723
+ "pcb_port_5"
724
+ ]
725
+ },
726
+ {
727
+ "type": "oval",
728
+ "width": 1.3,
729
+ "center": {
730
+ "x": -8,
731
+ "y": 2
732
+ },
733
+ "height": 1.3,
734
+ "layers": ["top", "inner1", "inner2", "bottom"],
735
+ "connectedTo": [
736
+ "pcb_plated_hole_6",
737
+ "connectivity_net71",
738
+ "source_port_6",
739
+ "pcb_plated_hole_6",
740
+ "pcb_port_6"
741
+ ]
742
+ },
743
+ {
744
+ "type": "oval",
745
+ "width": 1.3,
746
+ "center": {
747
+ "x": 8,
748
+ "y": 2
749
+ },
750
+ "height": 1.3,
751
+ "layers": ["top", "inner1", "inner2", "bottom"],
752
+ "connectedTo": [
753
+ "pcb_plated_hole_7",
754
+ "connectivity_net72",
755
+ "source_port_7",
756
+ "pcb_plated_hole_7",
757
+ "pcb_port_7"
758
+ ]
759
+ },
760
+ {
761
+ "type": "oval",
762
+ "width": 1.3,
763
+ "center": {
764
+ "x": 8,
765
+ "y": 0
766
+ },
767
+ "height": 1.3,
768
+ "layers": ["top", "inner1", "inner2", "bottom"],
769
+ "connectedTo": [
770
+ "pcb_plated_hole_8",
771
+ "connectivity_net73",
772
+ "source_port_8",
773
+ "pcb_plated_hole_8",
774
+ "pcb_port_8"
775
+ ]
776
+ },
777
+ {
778
+ "type": "oval",
779
+ "width": 1.3,
780
+ "center": {
781
+ "x": 8,
782
+ "y": -2
783
+ },
784
+ "height": 1.3,
785
+ "layers": ["top", "inner1", "inner2", "bottom"],
786
+ "connectedTo": [
787
+ "pcb_plated_hole_9",
788
+ "connectivity_net74",
789
+ "source_port_9",
790
+ "pcb_plated_hole_9",
791
+ "pcb_port_9"
792
+ ]
793
+ },
794
+ {
795
+ "type": "oval",
796
+ "width": 1.3,
797
+ "center": {
798
+ "x": -8,
799
+ "y": 6
800
+ },
801
+ "height": 1.3,
802
+ "layers": ["top", "inner1", "inner2", "bottom"],
803
+ "connectedTo": [
804
+ "pcb_plated_hole_10",
805
+ "connectivity_net75",
806
+ "source_port_10",
807
+ "pcb_plated_hole_10",
808
+ "pcb_port_10"
809
+ ]
810
+ },
811
+ {
812
+ "type": "oval",
813
+ "width": 1.3,
814
+ "center": {
815
+ "x": 8,
816
+ "y": 6
817
+ },
818
+ "height": 1.3,
819
+ "layers": ["top", "inner1", "inner2", "bottom"],
820
+ "connectedTo": [
821
+ "pcb_plated_hole_11",
822
+ "connectivity_net76",
823
+ "source_port_11",
824
+ "pcb_plated_hole_11",
825
+ "pcb_port_11"
826
+ ]
827
+ },
828
+ {
829
+ "type": "oval",
830
+ "width": 1.3,
831
+ "center": {
832
+ "x": -8,
833
+ "y": -6
834
+ },
835
+ "height": 1.3,
836
+ "layers": ["top", "inner1", "inner2", "bottom"],
837
+ "connectedTo": [
838
+ "pcb_plated_hole_12",
839
+ "connectivity_net77",
840
+ "source_port_12",
841
+ "pcb_plated_hole_12",
842
+ "pcb_port_12"
843
+ ]
844
+ },
845
+ {
846
+ "type": "oval",
847
+ "width": 1.3,
848
+ "center": {
849
+ "x": 8,
850
+ "y": -6
851
+ },
852
+ "height": 1.3,
853
+ "layers": ["top", "inner1", "inner2", "bottom"],
854
+ "connectedTo": [
855
+ "pcb_plated_hole_13",
856
+ "connectivity_net78",
857
+ "source_port_13",
858
+ "pcb_plated_hole_13",
859
+ "pcb_port_13"
860
+ ]
861
+ }
862
+ ],
863
+ "layerCount": 2,
864
+ "connections": [
865
+ {
866
+ "name": "source_net_0",
867
+ "pointsToConnect": [
868
+ {
869
+ "x": 2.7691080000000747,
870
+ "y": 3.8100000000000587,
871
+ "layer": "top",
872
+ "pointId": "pcb_port_27",
873
+ "pcb_port_id": "pcb_port_27"
874
+ },
875
+ {
876
+ "x": 4.6,
877
+ "y": 4.01,
878
+ "layer": "top",
879
+ "pointId": "pcb_port_28",
880
+ "pcb_port_id": "pcb_port_28"
881
+ }
882
+ ]
883
+ }
884
+ ],
885
+ "minTraceWidth": 0.15
886
+ },
887
+ "circuit_json": null,
888
+ "subcircuit_id": null,
889
+ "created_at": "2025-10-31T16:45:29.500Z"
890
+ }