@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,1651 @@
1
+ {
2
+ "autorouting_bug_report_id": "66b0b2c2-a7a3-43ca-9c37-c0431b000a71",
3
+ "reporter_account_id": "9f398687-69d0-4ef4-a48c-bb6dc990e7df",
4
+ "package_id": null,
5
+ "title": "<board#2340 />",
6
+ "simple_route_json": {
7
+ "bounds": {
8
+ "maxX": 28,
9
+ "maxY": 21,
10
+ "minX": -28,
11
+ "minY": -21
12
+ },
13
+ "outline": [
14
+ {
15
+ "x": -25,
16
+ "y": -20
17
+ },
18
+ {
19
+ "x": 25,
20
+ "y": -20
21
+ },
22
+ {
23
+ "x": 25.098135348654836,
24
+ "y": -19.997590912410345
25
+ },
26
+ {
27
+ "x": 25.19603428065912,
28
+ "y": -19.990369453344393
29
+ },
30
+ {
31
+ "x": 25.293460948910724,
32
+ "y": -19.97835301992956
33
+ },
34
+ {
35
+ "x": 25.390180644032256,
36
+ "y": -19.96157056080646
37
+ },
38
+ {
39
+ "x": 25.485960359806526,
40
+ "y": -19.940062506389086
41
+ },
42
+ {
43
+ "x": 25.580569354508924,
44
+ "y": -19.91388067146442
45
+ },
46
+ {
47
+ "x": 25.67377970678444,
48
+ "y": -19.88308813036604
49
+ },
50
+ {
51
+ "x": 25.76536686473018,
52
+ "y": -19.847759065022572
53
+ },
54
+ {
55
+ "x": 25.855110186860564,
56
+ "y": -19.807978586246886
57
+ },
58
+ {
59
+ "x": 25.942793473651996,
60
+ "y": -19.76384252869671
61
+ },
62
+ {
63
+ "x": 26.028205488386444,
64
+ "y": -19.715457220000545
65
+ },
66
+ {
67
+ "x": 26.111140466039206,
68
+ "y": -19.66293922460509
69
+ },
70
+ {
71
+ "x": 26.191398608984866,
72
+ "y": -19.60641506296129
73
+ },
74
+ {
75
+ "x": 26.26878656832729,
76
+ "y": -19.546020906725474
77
+ },
78
+ {
79
+ "x": 26.343117909694037,
80
+ "y": -19.48190225070992
81
+ },
82
+ {
83
+ "x": 26.414213562373096,
84
+ "y": -19.414213562373096
85
+ },
86
+ {
87
+ "x": 26.48190225070992,
88
+ "y": -19.343117909694037
89
+ },
90
+ {
91
+ "x": 26.546020906725474,
92
+ "y": -19.26878656832729
93
+ },
94
+ {
95
+ "x": 26.60641506296129,
96
+ "y": -19.191398608984866
97
+ },
98
+ {
99
+ "x": 26.66293922460509,
100
+ "y": -19.111140466039203
101
+ },
102
+ {
103
+ "x": 26.715457220000545,
104
+ "y": -19.028205488386444
105
+ },
106
+ {
107
+ "x": 26.76384252869671,
108
+ "y": -18.942793473651996
109
+ },
110
+ {
111
+ "x": 26.807978586246886,
112
+ "y": -18.855110186860564
113
+ },
114
+ {
115
+ "x": 26.847759065022572,
116
+ "y": -18.76536686473018
117
+ },
118
+ {
119
+ "x": 26.88308813036604,
120
+ "y": -18.67377970678444
121
+ },
122
+ {
123
+ "x": 26.91388067146442,
124
+ "y": -18.580569354508924
125
+ },
126
+ {
127
+ "x": 26.940062506389086,
128
+ "y": -18.485960359806526
129
+ },
130
+ {
131
+ "x": 26.96157056080646,
132
+ "y": -18.390180644032256
133
+ },
134
+ {
135
+ "x": 26.97835301992956,
136
+ "y": -18.293460948910724
137
+ },
138
+ {
139
+ "x": 26.990369453344393,
140
+ "y": -18.19603428065912
141
+ },
142
+ {
143
+ "x": 26.997590912410345,
144
+ "y": -18.098135348654836
145
+ },
146
+ {
147
+ "x": 27,
148
+ "y": -18
149
+ },
150
+ {
151
+ "x": 27,
152
+ "y": 18
153
+ },
154
+ {
155
+ "x": 26.997590912410345,
156
+ "y": 18.098135348654836
157
+ },
158
+ {
159
+ "x": 26.990369453344393,
160
+ "y": 18.19603428065912
161
+ },
162
+ {
163
+ "x": 26.97835301992956,
164
+ "y": 18.293460948910724
165
+ },
166
+ {
167
+ "x": 26.96157056080646,
168
+ "y": 18.390180644032256
169
+ },
170
+ {
171
+ "x": 26.940062506389086,
172
+ "y": 18.485960359806526
173
+ },
174
+ {
175
+ "x": 26.91388067146442,
176
+ "y": 18.580569354508924
177
+ },
178
+ {
179
+ "x": 26.88308813036604,
180
+ "y": 18.67377970678444
181
+ },
182
+ {
183
+ "x": 26.847759065022572,
184
+ "y": 18.76536686473018
185
+ },
186
+ {
187
+ "x": 26.807978586246886,
188
+ "y": 18.855110186860564
189
+ },
190
+ {
191
+ "x": 26.76384252869671,
192
+ "y": 18.942793473651996
193
+ },
194
+ {
195
+ "x": 26.715457220000545,
196
+ "y": 19.028205488386444
197
+ },
198
+ {
199
+ "x": 26.66293922460509,
200
+ "y": 19.111140466039203
201
+ },
202
+ {
203
+ "x": 26.60641506296129,
204
+ "y": 19.191398608984866
205
+ },
206
+ {
207
+ "x": 26.546020906725474,
208
+ "y": 19.26878656832729
209
+ },
210
+ {
211
+ "x": 26.48190225070992,
212
+ "y": 19.343117909694037
213
+ },
214
+ {
215
+ "x": 26.414213562373096,
216
+ "y": 19.414213562373096
217
+ },
218
+ {
219
+ "x": 26.343117909694037,
220
+ "y": 19.48190225070992
221
+ },
222
+ {
223
+ "x": 26.26878656832729,
224
+ "y": 19.546020906725474
225
+ },
226
+ {
227
+ "x": 26.191398608984866,
228
+ "y": 19.60641506296129
229
+ },
230
+ {
231
+ "x": 26.111140466039206,
232
+ "y": 19.66293922460509
233
+ },
234
+ {
235
+ "x": 26.028205488386444,
236
+ "y": 19.715457220000545
237
+ },
238
+ {
239
+ "x": 25.942793473651996,
240
+ "y": 19.76384252869671
241
+ },
242
+ {
243
+ "x": 25.855110186860564,
244
+ "y": 19.807978586246886
245
+ },
246
+ {
247
+ "x": 25.76536686473018,
248
+ "y": 19.847759065022572
249
+ },
250
+ {
251
+ "x": 25.67377970678444,
252
+ "y": 19.88308813036604
253
+ },
254
+ {
255
+ "x": 25.580569354508924,
256
+ "y": 19.91388067146442
257
+ },
258
+ {
259
+ "x": 25.485960359806526,
260
+ "y": 19.940062506389086
261
+ },
262
+ {
263
+ "x": 25.390180644032256,
264
+ "y": 19.96157056080646
265
+ },
266
+ {
267
+ "x": 25.293460948910724,
268
+ "y": 19.97835301992956
269
+ },
270
+ {
271
+ "x": 25.19603428065912,
272
+ "y": 19.990369453344393
273
+ },
274
+ {
275
+ "x": 25.098135348654836,
276
+ "y": 19.997590912410345
277
+ },
278
+ {
279
+ "x": 25,
280
+ "y": 20
281
+ },
282
+ {
283
+ "x": -25,
284
+ "y": 20
285
+ },
286
+ {
287
+ "x": -25.098135348654836,
288
+ "y": 19.997590912410345
289
+ },
290
+ {
291
+ "x": -25.19603428065912,
292
+ "y": 19.990369453344393
293
+ },
294
+ {
295
+ "x": -25.293460948910724,
296
+ "y": 19.97835301992956
297
+ },
298
+ {
299
+ "x": -25.390180644032256,
300
+ "y": 19.96157056080646
301
+ },
302
+ {
303
+ "x": -25.485960359806526,
304
+ "y": 19.940062506389086
305
+ },
306
+ {
307
+ "x": -25.580569354508924,
308
+ "y": 19.91388067146442
309
+ },
310
+ {
311
+ "x": -25.67377970678444,
312
+ "y": 19.88308813036604
313
+ },
314
+ {
315
+ "x": -25.76536686473018,
316
+ "y": 19.847759065022572
317
+ },
318
+ {
319
+ "x": -25.855110186860564,
320
+ "y": 19.807978586246886
321
+ },
322
+ {
323
+ "x": -25.942793473651996,
324
+ "y": 19.76384252869671
325
+ },
326
+ {
327
+ "x": -26.028205488386444,
328
+ "y": 19.715457220000545
329
+ },
330
+ {
331
+ "x": -26.111140466039203,
332
+ "y": 19.66293922460509
333
+ },
334
+ {
335
+ "x": -26.191398608984866,
336
+ "y": 19.60641506296129
337
+ },
338
+ {
339
+ "x": -26.26878656832729,
340
+ "y": 19.546020906725474
341
+ },
342
+ {
343
+ "x": -26.343117909694037,
344
+ "y": 19.48190225070992
345
+ },
346
+ {
347
+ "x": -26.414213562373096,
348
+ "y": 19.414213562373096
349
+ },
350
+ {
351
+ "x": -26.48190225070992,
352
+ "y": 19.343117909694037
353
+ },
354
+ {
355
+ "x": -26.546020906725474,
356
+ "y": 19.26878656832729
357
+ },
358
+ {
359
+ "x": -26.60641506296129,
360
+ "y": 19.191398608984866
361
+ },
362
+ {
363
+ "x": -26.66293922460509,
364
+ "y": 19.111140466039203
365
+ },
366
+ {
367
+ "x": -26.715457220000545,
368
+ "y": 19.028205488386444
369
+ },
370
+ {
371
+ "x": -26.76384252869671,
372
+ "y": 18.942793473651996
373
+ },
374
+ {
375
+ "x": -26.807978586246886,
376
+ "y": 18.855110186860564
377
+ },
378
+ {
379
+ "x": -26.847759065022572,
380
+ "y": 18.76536686473018
381
+ },
382
+ {
383
+ "x": -26.88308813036604,
384
+ "y": 18.67377970678444
385
+ },
386
+ {
387
+ "x": -26.91388067146442,
388
+ "y": 18.580569354508924
389
+ },
390
+ {
391
+ "x": -26.940062506389086,
392
+ "y": 18.48596035980653
393
+ },
394
+ {
395
+ "x": -26.96157056080646,
396
+ "y": 18.390180644032256
397
+ },
398
+ {
399
+ "x": -26.97835301992956,
400
+ "y": 18.293460948910724
401
+ },
402
+ {
403
+ "x": -26.990369453344393,
404
+ "y": 18.19603428065912
405
+ },
406
+ {
407
+ "x": -26.997590912410345,
408
+ "y": 18.098135348654836
409
+ },
410
+ {
411
+ "x": -27,
412
+ "y": 18
413
+ },
414
+ {
415
+ "x": -27,
416
+ "y": -18
417
+ },
418
+ {
419
+ "x": -26.997590912410345,
420
+ "y": -18.098135348654836
421
+ },
422
+ {
423
+ "x": -26.990369453344393,
424
+ "y": -18.19603428065912
425
+ },
426
+ {
427
+ "x": -26.97835301992956,
428
+ "y": -18.293460948910724
429
+ },
430
+ {
431
+ "x": -26.96157056080646,
432
+ "y": -18.390180644032256
433
+ },
434
+ {
435
+ "x": -26.940062506389086,
436
+ "y": -18.485960359806526
437
+ },
438
+ {
439
+ "x": -26.91388067146442,
440
+ "y": -18.580569354508924
441
+ },
442
+ {
443
+ "x": -26.88308813036604,
444
+ "y": -18.67377970678444
445
+ },
446
+ {
447
+ "x": -26.847759065022572,
448
+ "y": -18.76536686473018
449
+ },
450
+ {
451
+ "x": -26.807978586246886,
452
+ "y": -18.855110186860564
453
+ },
454
+ {
455
+ "x": -26.76384252869671,
456
+ "y": -18.942793473651996
457
+ },
458
+ {
459
+ "x": -26.715457220000545,
460
+ "y": -19.028205488386444
461
+ },
462
+ {
463
+ "x": -26.66293922460509,
464
+ "y": -19.111140466039203
465
+ },
466
+ {
467
+ "x": -26.60641506296129,
468
+ "y": -19.191398608984866
469
+ },
470
+ {
471
+ "x": -26.546020906725474,
472
+ "y": -19.26878656832729
473
+ },
474
+ {
475
+ "x": -26.48190225070992,
476
+ "y": -19.343117909694037
477
+ },
478
+ {
479
+ "x": -26.414213562373096,
480
+ "y": -19.414213562373096
481
+ },
482
+ {
483
+ "x": -26.343117909694037,
484
+ "y": -19.48190225070992
485
+ },
486
+ {
487
+ "x": -26.268786568327293,
488
+ "y": -19.546020906725474
489
+ },
490
+ {
491
+ "x": -26.191398608984866,
492
+ "y": -19.60641506296129
493
+ },
494
+ {
495
+ "x": -26.111140466039203,
496
+ "y": -19.66293922460509
497
+ },
498
+ {
499
+ "x": -26.028205488386444,
500
+ "y": -19.715457220000545
501
+ },
502
+ {
503
+ "x": -25.942793473651996,
504
+ "y": -19.76384252869671
505
+ },
506
+ {
507
+ "x": -25.855110186860564,
508
+ "y": -19.807978586246886
509
+ },
510
+ {
511
+ "x": -25.76536686473018,
512
+ "y": -19.847759065022572
513
+ },
514
+ {
515
+ "x": -25.67377970678444,
516
+ "y": -19.88308813036604
517
+ },
518
+ {
519
+ "x": -25.580569354508924,
520
+ "y": -19.91388067146442
521
+ },
522
+ {
523
+ "x": -25.48596035980653,
524
+ "y": -19.940062506389086
525
+ },
526
+ {
527
+ "x": -25.390180644032256,
528
+ "y": -19.96157056080646
529
+ },
530
+ {
531
+ "x": -25.293460948910724,
532
+ "y": -19.97835301992956
533
+ },
534
+ {
535
+ "x": -25.19603428065912,
536
+ "y": -19.990369453344393
537
+ },
538
+ {
539
+ "x": -25.098135348654836,
540
+ "y": -19.997590912410345
541
+ },
542
+ {
543
+ "x": -25,
544
+ "y": -20
545
+ }
546
+ ],
547
+ "obstacles": [
548
+ {
549
+ "type": "rect",
550
+ "width": 2,
551
+ "center": {
552
+ "x": 7.619999999999999,
553
+ "y": -14.160000000000002
554
+ },
555
+ "height": 1.6,
556
+ "layers": ["top"],
557
+ "connectedTo": [
558
+ "pcb_smtpad_0",
559
+ "connectivity_net128",
560
+ "source_port_0",
561
+ "pcb_smtpad_0",
562
+ "pcb_port_0"
563
+ ]
564
+ },
565
+ {
566
+ "type": "rect",
567
+ "width": 2,
568
+ "center": {
569
+ "x": 7.619999999999999,
570
+ "y": -11.620000000000001
571
+ },
572
+ "height": 1.6,
573
+ "layers": ["top"],
574
+ "connectedTo": [
575
+ "pcb_smtpad_1",
576
+ "connectivity_net22",
577
+ "source_trace_8",
578
+ "source_port_45",
579
+ "source_trace_0",
580
+ "source_port_1",
581
+ "source_net_0",
582
+ "pcb_smtpad_1",
583
+ "pcb_port_1",
584
+ "pcb_plated_hole_0",
585
+ "pcb_port_45"
586
+ ]
587
+ },
588
+ {
589
+ "type": "rect",
590
+ "width": 2,
591
+ "center": {
592
+ "x": 7.619999999999999,
593
+ "y": -9.080000000000002
594
+ },
595
+ "height": 1.6,
596
+ "layers": ["top"],
597
+ "connectedTo": [
598
+ "pcb_smtpad_2",
599
+ "connectivity_net24",
600
+ "source_trace_9",
601
+ "source_port_46",
602
+ "source_trace_7",
603
+ "source_port_34",
604
+ "source_trace_5",
605
+ "source_port_31",
606
+ "source_trace_1",
607
+ "source_port_2",
608
+ "source_net_1",
609
+ "pcb_smtpad_2",
610
+ "pcb_port_2",
611
+ "pcb_smtpad_31",
612
+ "pcb_port_31",
613
+ "pcb_smtpad_34",
614
+ "pcb_port_34",
615
+ "pcb_plated_hole_1",
616
+ "pcb_port_46"
617
+ ]
618
+ },
619
+ {
620
+ "type": "rect",
621
+ "width": 2,
622
+ "center": {
623
+ "x": 7.62,
624
+ "y": -6.540000000000001
625
+ },
626
+ "height": 1.6,
627
+ "layers": ["top"],
628
+ "connectedTo": [
629
+ "pcb_smtpad_3",
630
+ "connectivity_net129",
631
+ "source_port_3",
632
+ "pcb_smtpad_3",
633
+ "pcb_port_3"
634
+ ]
635
+ },
636
+ {
637
+ "type": "rect",
638
+ "width": 2,
639
+ "center": {
640
+ "x": 7.62,
641
+ "y": -4.000000000000001
642
+ },
643
+ "height": 1.6,
644
+ "layers": ["top"],
645
+ "connectedTo": [
646
+ "pcb_smtpad_4",
647
+ "connectivity_net130",
648
+ "source_port_4",
649
+ "pcb_smtpad_4",
650
+ "pcb_port_4"
651
+ ]
652
+ },
653
+ {
654
+ "type": "rect",
655
+ "width": 2,
656
+ "center": {
657
+ "x": 7.62,
658
+ "y": -1.4600000000000017
659
+ },
660
+ "height": 1.6,
661
+ "layers": ["top"],
662
+ "connectedTo": [
663
+ "pcb_smtpad_5",
664
+ "connectivity_net17",
665
+ "source_trace_6",
666
+ "source_port_33",
667
+ "source_port_5",
668
+ "pcb_smtpad_5",
669
+ "pcb_port_5",
670
+ "pcb_smtpad_33",
671
+ "pcb_port_33"
672
+ ]
673
+ },
674
+ {
675
+ "type": "rect",
676
+ "width": 2,
677
+ "center": {
678
+ "x": 7.620000000000001,
679
+ "y": 1.0799999999999992
680
+ },
681
+ "height": 1.6,
682
+ "layers": ["top"],
683
+ "connectedTo": [
684
+ "pcb_smtpad_6",
685
+ "connectivity_net12",
686
+ "source_trace_4",
687
+ "source_port_29",
688
+ "source_port_6",
689
+ "pcb_smtpad_6",
690
+ "pcb_port_6",
691
+ "pcb_smtpad_29",
692
+ "pcb_port_29"
693
+ ]
694
+ },
695
+ {
696
+ "type": "rect",
697
+ "width": 2,
698
+ "center": {
699
+ "x": 7.620000000000001,
700
+ "y": 3.62
701
+ },
702
+ "height": 1.6,
703
+ "layers": ["top"],
704
+ "connectedTo": [
705
+ "pcb_smtpad_7",
706
+ "connectivity_net131",
707
+ "source_port_7",
708
+ "pcb_smtpad_7",
709
+ "pcb_port_7"
710
+ ]
711
+ },
712
+ {
713
+ "type": "rect",
714
+ "width": 2,
715
+ "center": {
716
+ "x": 7.620000000000001,
717
+ "y": 6.159999999999998
718
+ },
719
+ "height": 1.6,
720
+ "layers": ["top"],
721
+ "connectedTo": [
722
+ "pcb_smtpad_8",
723
+ "connectivity_net132",
724
+ "source_port_8",
725
+ "pcb_smtpad_8",
726
+ "pcb_port_8"
727
+ ]
728
+ },
729
+ {
730
+ "type": "rect",
731
+ "width": 2,
732
+ "center": {
733
+ "x": -7.620000000000001,
734
+ "y": -14.159999999999998
735
+ },
736
+ "height": 1.6,
737
+ "layers": ["top"],
738
+ "connectedTo": [
739
+ "pcb_smtpad_9",
740
+ "connectivity_net26",
741
+ "source_trace_10",
742
+ "source_port_48",
743
+ "source_trace_2",
744
+ "source_port_9",
745
+ "source_net_2",
746
+ "pcb_smtpad_9",
747
+ "pcb_port_9",
748
+ "pcb_plated_hole_3",
749
+ "pcb_port_48"
750
+ ]
751
+ },
752
+ {
753
+ "type": "rect",
754
+ "width": 2,
755
+ "center": {
756
+ "x": -7.620000000000001,
757
+ "y": -11.62
758
+ },
759
+ "height": 1.6,
760
+ "layers": ["top"],
761
+ "connectedTo": [
762
+ "pcb_smtpad_10",
763
+ "connectivity_net28",
764
+ "source_trace_11",
765
+ "source_port_47",
766
+ "source_trace_3",
767
+ "source_port_10",
768
+ "source_net_3",
769
+ "pcb_smtpad_10",
770
+ "pcb_port_10",
771
+ "pcb_plated_hole_2",
772
+ "pcb_port_47"
773
+ ]
774
+ },
775
+ {
776
+ "type": "rect",
777
+ "width": 2,
778
+ "center": {
779
+ "x": -7.620000000000001,
780
+ "y": -9.079999999999998
781
+ },
782
+ "height": 1.6,
783
+ "layers": ["top"],
784
+ "connectedTo": [
785
+ "pcb_smtpad_11",
786
+ "connectivity_net133",
787
+ "source_port_11",
788
+ "pcb_smtpad_11",
789
+ "pcb_port_11"
790
+ ]
791
+ },
792
+ {
793
+ "type": "rect",
794
+ "width": 2,
795
+ "center": {
796
+ "x": -7.62,
797
+ "y": -6.539999999999999
798
+ },
799
+ "height": 1.6,
800
+ "layers": ["top"],
801
+ "connectedTo": [
802
+ "pcb_smtpad_12",
803
+ "connectivity_net134",
804
+ "source_port_12",
805
+ "pcb_smtpad_12",
806
+ "pcb_port_12"
807
+ ]
808
+ },
809
+ {
810
+ "type": "rect",
811
+ "width": 2,
812
+ "center": {
813
+ "x": -7.62,
814
+ "y": -3.999999999999999
815
+ },
816
+ "height": 1.6,
817
+ "layers": ["top"],
818
+ "connectedTo": [
819
+ "pcb_smtpad_13",
820
+ "connectivity_net135",
821
+ "source_port_13",
822
+ "pcb_smtpad_13",
823
+ "pcb_port_13"
824
+ ]
825
+ },
826
+ {
827
+ "type": "rect",
828
+ "width": 2,
829
+ "center": {
830
+ "x": -7.62,
831
+ "y": -1.46
832
+ },
833
+ "height": 1.6,
834
+ "layers": ["top"],
835
+ "connectedTo": [
836
+ "pcb_smtpad_14",
837
+ "connectivity_net136",
838
+ "source_port_14",
839
+ "pcb_smtpad_14",
840
+ "pcb_port_14"
841
+ ]
842
+ },
843
+ {
844
+ "type": "rect",
845
+ "width": 2,
846
+ "center": {
847
+ "x": -7.619999999999999,
848
+ "y": 1.080000000000001
849
+ },
850
+ "height": 1.6,
851
+ "layers": ["top"],
852
+ "connectedTo": [
853
+ "pcb_smtpad_15",
854
+ "connectivity_net137",
855
+ "source_port_15",
856
+ "pcb_smtpad_15",
857
+ "pcb_port_15"
858
+ ]
859
+ },
860
+ {
861
+ "type": "rect",
862
+ "width": 2,
863
+ "center": {
864
+ "x": -7.619999999999999,
865
+ "y": 3.620000000000002
866
+ },
867
+ "height": 1.6,
868
+ "layers": ["top"],
869
+ "connectedTo": [
870
+ "pcb_smtpad_16",
871
+ "connectivity_net138",
872
+ "source_port_16",
873
+ "pcb_smtpad_16",
874
+ "pcb_port_16"
875
+ ]
876
+ },
877
+ {
878
+ "type": "rect",
879
+ "width": 2,
880
+ "center": {
881
+ "x": -7.619999999999999,
882
+ "y": 6.160000000000002
883
+ },
884
+ "height": 1.6,
885
+ "layers": ["top"],
886
+ "connectedTo": [
887
+ "pcb_smtpad_17",
888
+ "connectivity_net139",
889
+ "source_port_17",
890
+ "pcb_smtpad_17",
891
+ "pcb_port_17"
892
+ ]
893
+ },
894
+ {
895
+ "type": "rect",
896
+ "width": 1.6,
897
+ "center": {
898
+ "x": 5.080000000000001,
899
+ "y": 6.16
900
+ },
901
+ "height": 2,
902
+ "layers": ["top"],
903
+ "connectedTo": [
904
+ "pcb_smtpad_18",
905
+ "connectivity_net140",
906
+ "source_port_18",
907
+ "pcb_smtpad_18",
908
+ "pcb_port_18"
909
+ ]
910
+ },
911
+ {
912
+ "type": "rect",
913
+ "width": 1.6,
914
+ "center": {
915
+ "x": 2.5400000000000014,
916
+ "y": 6.16
917
+ },
918
+ "height": 2,
919
+ "layers": ["top"],
920
+ "connectedTo": [
921
+ "pcb_smtpad_19",
922
+ "connectivity_net141",
923
+ "source_port_19",
924
+ "pcb_smtpad_19",
925
+ "pcb_port_19"
926
+ ]
927
+ },
928
+ {
929
+ "type": "rect",
930
+ "width": 1.6,
931
+ "center": {
932
+ "x": 1.2442411479337109e-15,
933
+ "y": 6.16
934
+ },
935
+ "height": 2,
936
+ "layers": ["top"],
937
+ "connectedTo": [
938
+ "pcb_smtpad_20",
939
+ "connectivity_net142",
940
+ "source_port_20",
941
+ "pcb_smtpad_20",
942
+ "pcb_port_20"
943
+ ]
944
+ },
945
+ {
946
+ "type": "rect",
947
+ "width": 1.6,
948
+ "center": {
949
+ "x": -2.5399999999999987,
950
+ "y": 6.16
951
+ },
952
+ "height": 2,
953
+ "layers": ["top"],
954
+ "connectedTo": [
955
+ "pcb_smtpad_21",
956
+ "connectivity_net143",
957
+ "source_port_21",
958
+ "pcb_smtpad_21",
959
+ "pcb_port_21"
960
+ ]
961
+ },
962
+ {
963
+ "type": "rect",
964
+ "width": 1.6,
965
+ "center": {
966
+ "x": -5.079999999999999,
967
+ "y": 6.16
968
+ },
969
+ "height": 2,
970
+ "layers": ["top"],
971
+ "connectedTo": [
972
+ "pcb_smtpad_22",
973
+ "connectivity_net144",
974
+ "source_port_22",
975
+ "pcb_smtpad_22",
976
+ "pcb_port_22"
977
+ ]
978
+ },
979
+ {
980
+ "type": "rect",
981
+ "width": 1.4,
982
+ "center": {
983
+ "x": 12,
984
+ "y": 1.0875
985
+ },
986
+ "height": 1.025,
987
+ "layers": ["top"],
988
+ "connectedTo": [
989
+ "pcb_smtpad_23",
990
+ "connectivity_net145",
991
+ "source_port_23",
992
+ "pcb_smtpad_23",
993
+ "pcb_port_23"
994
+ ],
995
+ "netIsAssignable": true,
996
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
997
+ },
998
+ {
999
+ "type": "rect",
1000
+ "width": 1.4,
1001
+ "center": {
1002
+ "x": 12,
1003
+ "y": 2.9125
1004
+ },
1005
+ "height": 1.025,
1006
+ "layers": ["top"],
1007
+ "connectedTo": [
1008
+ "pcb_smtpad_24",
1009
+ "connectivity_net146",
1010
+ "source_port_24",
1011
+ "pcb_smtpad_24",
1012
+ "pcb_port_24"
1013
+ ],
1014
+ "netIsAssignable": true,
1015
+ "offBoardConnectsTo": ["source_component_internal_connection_0"]
1016
+ },
1017
+ {
1018
+ "type": "rect",
1019
+ "width": 1.4,
1020
+ "center": {
1021
+ "x": 12,
1022
+ "y": -4.9125
1023
+ },
1024
+ "height": 1.025,
1025
+ "layers": ["top"],
1026
+ "connectedTo": [
1027
+ "pcb_smtpad_25",
1028
+ "connectivity_net147",
1029
+ "source_port_25",
1030
+ "pcb_smtpad_25",
1031
+ "pcb_port_25"
1032
+ ],
1033
+ "netIsAssignable": true,
1034
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1035
+ },
1036
+ {
1037
+ "type": "rect",
1038
+ "width": 1.4,
1039
+ "center": {
1040
+ "x": 12,
1041
+ "y": -3.0875
1042
+ },
1043
+ "height": 1.025,
1044
+ "layers": ["top"],
1045
+ "connectedTo": [
1046
+ "pcb_smtpad_26",
1047
+ "connectivity_net148",
1048
+ "source_port_26",
1049
+ "pcb_smtpad_26",
1050
+ "pcb_port_26"
1051
+ ],
1052
+ "netIsAssignable": true,
1053
+ "offBoardConnectsTo": ["source_component_internal_connection_1"]
1054
+ },
1055
+ {
1056
+ "type": "rect",
1057
+ "width": 1.4,
1058
+ "center": {
1059
+ "x": 12,
1060
+ "y": -10.9125
1061
+ },
1062
+ "height": 1.025,
1063
+ "layers": ["top"],
1064
+ "connectedTo": [
1065
+ "pcb_smtpad_27",
1066
+ "connectivity_net149",
1067
+ "source_port_27",
1068
+ "pcb_smtpad_27",
1069
+ "pcb_port_27"
1070
+ ],
1071
+ "netIsAssignable": true,
1072
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
1073
+ },
1074
+ {
1075
+ "type": "rect",
1076
+ "width": 1.4,
1077
+ "center": {
1078
+ "x": 12,
1079
+ "y": -9.0875
1080
+ },
1081
+ "height": 1.025,
1082
+ "layers": ["top"],
1083
+ "connectedTo": [
1084
+ "pcb_smtpad_28",
1085
+ "connectivity_net150",
1086
+ "source_port_28",
1087
+ "pcb_smtpad_28",
1088
+ "pcb_port_28"
1089
+ ],
1090
+ "netIsAssignable": true,
1091
+ "offBoardConnectsTo": ["source_component_internal_connection_2"]
1092
+ },
1093
+ {
1094
+ "type": "rect",
1095
+ "width": 2.1999956,
1096
+ "center": {
1097
+ "x": 15.70003399999996,
1098
+ "y": 2.2500589999999647
1099
+ },
1100
+ "height": 1.499997,
1101
+ "layers": ["top"],
1102
+ "connectedTo": [
1103
+ "pcb_smtpad_29",
1104
+ "connectivity_net12",
1105
+ "source_trace_4",
1106
+ "source_port_29",
1107
+ "source_port_6",
1108
+ "pcb_smtpad_6",
1109
+ "pcb_port_6",
1110
+ "pcb_smtpad_29",
1111
+ "pcb_port_29"
1112
+ ]
1113
+ },
1114
+ {
1115
+ "type": "rect",
1116
+ "width": 2.1999956,
1117
+ "center": {
1118
+ "x": 24.299965999999927,
1119
+ "y": 2.2500589999999647
1120
+ },
1121
+ "height": 1.499997,
1122
+ "layers": ["top"],
1123
+ "connectedTo": [
1124
+ "pcb_smtpad_30",
1125
+ "connectivity_net151",
1126
+ "source_port_30",
1127
+ "pcb_smtpad_30",
1128
+ "pcb_port_30"
1129
+ ]
1130
+ },
1131
+ {
1132
+ "type": "rect",
1133
+ "width": 2.1999956,
1134
+ "center": {
1135
+ "x": 15.70003399999996,
1136
+ "y": -2.2500590000000784
1137
+ },
1138
+ "height": 1.499997,
1139
+ "layers": ["top"],
1140
+ "connectedTo": [
1141
+ "pcb_smtpad_31",
1142
+ "connectivity_net24",
1143
+ "source_trace_9",
1144
+ "source_port_46",
1145
+ "source_trace_7",
1146
+ "source_port_34",
1147
+ "source_trace_5",
1148
+ "source_port_31",
1149
+ "source_trace_1",
1150
+ "source_port_2",
1151
+ "source_net_1",
1152
+ "pcb_smtpad_2",
1153
+ "pcb_port_2",
1154
+ "pcb_smtpad_31",
1155
+ "pcb_port_31",
1156
+ "pcb_smtpad_34",
1157
+ "pcb_port_34",
1158
+ "pcb_plated_hole_1",
1159
+ "pcb_port_46"
1160
+ ]
1161
+ },
1162
+ {
1163
+ "type": "rect",
1164
+ "width": 2.1999956,
1165
+ "center": {
1166
+ "x": 24.299965999999927,
1167
+ "y": -2.2500590000000784
1168
+ },
1169
+ "height": 1.499997,
1170
+ "layers": ["top"],
1171
+ "connectedTo": [
1172
+ "pcb_smtpad_32",
1173
+ "connectivity_net152",
1174
+ "source_port_32",
1175
+ "pcb_smtpad_32",
1176
+ "pcb_port_32"
1177
+ ]
1178
+ },
1179
+ {
1180
+ "type": "rect",
1181
+ "width": 2.1999956,
1182
+ "center": {
1183
+ "x": 15.70003399999996,
1184
+ "y": -7.749941000000035
1185
+ },
1186
+ "height": 1.499997,
1187
+ "layers": ["top"],
1188
+ "connectedTo": [
1189
+ "pcb_smtpad_33",
1190
+ "connectivity_net17",
1191
+ "source_trace_6",
1192
+ "source_port_33",
1193
+ "source_port_5",
1194
+ "pcb_smtpad_5",
1195
+ "pcb_port_5",
1196
+ "pcb_smtpad_33",
1197
+ "pcb_port_33"
1198
+ ]
1199
+ },
1200
+ {
1201
+ "type": "rect",
1202
+ "width": 2.1999956,
1203
+ "center": {
1204
+ "x": 24.299965999999927,
1205
+ "y": -7.749941000000035
1206
+ },
1207
+ "height": 1.499997,
1208
+ "layers": ["top"],
1209
+ "connectedTo": [
1210
+ "pcb_smtpad_34",
1211
+ "connectivity_net24",
1212
+ "source_trace_9",
1213
+ "source_port_46",
1214
+ "source_trace_7",
1215
+ "source_port_34",
1216
+ "source_trace_5",
1217
+ "source_port_31",
1218
+ "source_trace_1",
1219
+ "source_port_2",
1220
+ "source_net_1",
1221
+ "pcb_smtpad_2",
1222
+ "pcb_port_2",
1223
+ "pcb_smtpad_31",
1224
+ "pcb_port_31",
1225
+ "pcb_smtpad_34",
1226
+ "pcb_port_34",
1227
+ "pcb_plated_hole_1",
1228
+ "pcb_port_46"
1229
+ ]
1230
+ },
1231
+ {
1232
+ "type": "rect",
1233
+ "width": 2.1999956,
1234
+ "center": {
1235
+ "x": 15.70003399999996,
1236
+ "y": -12.250059000000078
1237
+ },
1238
+ "height": 1.499997,
1239
+ "layers": ["top"],
1240
+ "connectedTo": [
1241
+ "pcb_smtpad_35",
1242
+ "connectivity_net153",
1243
+ "source_port_35",
1244
+ "pcb_smtpad_35",
1245
+ "pcb_port_35"
1246
+ ]
1247
+ },
1248
+ {
1249
+ "type": "rect",
1250
+ "width": 2.1999956,
1251
+ "center": {
1252
+ "x": 24.299965999999927,
1253
+ "y": -12.250059000000078
1254
+ },
1255
+ "height": 1.499997,
1256
+ "layers": ["top"],
1257
+ "connectedTo": [
1258
+ "pcb_smtpad_36",
1259
+ "connectivity_net154",
1260
+ "source_port_36",
1261
+ "pcb_smtpad_36",
1262
+ "pcb_port_36"
1263
+ ]
1264
+ },
1265
+ {
1266
+ "type": "rect",
1267
+ "width": 2.1999956,
1268
+ "center": {
1269
+ "x": -24.29996600000004,
1270
+ "y": 2.2500589999999647
1271
+ },
1272
+ "height": 1.499997,
1273
+ "layers": ["top"],
1274
+ "connectedTo": [
1275
+ "pcb_smtpad_37",
1276
+ "connectivity_net155",
1277
+ "source_port_37",
1278
+ "pcb_smtpad_37",
1279
+ "pcb_port_37"
1280
+ ]
1281
+ },
1282
+ {
1283
+ "type": "rect",
1284
+ "width": 2.1999956,
1285
+ "center": {
1286
+ "x": -15.700034000000073,
1287
+ "y": 2.2500589999999647
1288
+ },
1289
+ "height": 1.499997,
1290
+ "layers": ["top"],
1291
+ "connectedTo": [
1292
+ "pcb_smtpad_38",
1293
+ "connectivity_net156",
1294
+ "source_port_38",
1295
+ "pcb_smtpad_38",
1296
+ "pcb_port_38"
1297
+ ]
1298
+ },
1299
+ {
1300
+ "type": "rect",
1301
+ "width": 2.1999956,
1302
+ "center": {
1303
+ "x": -24.29996600000004,
1304
+ "y": -2.2500590000000784
1305
+ },
1306
+ "height": 1.499997,
1307
+ "layers": ["top"],
1308
+ "connectedTo": [
1309
+ "pcb_smtpad_39",
1310
+ "connectivity_net157",
1311
+ "source_port_39",
1312
+ "pcb_smtpad_39",
1313
+ "pcb_port_39"
1314
+ ]
1315
+ },
1316
+ {
1317
+ "type": "rect",
1318
+ "width": 2.1999956,
1319
+ "center": {
1320
+ "x": -15.700034000000073,
1321
+ "y": -2.2500590000000784
1322
+ },
1323
+ "height": 1.499997,
1324
+ "layers": ["top"],
1325
+ "connectedTo": [
1326
+ "pcb_smtpad_40",
1327
+ "connectivity_net158",
1328
+ "source_port_40",
1329
+ "pcb_smtpad_40",
1330
+ "pcb_port_40"
1331
+ ]
1332
+ },
1333
+ {
1334
+ "type": "rect",
1335
+ "width": 2.1999956,
1336
+ "center": {
1337
+ "x": -24.29996600000004,
1338
+ "y": -7.749941000000035
1339
+ },
1340
+ "height": 1.499997,
1341
+ "layers": ["top"],
1342
+ "connectedTo": [
1343
+ "pcb_smtpad_41",
1344
+ "connectivity_net159",
1345
+ "source_port_41",
1346
+ "pcb_smtpad_41",
1347
+ "pcb_port_41"
1348
+ ]
1349
+ },
1350
+ {
1351
+ "type": "rect",
1352
+ "width": 2.1999956,
1353
+ "center": {
1354
+ "x": -15.700034000000073,
1355
+ "y": -7.749941000000035
1356
+ },
1357
+ "height": 1.499997,
1358
+ "layers": ["top"],
1359
+ "connectedTo": [
1360
+ "pcb_smtpad_42",
1361
+ "connectivity_net160",
1362
+ "source_port_42",
1363
+ "pcb_smtpad_42",
1364
+ "pcb_port_42"
1365
+ ]
1366
+ },
1367
+ {
1368
+ "type": "rect",
1369
+ "width": 2.1999956,
1370
+ "center": {
1371
+ "x": -24.29996600000004,
1372
+ "y": -12.250059000000078
1373
+ },
1374
+ "height": 1.499997,
1375
+ "layers": ["top"],
1376
+ "connectedTo": [
1377
+ "pcb_smtpad_43",
1378
+ "connectivity_net161",
1379
+ "source_port_43",
1380
+ "pcb_smtpad_43",
1381
+ "pcb_port_43"
1382
+ ]
1383
+ },
1384
+ {
1385
+ "type": "rect",
1386
+ "width": 2.1999956,
1387
+ "center": {
1388
+ "x": -15.700034000000073,
1389
+ "y": -12.250059000000078
1390
+ },
1391
+ "height": 1.499997,
1392
+ "layers": ["top"],
1393
+ "connectedTo": [
1394
+ "pcb_smtpad_44",
1395
+ "connectivity_net162",
1396
+ "source_port_44",
1397
+ "pcb_smtpad_44",
1398
+ "pcb_port_44"
1399
+ ]
1400
+ },
1401
+ {
1402
+ "type": "oval",
1403
+ "width": 1.8,
1404
+ "center": {
1405
+ "x": -3.81,
1406
+ "y": 14
1407
+ },
1408
+ "height": 1.8,
1409
+ "layers": ["top", "inner1", "inner2", "bottom"],
1410
+ "connectedTo": [
1411
+ "pcb_plated_hole_0",
1412
+ "connectivity_net22",
1413
+ "source_trace_8",
1414
+ "source_port_45",
1415
+ "source_trace_0",
1416
+ "source_port_1",
1417
+ "source_net_0",
1418
+ "pcb_smtpad_1",
1419
+ "pcb_port_1",
1420
+ "pcb_plated_hole_0",
1421
+ "pcb_port_45"
1422
+ ]
1423
+ },
1424
+ {
1425
+ "type": "oval",
1426
+ "width": 1.8,
1427
+ "center": {
1428
+ "x": -1.27,
1429
+ "y": 14
1430
+ },
1431
+ "height": 1.8,
1432
+ "layers": ["top", "inner1", "inner2", "bottom"],
1433
+ "connectedTo": [
1434
+ "pcb_plated_hole_1",
1435
+ "connectivity_net24",
1436
+ "source_trace_9",
1437
+ "source_port_46",
1438
+ "source_trace_7",
1439
+ "source_port_34",
1440
+ "source_trace_5",
1441
+ "source_port_31",
1442
+ "source_trace_1",
1443
+ "source_port_2",
1444
+ "source_net_1",
1445
+ "pcb_smtpad_2",
1446
+ "pcb_port_2",
1447
+ "pcb_smtpad_31",
1448
+ "pcb_port_31",
1449
+ "pcb_smtpad_34",
1450
+ "pcb_port_34",
1451
+ "pcb_plated_hole_1",
1452
+ "pcb_port_46"
1453
+ ]
1454
+ },
1455
+ {
1456
+ "type": "oval",
1457
+ "width": 1.8,
1458
+ "center": {
1459
+ "x": 1.27,
1460
+ "y": 14
1461
+ },
1462
+ "height": 1.8,
1463
+ "layers": ["top", "inner1", "inner2", "bottom"],
1464
+ "connectedTo": [
1465
+ "pcb_plated_hole_2",
1466
+ "connectivity_net28",
1467
+ "source_trace_11",
1468
+ "source_port_47",
1469
+ "source_trace_3",
1470
+ "source_port_10",
1471
+ "source_net_3",
1472
+ "pcb_smtpad_10",
1473
+ "pcb_port_10",
1474
+ "pcb_plated_hole_2",
1475
+ "pcb_port_47"
1476
+ ]
1477
+ },
1478
+ {
1479
+ "type": "oval",
1480
+ "width": 1.8,
1481
+ "center": {
1482
+ "x": 3.81,
1483
+ "y": 14
1484
+ },
1485
+ "height": 1.8,
1486
+ "layers": ["top", "inner1", "inner2", "bottom"],
1487
+ "connectedTo": [
1488
+ "pcb_plated_hole_3",
1489
+ "connectivity_net26",
1490
+ "source_trace_10",
1491
+ "source_port_48",
1492
+ "source_trace_2",
1493
+ "source_port_9",
1494
+ "source_net_2",
1495
+ "pcb_smtpad_9",
1496
+ "pcb_port_9",
1497
+ "pcb_plated_hole_3",
1498
+ "pcb_port_48"
1499
+ ]
1500
+ },
1501
+ {
1502
+ "type": "rect",
1503
+ "width": 11,
1504
+ "center": {
1505
+ "x": 0,
1506
+ "y": -4
1507
+ },
1508
+ "height": 16,
1509
+ "layers": ["top", "inner1", "inner2", "bottom"],
1510
+ "connectedTo": []
1511
+ }
1512
+ ],
1513
+ "layerCount": 1,
1514
+ "connections": [
1515
+ {
1516
+ "name": "source_trace_4",
1517
+ "pointsToConnect": [
1518
+ {
1519
+ "x": 15.70003399999996,
1520
+ "y": 2.2500589999999647,
1521
+ "layer": "top",
1522
+ "pointId": "pcb_port_29",
1523
+ "pcb_port_id": "pcb_port_29"
1524
+ },
1525
+ {
1526
+ "x": 7.620000000000001,
1527
+ "y": 1.0799999999999992,
1528
+ "layer": "top",
1529
+ "pointId": "pcb_port_6",
1530
+ "pcb_port_id": "pcb_port_6"
1531
+ }
1532
+ ],
1533
+ "source_trace_id": "source_trace_4"
1534
+ },
1535
+ {
1536
+ "name": "source_trace_6",
1537
+ "pointsToConnect": [
1538
+ {
1539
+ "x": 15.70003399999996,
1540
+ "y": -7.749941000000035,
1541
+ "layer": "top",
1542
+ "pointId": "pcb_port_33",
1543
+ "pcb_port_id": "pcb_port_33"
1544
+ },
1545
+ {
1546
+ "x": 7.62,
1547
+ "y": -1.4600000000000017,
1548
+ "layer": "top",
1549
+ "pointId": "pcb_port_5",
1550
+ "pcb_port_id": "pcb_port_5"
1551
+ }
1552
+ ],
1553
+ "source_trace_id": "source_trace_6"
1554
+ },
1555
+ {
1556
+ "name": "source_net_0",
1557
+ "pointsToConnect": [
1558
+ {
1559
+ "x": 7.619999999999999,
1560
+ "y": -11.620000000000001,
1561
+ "layer": "top",
1562
+ "pointId": "pcb_port_1",
1563
+ "pcb_port_id": "pcb_port_1"
1564
+ },
1565
+ {
1566
+ "x": -3.81,
1567
+ "y": 14,
1568
+ "layer": "top",
1569
+ "pointId": "pcb_port_45",
1570
+ "pcb_port_id": "pcb_port_45"
1571
+ }
1572
+ ]
1573
+ },
1574
+ {
1575
+ "name": "source_net_1",
1576
+ "pointsToConnect": [
1577
+ {
1578
+ "x": 7.619999999999999,
1579
+ "y": -9.080000000000002,
1580
+ "layer": "top",
1581
+ "pointId": "pcb_port_2",
1582
+ "pcb_port_id": "pcb_port_2"
1583
+ },
1584
+ {
1585
+ "x": 15.70003399999996,
1586
+ "y": -2.2500590000000784,
1587
+ "layer": "top",
1588
+ "pointId": "pcb_port_31",
1589
+ "pcb_port_id": "pcb_port_31"
1590
+ },
1591
+ {
1592
+ "x": 24.299965999999927,
1593
+ "y": -7.749941000000035,
1594
+ "layer": "top",
1595
+ "pointId": "pcb_port_34",
1596
+ "pcb_port_id": "pcb_port_34"
1597
+ },
1598
+ {
1599
+ "x": -1.27,
1600
+ "y": 14,
1601
+ "layer": "top",
1602
+ "pointId": "pcb_port_46",
1603
+ "pcb_port_id": "pcb_port_46"
1604
+ }
1605
+ ]
1606
+ },
1607
+ {
1608
+ "name": "source_net_2",
1609
+ "pointsToConnect": [
1610
+ {
1611
+ "x": -7.620000000000001,
1612
+ "y": -14.159999999999998,
1613
+ "layer": "top",
1614
+ "pointId": "pcb_port_9",
1615
+ "pcb_port_id": "pcb_port_9"
1616
+ },
1617
+ {
1618
+ "x": 3.81,
1619
+ "y": 14,
1620
+ "layer": "top",
1621
+ "pointId": "pcb_port_48",
1622
+ "pcb_port_id": "pcb_port_48"
1623
+ }
1624
+ ]
1625
+ },
1626
+ {
1627
+ "name": "source_net_3",
1628
+ "pointsToConnect": [
1629
+ {
1630
+ "x": -7.620000000000001,
1631
+ "y": -11.62,
1632
+ "layer": "top",
1633
+ "pointId": "pcb_port_10",
1634
+ "pcb_port_id": "pcb_port_10"
1635
+ },
1636
+ {
1637
+ "x": 1.27,
1638
+ "y": 14,
1639
+ "layer": "top",
1640
+ "pointId": "pcb_port_47",
1641
+ "pcb_port_id": "pcb_port_47"
1642
+ }
1643
+ ]
1644
+ }
1645
+ ],
1646
+ "minTraceWidth": 0.15
1647
+ },
1648
+ "circuit_json": null,
1649
+ "subcircuit_id": null,
1650
+ "created_at": "2025-12-20T07:31:25.733Z"
1651
+ }