@tscircuit/autorouting-dataset-01 1.0.32 → 1.0.34

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 (69) hide show
  1. package/lib/dataset/circuit007.simple-route.json +2 -2
  2. package/lib/dataset/circuit010.simple-route.json +264 -1414
  3. package/lib/dataset/circuit011.simple-route.json +2 -2
  4. package/lib/dataset/circuit021.simple-route.json +4 -4
  5. package/lib/dataset/circuit100.simple-route.json +72 -258
  6. package/lib/dataset/circuit101.simple-route.json +359 -2034
  7. package/lib/dataset/circuit104.simple-route.json +212 -278
  8. package/lib/dataset/circuit105.simple-route.json +298 -298
  9. package/lib/dataset/circuit107.simple-route.json +48 -226
  10. package/lib/dataset/circuit108.simple-route.json +246 -370
  11. package/lib/dataset/circuit109.simple-route.json +384 -570
  12. package/lib/dataset/circuit111.simple-route.json +183 -1085
  13. package/lib/dataset/circuit113.simple-route.json +48 -164
  14. package/lib/dataset/circuit114.simple-route.json +458 -764
  15. package/lib/dataset/circuit115.simple-route.json +12 -70
  16. package/lib/dataset/circuit116.simple-route.json +50 -252
  17. package/lib/dataset/circuit119.simple-route.json +24 -82
  18. package/lib/dataset/circuit120.simple-route.json +232 -860
  19. package/lib/dataset/circuit121.simple-route.json +152 -268
  20. package/lib/dataset/circuit123.simple-route.json +618 -861
  21. package/lib/dataset/circuit124.simple-route.json +164 -230
  22. package/lib/dataset/circuit130.simple-route.json +245 -0
  23. package/lib/dataset/circuit133.simple-route.json +24 -82
  24. package/lib/dataset/circuit134.simple-route.json +380 -380
  25. package/lib/dataset/circuit135.simple-route.json +36 -164
  26. package/lib/dataset/circuit137.simple-route.json +1276 -1726
  27. package/lib/dataset/circuit138.simple-route.json +336 -710
  28. package/lib/dataset/circuit139.simple-route.json +96 -266
  29. package/lib/dataset/circuit140.simple-route.json +301 -355
  30. package/lib/dataset/circuit141.simple-route.json +340 -572
  31. package/lib/dataset/circuit142.simple-route.json +72 -184
  32. package/lib/dataset/circuit143.simple-route.json +371 -371
  33. package/lib/dataset/circuit146.simple-route.json +126 -308
  34. package/lib/dataset/circuit148.simple-route.json +146 -146
  35. package/lib/dataset/circuit149.simple-route.json +90 -272
  36. package/lib/dataset/circuit152.simple-route.json +114 -440
  37. package/lib/dataset/circuit153.simple-route.json +344 -0
  38. package/lib/dataset/circuit155.simple-route.json +284 -478
  39. package/lib/dataset/circuit156.simple-route.json +84 -146
  40. package/lib/dataset/circuit157.simple-route.json +158 -278
  41. package/lib/dataset/circuit158.simple-route.json +138 -348
  42. package/lib/dataset/circuit160.simple-route.json +391 -0
  43. package/lib/dataset/circuit161.simple-route.json +221 -0
  44. package/lib/dataset/circuit164.simple-route.json +84 -220
  45. package/lib/dataset/circuit166.simple-route.json +416 -0
  46. package/lib/dataset/circuit167.simple-route.json +561 -0
  47. package/lib/dataset/circuit168.simple-route.json +12 -66
  48. package/lib/dataset/circuit174.simple-route.json +36 -156
  49. package/lib/dataset/circuit175.simple-route.json +176 -176
  50. package/lib/dataset/circuit176.simple-route.json +242 -482
  51. package/lib/dataset/circuit177.simple-route.json +24 -78
  52. package/lib/dataset/circuit178.simple-route.json +84 -246
  53. package/lib/dataset/circuit181.simple-route.json +192 -680
  54. package/lib/dataset/circuit182.simple-route.json +623 -0
  55. package/lib/dataset/circuit184.simple-route.json +3781 -0
  56. package/lib/dataset/circuit185.simple-route.json +3405 -0
  57. package/lib/dataset/circuit186.simple-route.json +514 -0
  58. package/lib/dataset/circuit187.simple-route.json +493 -0
  59. package/lib/dataset/circuit188.simple-route.json +3409 -0
  60. package/lib/dataset/circuit189.simple-route.json +3143 -0
  61. package/lib/dataset/circuit190.simple-route.json +1859 -0
  62. package/lib/dataset/circuit192.simple-route.json +1317 -0
  63. package/lib/dataset/circuit193.simple-route.json +1383 -0
  64. package/lib/dataset/circuit194.simple-route.json +735 -0
  65. package/lib/dataset/circuit195.simple-route.json +509 -0
  66. package/lib/dataset/circuit196.simple-route.json +487 -0
  67. package/lib/dataset/circuit197.simple-route.json +1584 -0
  68. package/lib/dataset/index.ts +21 -1
  69. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "bounds": {
3
- "minX": -14,
4
- "maxX": 14,
5
- "minY": -14,
6
- "maxY": 14
3
+ "minX": -28.35,
4
+ "maxX": 28.35,
5
+ "minY": -28.35,
6
+ "maxY": 28.35
7
7
  },
8
8
  "obstacles": [
9
9
  {
@@ -12,11 +12,11 @@
12
12
  "bottom"
13
13
  ],
14
14
  "center": {
15
- "x": -0.6022524355825669,
16
- "y": 5.892722311248017
15
+ "x": -0.9625,
16
+ "y": 9.375
17
17
  },
18
- "width": 1.2197591975467945,
19
- "height": 0.77,
18
+ "width": 1.025,
19
+ "height": 1.4,
20
20
  "connectedTo": [
21
21
  "pcb_smtpad_0",
22
22
  "connectivity_net19",
@@ -37,69 +37,11 @@
37
37
  "bottom"
38
38
  ],
39
39
  "center": {
40
- "x": -0.10727768875198374,
41
- "y": 5.397747564417433
40
+ "x": -2.7875,
41
+ "y": 9.375
42
42
  },
43
- "width": 1.2197591975467945,
44
- "height": 0.77,
45
- "connectedTo": [
46
- "pcb_smtpad_0",
47
- "connectivity_net19",
48
- "source_trace_7",
49
- "source_port_6",
50
- "source_trace_1",
51
- "source_port_0",
52
- "source_net_1",
53
- "pcb_smtpad_0",
54
- "pcb_port_0",
55
- "pcb_smtpad_6",
56
- "pcb_port_6"
57
- ]
58
- },
59
- {
60
- "type": "rect",
61
- "layers": [
62
- "bottom"
63
- ],
64
- "center": {
65
- "x": -1.8927223112480163,
66
- "y": 4.602252435582567
67
- },
68
- "width": 1.2197591975467945,
69
- "height": 0.77,
70
- "connectedTo": [
71
- "pcb_smtpad_1",
72
- "connectivity_net57",
73
- "source_trace_24",
74
- "source_port_28",
75
- "source_trace_11",
76
- "source_port_11",
77
- "source_trace_5",
78
- "source_port_4",
79
- "source_trace_0",
80
- "source_port_1",
81
- "source_net_0",
82
- "pcb_smtpad_1",
83
- "pcb_port_1",
84
- "pcb_smtpad_4",
85
- "pcb_port_4",
86
- "pcb_smtpad_11",
87
- "pcb_port_11",
88
- "pcb_plated_hole_4",
89
- "pcb_port_28"
90
- ]
91
- },
92
- {
93
- "type": "rect",
94
- "layers": [
95
- "bottom"
96
- ],
97
- "center": {
98
- "x": -1.397747564417433,
99
- "y": 4.107277688751983
100
- },
101
- "width": 1.2197591975467945,
102
- "height": 0.77,
43
+ "width": 1.025,
44
+ "height": 1.4,
103
45
  "connectedTo": [
104
46
  "pcb_smtpad_1",
105
47
  "connectivity_net57",
@@ -128,11 +70,11 @@
128
70
  "top"
129
71
  ],
130
72
  "center": {
131
- "x": 4,
132
- "y": 6.0875
73
+ "x": 6.5875,
74
+ "y": 13.125
133
75
  },
134
- "width": 1.4,
135
- "height": 1.025,
76
+ "width": 1.025,
77
+ "height": 1.4,
136
78
  "connectedTo": [
137
79
  "pcb_smtpad_2",
138
80
  "connectivity_net46",
@@ -161,11 +103,11 @@
161
103
  "top"
162
104
  ],
163
105
  "center": {
164
- "x": 4,
165
- "y": 7.9125
106
+ "x": 8.4125,
107
+ "y": 13.125
166
108
  },
167
- "width": 1.4,
168
- "height": 1.025,
109
+ "width": 1.025,
110
+ "height": 1.4,
169
111
  "connectedTo": [
170
112
  "pcb_smtpad_3",
171
113
  "connectivity_net46",
@@ -194,8 +136,8 @@
194
136
  "top"
195
137
  ],
196
138
  "center": {
197
- "x": -10.51,
198
- "y": 7
139
+ "x": -19.26,
140
+ "y": 13.125
199
141
  },
200
142
  "width": 0.54,
201
143
  "height": 0.64,
@@ -227,8 +169,8 @@
227
169
  "top"
228
170
  ],
229
171
  "center": {
230
- "x": -9.49,
231
- "y": 7
172
+ "x": -18.24,
173
+ "y": 13.125
232
174
  },
233
175
  "width": 0.54,
234
176
  "height": 0.64,
@@ -260,11 +202,11 @@
260
202
  "bottom"
261
203
  ],
262
204
  "center": {
263
- "x": 3.4154252339470963,
264
- "y": 11.751300955010706
205
+ "x": 6.45,
206
+ "y": 20.625
265
207
  },
266
- "width": 0.9015611460128481,
267
- "height": 0.5225,
208
+ "width": 0.8,
209
+ "height": 0.95,
268
210
  "connectedTo": [
269
211
  "pcb_smtpad_6",
270
212
  "connectivity_net19",
@@ -285,69 +227,11 @@
285
227
  "bottom"
286
228
  ],
287
229
  "center": {
288
- "x": 3.7513009550107066,
289
- "y": 11.415425233947097
290
- },
291
- "width": 0.9015611460128481,
292
- "height": 0.5225,
293
- "connectedTo": [
294
- "pcb_smtpad_6",
295
- "connectivity_net19",
296
- "source_trace_7",
297
- "source_port_6",
298
- "source_trace_1",
299
- "source_port_0",
300
- "source_net_1",
301
- "pcb_smtpad_0",
302
- "pcb_port_0",
303
- "pcb_smtpad_6",
304
- "pcb_port_6"
305
- ]
306
- },
307
- {
308
- "type": "rect",
309
- "layers": [
310
- "bottom"
311
- ],
312
- "center": {
313
- "x": 2.2486990449892934,
314
- "y": 10.584574766052903
315
- },
316
- "width": 0.9015611460128481,
317
- "height": 0.5225,
318
- "connectedTo": [
319
- "pcb_smtpad_7",
320
- "connectivity_net50",
321
- "source_trace_21",
322
- "source_port_26",
323
- "source_trace_17",
324
- "source_port_19",
325
- "source_trace_14",
326
- "source_port_13",
327
- "source_trace_6",
328
- "source_port_7",
329
- "source_net_4",
330
- "pcb_smtpad_7",
331
- "pcb_port_7",
332
- "pcb_smtpad_13",
333
- "pcb_port_13",
334
- "pcb_smtpad_19",
335
- "pcb_port_19",
336
- "pcb_plated_hole_2",
337
- "pcb_port_26"
338
- ]
339
- },
340
- {
341
- "type": "rect",
342
- "layers": [
343
- "bottom"
344
- ],
345
- "center": {
346
- "x": 2.5845747660529037,
347
- "y": 10.248699044989294
230
+ "x": 4.8,
231
+ "y": 20.625
348
232
  },
349
- "width": 0.9015611460128481,
350
- "height": 0.5225,
233
+ "width": 0.8,
234
+ "height": 0.95,
351
235
  "connectedTo": [
352
236
  "pcb_smtpad_7",
353
237
  "connectivity_net50",
@@ -376,8 +260,8 @@
376
260
  "top"
377
261
  ],
378
262
  "center": {
379
- "x": -8.05,
380
- "y": 1
263
+ "x": -14.175,
264
+ "y": 1.875
381
265
  },
382
266
  "width": 0.6,
383
267
  "height": 0.45,
@@ -409,8 +293,8 @@
409
293
  "top"
410
294
  ],
411
295
  "center": {
412
- "x": -5.95,
413
- "y": 1
296
+ "x": -12.075,
297
+ "y": 1.875
414
298
  },
415
299
  "width": 0.6,
416
300
  "height": 0.45,
@@ -435,7 +319,7 @@
435
319
  ],
436
320
  "center": {
437
321
  "x": -1.05,
438
- "y": 1
322
+ "y": 1.875
439
323
  },
440
324
  "width": 0.6,
441
325
  "height": 0.45,
@@ -468,7 +352,7 @@
468
352
  ],
469
353
  "center": {
470
354
  "x": 1.05,
471
- "y": 1
355
+ "y": 1.875
472
356
  },
473
357
  "width": 0.6,
474
358
  "height": 0.45,
@@ -500,8 +384,8 @@
500
384
  "bottom"
501
385
  ],
502
386
  "center": {
503
- "x": -9.7,
504
- "y": 3.95
387
+ "x": -19.325,
388
+ "y": 6.575
505
389
  },
506
390
  "width": 1,
507
391
  "height": 0.7,
@@ -525,8 +409,8 @@
525
409
  "bottom"
526
410
  ],
527
411
  "center": {
528
- "x": -9.7,
529
- "y": 3
412
+ "x": -19.325,
413
+ "y": 5.625
530
414
  },
531
415
  "width": 1,
532
416
  "height": 0.7,
@@ -558,8 +442,8 @@
558
442
  "bottom"
559
443
  ],
560
444
  "center": {
561
- "x": -9.7,
562
- "y": 2.05
445
+ "x": -19.325,
446
+ "y": 4.675
563
447
  },
564
448
  "width": 1,
565
449
  "height": 0.7,
@@ -587,8 +471,8 @@
587
471
  "bottom"
588
472
  ],
589
473
  "center": {
590
- "x": -12.3,
591
- "y": 2.05
474
+ "x": -21.925,
475
+ "y": 4.675
592
476
  },
593
477
  "width": 1,
594
478
  "height": 0.7,
@@ -606,8 +490,8 @@
606
490
  "bottom"
607
491
  ],
608
492
  "center": {
609
- "x": -12.3,
610
- "y": 3
493
+ "x": -21.925,
494
+ "y": 5.625
611
495
  },
612
496
  "width": 1,
613
497
  "height": 0.7,
@@ -625,8 +509,8 @@
625
509
  "bottom"
626
510
  ],
627
511
  "center": {
628
- "x": -12.3,
629
- "y": 3.95
512
+ "x": -21.925,
513
+ "y": 6.575
630
514
  },
631
515
  "width": 1,
632
516
  "height": 0.7,
@@ -644,8 +528,8 @@
644
528
  "top"
645
529
  ],
646
530
  "center": {
647
- "x": 3.7,
648
- "y": -0.050000000000000044
531
+ "x": 8.075,
532
+ "y": -0.925
649
533
  },
650
534
  "width": 1,
651
535
  "height": 0.7,
@@ -673,8 +557,8 @@
673
557
  "top"
674
558
  ],
675
559
  "center": {
676
- "x": 3.7,
677
- "y": -1
560
+ "x": 8.075,
561
+ "y": -1.875
678
562
  },
679
563
  "width": 1,
680
564
  "height": 0.7,
@@ -706,8 +590,8 @@
706
590
  "top"
707
591
  ],
708
592
  "center": {
709
- "x": 3.7,
710
- "y": -1.95
593
+ "x": 8.075,
594
+ "y": -2.825
711
595
  },
712
596
  "width": 1,
713
597
  "height": 0.7,
@@ -739,8 +623,8 @@
739
623
  "top"
740
624
  ],
741
625
  "center": {
742
- "x": 6.3,
743
- "y": -1.95
626
+ "x": 10.675,
627
+ "y": -2.825
744
628
  },
745
629
  "width": 1,
746
630
  "height": 0.7,
@@ -758,8 +642,8 @@
758
642
  "top"
759
643
  ],
760
644
  "center": {
761
- "x": 6.3,
762
- "y": -1
645
+ "x": 10.675,
646
+ "y": -1.875
763
647
  },
764
648
  "width": 1,
765
649
  "height": 0.7,
@@ -777,8 +661,8 @@
777
661
  "top"
778
662
  ],
779
663
  "center": {
780
- "x": 6.3,
781
- "y": -0.050000000000000044
664
+ "x": 10.675,
665
+ "y": -0.925
782
666
  },
783
667
  "width": 1,
784
668
  "height": 0.7,
@@ -799,8 +683,8 @@
799
683
  "bottom"
800
684
  ],
801
685
  "center": {
802
- "x": -2.9999999999999996,
803
- "y": -1.19
686
+ "x": -1.815,
687
+ "y": -9.375
804
688
  },
805
689
  "width": 1.5,
806
690
  "height": 1.5,
@@ -835,8 +719,8 @@
835
719
  "bottom"
836
720
  ],
837
721
  "center": {
838
- "x": -3,
839
- "y": -3.73
722
+ "x": -4.355,
723
+ "y": -9.375
840
724
  },
841
725
  "width": 1.5,
842
726
  "height": 1.5,
@@ -871,8 +755,8 @@
871
755
  "bottom"
872
756
  ],
873
757
  "center": {
874
- "x": -3,
875
- "y": -6.27
758
+ "x": -6.895,
759
+ "y": -9.375
876
760
  },
877
761
  "width": 1.5,
878
762
  "height": 1.5,
@@ -907,8 +791,8 @@
907
791
  "bottom"
908
792
  ],
909
793
  "center": {
910
- "x": -3.0000000000000004,
911
- "y": -8.81
794
+ "x": -9.435,
795
+ "y": -9.375
912
796
  },
913
797
  "width": 1.5,
914
798
  "height": 1.5,
@@ -943,8 +827,8 @@
943
827
  "bottom"
944
828
  ],
945
829
  "center": {
946
- "x": -10.694076836320747,
947
- "y": -11.694076836320747
830
+ "x": -18.81,
831
+ "y": -16.875
948
832
  },
949
833
  "width": 1.5,
950
834
  "height": 1.5,
@@ -979,8 +863,8 @@
979
863
  "bottom"
980
864
  ],
981
865
  "center": {
982
- "x": -8.898025612106915,
983
- "y": -9.898025612106915
866
+ "x": -16.27,
867
+ "y": -16.875
984
868
  },
985
869
  "width": 1.5,
986
870
  "height": 1.5,
@@ -1011,8 +895,8 @@
1011
895
  "bottom"
1012
896
  ],
1013
897
  "center": {
1014
- "x": -7.101974387893085,
1015
- "y": -8.101974387893085
898
+ "x": -13.73,
899
+ "y": -16.875
1016
900
  },
1017
901
  "width": 1.5,
1018
902
  "height": 1.5,
@@ -1043,8 +927,8 @@
1043
927
  "bottom"
1044
928
  ],
1045
929
  "center": {
1046
- "x": -5.305923163679253,
1047
- "y": -6.305923163679254
930
+ "x": -11.19,
931
+ "y": -16.875
1048
932
  },
1049
933
  "width": 1.5,
1050
934
  "height": 1.5,
@@ -1071,8 +955,8 @@
1071
955
  "bottom"
1072
956
  ],
1073
957
  "center": {
1074
- "x": -0.34999999999999964,
1075
- "y": -5
958
+ "x": 4.9,
959
+ "y": -9.375
1076
960
  },
1077
961
  "width": 1.5,
1078
962
  "height": 1.5,
@@ -1107,8 +991,8 @@
1107
991
  "bottom"
1108
992
  ],
1109
993
  "center": {
1110
- "x": 2.1900000000000004,
1111
- "y": -5
994
+ "x": 7.44,
995
+ "y": -9.375
1112
996
  },
1113
997
  "width": 1.5,
1114
998
  "height": 1.5,
@@ -1139,8 +1023,8 @@
1139
1023
  "bottom"
1140
1024
  ],
1141
1025
  "center": {
1142
- "x": 4.73,
1143
- "y": -5
1026
+ "x": 9.98,
1027
+ "y": -9.375
1144
1028
  },
1145
1029
  "width": 1.5,
1146
1030
  "height": 1.5,
@@ -1175,8 +1059,8 @@
1175
1059
  "bottom"
1176
1060
  ],
1177
1061
  "center": {
1178
- "x": 7.2700000000000005,
1179
- "y": -5
1062
+ "x": 12.52,
1063
+ "y": -9.375
1180
1064
  },
1181
1065
  "width": 1.5,
1182
1066
  "height": 1.5,
@@ -1211,8 +1095,8 @@
1211
1095
  "bottom"
1212
1096
  ],
1213
1097
  "center": {
1214
- "x": 9.81,
1215
- "y": -5
1098
+ "x": 15.06,
1099
+ "y": -9.375
1216
1100
  },
1217
1101
  "width": 1.5,
1218
1102
  "height": 1.5,
@@ -1239,8 +1123,8 @@
1239
1123
  "bottom"
1240
1124
  ],
1241
1125
  "center": {
1242
- "x": 12.35,
1243
- "y": -5
1126
+ "x": 17.6,
1127
+ "y": -9.375
1244
1128
  },
1245
1129
  "width": 1.5,
1246
1130
  "height": 1.5,
@@ -1268,29 +1152,29 @@
1268
1152
  "name": "source_net_0",
1269
1153
  "pointsToConnect": [
1270
1154
  {
1271
- "x": -1.6452349378327247,
1272
- "y": 4.354765062167275,
1155
+ "x": -2.7875,
1156
+ "y": 9.375,
1273
1157
  "layer": "bottom",
1274
1158
  "pointId": "pcb_port_1",
1275
1159
  "pcb_port_id": "pcb_port_1"
1276
1160
  },
1277
1161
  {
1278
- "x": -10.51,
1279
- "y": 7,
1162
+ "x": -19.26,
1163
+ "y": 13.125,
1280
1164
  "layer": "top",
1281
1165
  "pointId": "pcb_port_4",
1282
1166
  "pcb_port_id": "pcb_port_4"
1283
1167
  },
1284
1168
  {
1285
1169
  "x": 1.05,
1286
- "y": 1,
1170
+ "y": 1.875,
1287
1171
  "layer": "top",
1288
1172
  "pointId": "pcb_port_11",
1289
1173
  "pcb_port_id": "pcb_port_11"
1290
1174
  },
1291
1175
  {
1292
- "x": -10.694076836320747,
1293
- "y": -11.694076836320747,
1176
+ "x": -18.81,
1177
+ "y": -16.875,
1294
1178
  "layer": "top",
1295
1179
  "pointId": "pcb_port_28",
1296
1180
  "pcb_port_id": "pcb_port_28"
@@ -1301,15 +1185,15 @@
1301
1185
  "name": "source_net_1",
1302
1186
  "pointsToConnect": [
1303
1187
  {
1304
- "x": -0.3547650621672753,
1305
- "y": 5.645234937832725,
1188
+ "x": -0.9625,
1189
+ "y": 9.375,
1306
1190
  "layer": "bottom",
1307
1191
  "pointId": "pcb_port_0",
1308
1192
  "pcb_port_id": "pcb_port_0"
1309
1193
  },
1310
1194
  {
1311
- "x": 3.5833630944789014,
1312
- "y": 11.583363094478901,
1195
+ "x": 6.45,
1196
+ "y": 20.625,
1313
1197
  "layer": "bottom",
1314
1198
  "pointId": "pcb_port_6",
1315
1199
  "pcb_port_id": "pcb_port_6"
@@ -1320,29 +1204,29 @@
1320
1204
  "name": "source_net_2",
1321
1205
  "pointsToConnect": [
1322
1206
  {
1323
- "x": 4,
1324
- "y": 7.9125,
1207
+ "x": 8.4125,
1208
+ "y": 13.125,
1325
1209
  "layer": "top",
1326
1210
  "pointId": "pcb_port_3",
1327
1211
  "pcb_port_id": "pcb_port_3"
1328
1212
  },
1329
1213
  {
1330
- "x": 4,
1331
- "y": 6.0875,
1214
+ "x": 6.5875,
1215
+ "y": 13.125,
1332
1216
  "layer": "top",
1333
1217
  "pointId": "pcb_port_2",
1334
1218
  "pcb_port_id": "pcb_port_2"
1335
1219
  },
1336
1220
  {
1337
- "x": -8.05,
1338
- "y": 1,
1221
+ "x": -14.175,
1222
+ "y": 1.875,
1339
1223
  "layer": "top",
1340
1224
  "pointId": "pcb_port_8",
1341
1225
  "pcb_port_id": "pcb_port_8"
1342
1226
  },
1343
1227
  {
1344
- "x": -2.9999999999999996,
1345
- "y": -1.19,
1228
+ "x": -1.815,
1229
+ "y": -9.375,
1346
1230
  "layer": "top",
1347
1231
  "pointId": "pcb_port_24",
1348
1232
  "pcb_port_id": "pcb_port_24"
@@ -1353,29 +1237,29 @@
1353
1237
  "name": "source_net_3",
1354
1238
  "pointsToConnect": [
1355
1239
  {
1356
- "x": -9.49,
1357
- "y": 7,
1240
+ "x": -18.24,
1241
+ "y": 13.125,
1358
1242
  "layer": "top",
1359
1243
  "pointId": "pcb_port_5",
1360
1244
  "pcb_port_id": "pcb_port_5"
1361
1245
  },
1362
1246
  {
1363
- "x": 3.7,
1364
- "y": -1.95,
1247
+ "x": 8.075,
1248
+ "y": -2.825,
1365
1249
  "layer": "top",
1366
1250
  "pointId": "pcb_port_20",
1367
1251
  "pcb_port_id": "pcb_port_20"
1368
1252
  },
1369
1253
  {
1370
- "x": -3.0000000000000004,
1371
- "y": -8.81,
1254
+ "x": -9.435,
1255
+ "y": -9.375,
1372
1256
  "layer": "top",
1373
1257
  "pointId": "pcb_port_27",
1374
1258
  "pcb_port_id": "pcb_port_27"
1375
1259
  },
1376
1260
  {
1377
- "x": -0.34999999999999964,
1378
- "y": -5,
1261
+ "x": 4.9,
1262
+ "y": -9.375,
1379
1263
  "layer": "top",
1380
1264
  "pointId": "pcb_port_32",
1381
1265
  "pcb_port_id": "pcb_port_32"
@@ -1386,29 +1270,29 @@
1386
1270
  "name": "source_net_4",
1387
1271
  "pointsToConnect": [
1388
1272
  {
1389
- "x": 2.4166369055210986,
1390
- "y": 10.416636905521099,
1273
+ "x": 4.8,
1274
+ "y": 20.625,
1391
1275
  "layer": "bottom",
1392
1276
  "pointId": "pcb_port_7",
1393
1277
  "pcb_port_id": "pcb_port_7"
1394
1278
  },
1395
1279
  {
1396
- "x": -9.7,
1397
- "y": 3,
1280
+ "x": -19.325,
1281
+ "y": 5.625,
1398
1282
  "layer": "bottom",
1399
1283
  "pointId": "pcb_port_13",
1400
1284
  "pcb_port_id": "pcb_port_13"
1401
1285
  },
1402
1286
  {
1403
- "x": 3.7,
1404
- "y": -1,
1287
+ "x": 8.075,
1288
+ "y": -1.875,
1405
1289
  "layer": "top",
1406
1290
  "pointId": "pcb_port_19",
1407
1291
  "pcb_port_id": "pcb_port_19"
1408
1292
  },
1409
1293
  {
1410
- "x": -3,
1411
- "y": -6.27,
1294
+ "x": -6.895,
1295
+ "y": -9.375,
1412
1296
  "layer": "top",
1413
1297
  "pointId": "pcb_port_26",
1414
1298
  "pcb_port_id": "pcb_port_26"
@@ -1419,15 +1303,15 @@
1419
1303
  "name": "source_net_5",
1420
1304
  "pointsToConnect": [
1421
1305
  {
1422
- "x": -5.95,
1423
- "y": 1,
1306
+ "x": -12.075,
1307
+ "y": 1.875,
1424
1308
  "layer": "top",
1425
1309
  "pointId": "pcb_port_9",
1426
1310
  "pcb_port_id": "pcb_port_9"
1427
1311
  },
1428
1312
  {
1429
- "x": -9.7,
1430
- "y": 3.95,
1313
+ "x": -19.325,
1314
+ "y": 6.575,
1431
1315
  "layer": "bottom",
1432
1316
  "pointId": "pcb_port_12",
1433
1317
  "pcb_port_id": "pcb_port_12"
@@ -1439,28 +1323,28 @@
1439
1323
  "pointsToConnect": [
1440
1324
  {
1441
1325
  "x": -1.05,
1442
- "y": 1,
1326
+ "y": 1.875,
1443
1327
  "layer": "top",
1444
1328
  "pointId": "pcb_port_10",
1445
1329
  "pcb_port_id": "pcb_port_10"
1446
1330
  },
1447
1331
  {
1448
- "x": -3,
1449
- "y": -3.73,
1332
+ "x": -4.355,
1333
+ "y": -9.375,
1450
1334
  "layer": "top",
1451
1335
  "pointId": "pcb_port_25",
1452
1336
  "pcb_port_id": "pcb_port_25"
1453
1337
  },
1454
1338
  {
1455
- "x": 7.2700000000000005,
1456
- "y": -5,
1339
+ "x": 12.52,
1340
+ "y": -9.375,
1457
1341
  "layer": "top",
1458
1342
  "pointId": "pcb_port_35",
1459
1343
  "pcb_port_id": "pcb_port_35"
1460
1344
  },
1461
1345
  {
1462
- "x": 4.73,
1463
- "y": -5,
1346
+ "x": 9.98,
1347
+ "y": -9.375,
1464
1348
  "layer": "top",
1465
1349
  "pointId": "pcb_port_34",
1466
1350
  "pcb_port_id": "pcb_port_34"
@@ -1471,22 +1355,22 @@
1471
1355
  "name": "source_net_7",
1472
1356
  "pointsToConnect": [
1473
1357
  {
1474
- "x": -9.7,
1475
- "y": 2.05,
1358
+ "x": -19.325,
1359
+ "y": 4.675,
1476
1360
  "layer": "bottom",
1477
1361
  "pointId": "pcb_port_14",
1478
1362
  "pcb_port_id": "pcb_port_14"
1479
1363
  },
1480
1364
  {
1481
- "x": 3.7,
1482
- "y": -0.050000000000000044,
1365
+ "x": 8.075,
1366
+ "y": -0.925,
1483
1367
  "layer": "top",
1484
1368
  "pointId": "pcb_port_18",
1485
1369
  "pcb_port_id": "pcb_port_18"
1486
1370
  },
1487
1371
  {
1488
- "x": -8.898025612106915,
1489
- "y": -9.898025612106915,
1372
+ "x": -16.27,
1373
+ "y": -16.875,
1490
1374
  "layer": "top",
1491
1375
  "pointId": "pcb_port_29",
1492
1376
  "pcb_port_id": "pcb_port_29"
@@ -1497,15 +1381,15 @@
1497
1381
  "name": "source_net_8",
1498
1382
  "pointsToConnect": [
1499
1383
  {
1500
- "x": -5.305923163679253,
1501
- "y": -6.305923163679254,
1384
+ "x": -11.19,
1385
+ "y": -16.875,
1502
1386
  "layer": "top",
1503
1387
  "pointId": "pcb_port_31",
1504
1388
  "pcb_port_id": "pcb_port_31"
1505
1389
  },
1506
1390
  {
1507
- "x": 9.81,
1508
- "y": -5,
1391
+ "x": 15.06,
1392
+ "y": -9.375,
1509
1393
  "layer": "top",
1510
1394
  "pointId": "pcb_port_36",
1511
1395
  "pcb_port_id": "pcb_port_36"
@@ -1516,22 +1400,22 @@
1516
1400
  "name": "source_net_9",
1517
1401
  "pointsToConnect": [
1518
1402
  {
1519
- "x": -7.101974387893085,
1520
- "y": -8.101974387893085,
1403
+ "x": -13.73,
1404
+ "y": -16.875,
1521
1405
  "layer": "top",
1522
1406
  "pointId": "pcb_port_30",
1523
1407
  "pcb_port_id": "pcb_port_30"
1524
1408
  },
1525
1409
  {
1526
- "x": 12.35,
1527
- "y": -5,
1410
+ "x": 17.6,
1411
+ "y": -9.375,
1528
1412
  "layer": "top",
1529
1413
  "pointId": "pcb_port_37",
1530
1414
  "pcb_port_id": "pcb_port_37"
1531
1415
  },
1532
1416
  {
1533
- "x": 2.1900000000000004,
1534
- "y": -5,
1417
+ "x": 7.44,
1418
+ "y": -9.375,
1535
1419
  "layer": "top",
1536
1420
  "pointId": "pcb_port_33",
1537
1421
  "pcb_port_id": "pcb_port_33"