forked from mausi-mick/KS_ESP32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CCS_Switch_BE_1.kicad_pcb
858 lines (842 loc) · 59.1 KB
/
CCS_Switch_BE_1.kicad_pcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
)
(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen"))
(layer "F.Paste" (type "Top Solder Paste"))
(layer "F.Mask" (type "Top Solder Mask") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "B.Cu" (type "copper") (thickness 0.035))
(layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01))
(layer "B.Paste" (type "Bottom Solder Paste"))
(layer "B.SilkS" (type "Bottom Silk Screen"))
(copper_finish "None")
(dielectric_constraints no)
)
(pad_to_mask_clearance 0)
(aux_axis_origin 96.52 -93.98)
(grid_origin 129.54 -140.97)
(pcbplotparams
(layerselection 0x0001040_fffffffe)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 6)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 3)
(mirror false)
(drillshape 2)
(scaleselection 1)
(outputdirectory "../../Gerber/")
)
)
(net 0 "")
(net 1 "GND")
(net 2 "Net-(J2-Pad2)")
(net 3 "Net-(J1-Pad2)")
(net 4 "Net-(J1-Pad3)")
(net 5 "Net-(R4-Pad1)")
(net 6 "Net-(J1-Pad4)")
(net 7 "Net-(J3-1-Pad1)")
(net 8 "Net-(J2-Pad1)")
(net 9 "Net-(J2-Pad3)")
(net 10 "Net-(J3-2-Pad1)")
(net 11 "Net-(SW1-Pad1)")
(net 12 "Net-(J2-Pad4)")
(net 13 "Net-(R2p1-Pad2)")
(net 14 "Net-(R1n1-Pad1)")
(net 15 "Net-(R3-Pad2)")
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu")
(tstamp 00000000-0000-0000-0000-00006373dfd9)
(at 25.908 24.9682 180)
(descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x04 2.54mm single row")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000063942cda")
(attr through_hole)
(fp_text reference "J1" (at 2.5146 -2.9718) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1dfe49bf-9e7a-4f00-b832-35e9d31b12a9)
)
(fp_text value "Switch n,p,Rg,Gndp" (at 6.0198 17.1604 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ca74b0cc-8bae-49b1-8f20-d09906a44a4c)
)
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c24e0d2c-b814-46a6-aec6-9ae68aafb5a2)
)
(fp_line (start -1.33 -1.33) (end 0 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bdaf576-7269-415f-ad7e-251d2aec83ed))
(fp_line (start -1.33 0) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18fcafd9-73e2-4445-987b-532aedf272ff))
(fp_line (start -1.33 1.27) (end -1.33 8.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f129ae7-6ba2-4d3d-954f-eac517455880))
(fp_line (start -1.33 1.27) (end 1.33 1.27)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cdef5060-0042-4167-a37c-d75b13aa1c10))
(fp_line (start -1.33 8.95) (end 1.33 8.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 601140f9-ff9b-49b2-9ed9-4aeb319bbc0f))
(fp_line (start 1.33 1.27) (end 1.33 8.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e56c76f-2644-45b2-be65-a1bb613850f3))
(fp_line (start -1.8 -1.8) (end -1.8 9.4)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 819ddd61-b9c6-4510-81cc-43513a46adc3))
(fp_line (start -1.8 9.4) (end 1.8 9.4)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b028990-ec9b-47a1-8982-e2164b73dfb6))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f90b74fd-d7de-429f-ab79-f2aa428d658e))
(fp_line (start 1.8 9.4) (end 1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04729afb-d43e-4c5f-b9e1-a33fb34f64b5))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5976a687-56c2-4beb-b0a2-1895b8b24c33))
(fp_line (start -1.27 8.89) (end -1.27 -0.635)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fa6df46-c734-424d-a7a4-27220ca5c2c9))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb1b6b81-19b4-4150-892a-727d23d7bee5))
(fp_line (start 1.27 -1.27) (end 1.27 8.89)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4a85f97-f0b6-45c6-a9ee-afcaa2d5f4a9))
(fp_line (start 1.27 8.89) (end -1.27 8.89)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e68e9984-efef-4f60-8d91-00aaca201c43))
(pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 1 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp d1638419-5f88-47e4-a5c1-c2a8020421f4))
(pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 3 "Net-(J1-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 797a95d5-0ee9-4f7a-8655-8f2b9b986eeb))
(pad "3" thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 4 "Net-(J1-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 4ee7b0f1-3cbc-4901-9f6c-0d613ae122ce))
(pad "4" thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 6 "Net-(J1-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp d2e6a3ce-0d51-4d24-b273-8ed62ef4e2b8))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
(tstamp 00000000-0000-0000-0000-00006373edfe)
(at 46.300286 30.4825 90)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000062a8e365")
(attr through_hole)
(fp_text reference "R4" (at 5.08 -2.37 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 35caf681-dbad-477a-8967-9a7678e17f06)
)
(fp_text value "10k" (at 5.08 2.37 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3fe1943b-f0df-4be0-9a85-8a4432472424)
)
(fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a63c03b8-7ae2-4adb-9436-51f8b4626ed7)
)
(fp_line (start 1.04 0) (end 1.81 0)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e84e577-47b9-4e31-998d-bfd03c209500))
(fp_line (start 1.81 -1.37) (end 1.81 1.37)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 696863eb-6f4b-4914-bc9a-b0268387ee27))
(fp_line (start 1.81 1.37) (end 8.35 1.37)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1de064e-3f9d-4307-b39e-b2188549fadc))
(fp_line (start 8.35 -1.37) (end 1.81 -1.37)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47d3ee62-ee77-4b59-a69b-6c312d7a7d68))
(fp_line (start 8.35 1.37) (end 8.35 -1.37)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8df2929-1778-4b1f-a156-4332700f5edd))
(fp_line (start 9.12 0) (end 8.35 0)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b79d4159-f1d1-4262-ad2d-f60319133175))
(fp_line (start -1.05 -1.5) (end -1.05 1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98c64cbf-ac23-4680-a44d-d4a7da91421e))
(fp_line (start -1.05 1.5) (end 11.21 1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7b68d9d-0a75-4b2c-a97c-4a87c8e09871))
(fp_line (start 11.21 -1.5) (end -1.05 -1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7092faa1-aec8-4d20-941d-e8ff81e64b5d))
(fp_line (start 11.21 1.5) (end 11.21 -1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2837ccc-b479-440c-b731-4dc960c63992))
(fp_line (start 0 0) (end 1.93 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03b2fee5-acca-40c4-9cb5-e8d08fabe5c6))
(fp_line (start 1.93 -1.25) (end 1.93 1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22348c34-69b5-4e19-bc82-72db560c6bf9))
(fp_line (start 1.93 1.25) (end 8.23 1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4924f755-fc8f-4138-a868-7242b8662207))
(fp_line (start 8.23 -1.25) (end 1.93 -1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15a9e512-4a32-405f-9dd3-343340fb6ae0))
(fp_line (start 8.23 1.25) (end 8.23 -1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25bf40ef-4988-44f5-b667-aa905bc2eb48))
(fp_line (start 10.16 0) (end 8.23 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ca6ce05-e97e-4bae-9560-399d1daf649d))
(pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 5 "Net-(R4-Pad1)") (pintype "passive") (tstamp b143669c-78bc-478f-a7db-54ec46259e51))
(pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 9 "Net-(J2-Pad3)") (pintype "passive") (tstamp bf9a3874-d29a-43ea-a8e8-05a5766f2725))
(model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" (layer "F.Cu")
(tstamp 0ffb7bbc-e98c-4ead-add8-7a71e12d7109)
(at 32.332786 12.7)
(descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x01 2.54mm single row")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/7a7c8892-3477-4288-9152-80bdb52e561c")
(attr through_hole)
(fp_text reference "J3-1" (at 0 -2.33) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c3b0959e-840b-4de4-928e-b8f0e9d0c78e)
)
(fp_text value "Br" (at 0 2.33) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 972e3be3-fa8a-48f3-a690-d74a83b999a7)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 79989916-2310-47c5-b3b2-3070bcce3483)
)
(fp_line (start -1.33 -1.33) (end 0 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b1fd995-54fd-445d-bcbf-80bc766b5516))
(fp_line (start -1.33 0) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8346246-9a89-464b-a081-776a1953db57))
(fp_line (start -1.33 1.27) (end -1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 293441ce-c529-41ce-b9cd-fe886c4aae6a))
(fp_line (start -1.33 1.27) (end 1.33 1.27)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f3bdaf9-086a-4446-b6b2-535f29be2c86))
(fp_line (start -1.33 1.33) (end 1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee5de5c3-026a-4e26-be4e-8f5020c0f1b4))
(fp_line (start 1.33 1.27) (end 1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd02d851-6dda-44ea-aaeb-7a4dcb9f2725))
(fp_line (start -1.8 -1.8) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc61da86-a9f6-4b16-9b4f-511e70e800e8))
(fp_line (start -1.8 1.8) (end 1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcfec205-f572-4202-a4e6-b18ce96fdb19))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9afdc44-9809-4442-8470-fd5c169573d3))
(fp_line (start 1.8 1.8) (end 1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48577774-6160-4b88-a22d-2c6b72394697))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fae611d-8d23-4335-8645-b3e19441d228))
(fp_line (start -1.27 1.27) (end -1.27 -0.635)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9382c81a-698a-4293-8ae4-cece26d7f583))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82d76cb1-3fa0-4ec3-bbee-4d9cc019ab43))
(fp_line (start 1.27 -1.27) (end 1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97a919a5-2b12-44af-8196-cc66be08a1c4))
(fp_line (start 1.27 1.27) (end -1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5406477-6d47-409e-95bf-68f087d14abd))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 7 "Net-(J3-1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 937b6fd2-0123-450b-8292-c09584a6802d))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" (layer "F.Cu")
(tstamp 626ddce2-7871-47b9-828f-51d2a33983be)
(at 32.4104 25.1968)
(descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x01 2.54mm single row")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/c4c05645-ea8e-4790-92b8-3e10f6e7c65a")
(attr through_hole)
(fp_text reference "J3-2" (at -6.604 5.2832) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp edde320b-07f6-435f-a050-ef07ae0562bc)
)
(fp_text value "Br" (at 0 2.33) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c47358d0-6e8b-4e88-b026-fb7ada77bc03)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5260c104-06d3-46fb-9e6f-31c4fa4f00ba)
)
(fp_line (start -1.33 -1.33) (end 0 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 044350cc-4139-4341-a21a-aa35fb4c1472))
(fp_line (start -1.33 0) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd2ffdb9-ebcf-4f61-9006-bf50d00f0376))
(fp_line (start -1.33 1.27) (end -1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c878cb3-7cf1-44e2-8b41-c0961f392371))
(fp_line (start -1.33 1.27) (end 1.33 1.27)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b027307-9b00-4f69-83cb-200a726d45f4))
(fp_line (start -1.33 1.33) (end 1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8c14439-0369-462e-bd68-aebdf45a4db1))
(fp_line (start 1.33 1.27) (end 1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d521aa9-a57e-4893-9cff-9d200679ee7e))
(fp_line (start -1.8 -1.8) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23122be0-f118-4a4c-9bd7-f76f52396a3f))
(fp_line (start -1.8 1.8) (end 1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3cb08dd-17ef-4cbd-a92e-c5fe70ef7204))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 715afadc-eb3d-4a4a-8287-7275809cca14))
(fp_line (start 1.8 1.8) (end 1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a4b06e5-07ef-4468-b193-10cc815c7c00))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1fdb233-c02a-44a9-b3bf-636fc8c80f8f))
(fp_line (start -1.27 1.27) (end -1.27 -0.635)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b8ce835-2636-441d-84fd-d8487fee8f83))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47ffc85e-7568-48fc-b4db-73e80be280b3))
(fp_line (start 1.27 -1.27) (end 1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eab7ea55-aee6-431c-be83-eeb9fa6c8dc2))
(fp_line (start 1.27 1.27) (end -1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cd81cbb-ef24-4870-a0a0-b2e08c25df89))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 10 "Net-(J3-2-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 7ccd55ee-f69a-4ae8-b83d-c5e5e92308f2))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu")
(tstamp 82759160-1639-413a-a5e9-efb12a41cd04)
(at 46.810786 9.652)
(descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x04 2.54mm single row")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/70b4b48e-2db7-4b33-bad6-21bbfa8e3711")
(attr through_hole)
(fp_text reference "J2" (at 0 -2.33) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9cba8eb2-0fe5-4d49-b551-a80fb3c3cab8)
)
(fp_text value "Switch +30V,Drain-CCS,B,E" (at 2.643014 11.5316 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ac9aed8f-69d0-4c84-b1bb-5ec4b68465f6)
)
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5e615a99-dd3e-43a1-85ce-9ca2c73603a5)
)
(fp_line (start -1.33 -1.33) (end 0 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9aa5a37-b696-48e0-a474-9752589de61b))
(fp_line (start -1.33 0) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fa43960-7ff6-49e9-88d4-4dfd0a58dfab))
(fp_line (start -1.33 1.27) (end -1.33 8.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc9f4e79-3d93-475a-8f12-89a868ba5562))
(fp_line (start -1.33 1.27) (end 1.33 1.27)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e78e6a12-7bcb-4731-947f-ac3068d084a2))
(fp_line (start -1.33 8.95) (end 1.33 8.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6598c202-15d5-4e59-b07f-769f08e47d8c))
(fp_line (start 1.33 1.27) (end 1.33 8.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68554e83-044f-4916-9bb3-464345e0a04e))
(fp_line (start -1.8 -1.8) (end -1.8 9.4)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b27caf6-cf82-4096-a45d-db05e4f8097b))
(fp_line (start -1.8 9.4) (end 1.8 9.4)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a60413c-aac2-4c8b-b45c-c89bb3bf1814))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9dd8050-f31c-4646-8971-bda7ed637671))
(fp_line (start 1.8 9.4) (end 1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ff17065-40c3-4913-9ff8-4ee9ba3ccc14))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e64678fa-32b8-43d8-a3cc-c674651f0e2f))
(fp_line (start -1.27 8.89) (end -1.27 -0.635)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55ae53c1-883e-486b-b673-4be45b65eeae))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09a66632-0da4-4212-a63d-dc04031a6e9f))
(fp_line (start 1.27 -1.27) (end 1.27 8.89)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ae21f2e-c8a8-42e2-a5c0-56d74c871ec9))
(fp_line (start 1.27 8.89) (end -1.27 8.89)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d1ddc4a-1ee5-4fce-a1c4-b6668ae19e73))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 8 "Net-(J2-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 7046f4c1-fc3b-4f28-bec9-84d6b85e7226))
(pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 2 "Net-(J2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 9add3e59-15ec-4b79-9a81-cca5d503814e))
(pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 9 "Net-(J2-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp d4af098d-8828-4a4f-823a-e2bca6a7b161))
(pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 12 "Net-(J2-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 45c91b7b-8788-48e6-a9e3-cedc159402d9))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Package_DIP:DIP-20_W7.62mm" (layer "F.Cu")
(tstamp d189c0df-47a4-446b-8b85-b749ac59e5fd)
(at 35.5346 7.7216)
(descr "20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)")
(tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil")
(attr through_hole)
(fp_text reference "DIL20" (at -3.9878 0.3048) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c8441ca8-1b68-4589-a65b-6afbfd6c663f)
)
(fp_text value "DIP-20_W7.62mm" (at 3.81 25.19) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8e2f8d37-cd73-47b6-b7af-7c1959274abc)
)
(fp_text user "${REFERENCE}" (at 3.81 11.43) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ebca99da-891e-4da5-be04-e10388fa90d7)
)
(fp_line (start 1.16 -1.33) (end 1.16 24.19)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bf420c7-7af2-4ad5-b3ff-5a1fc40aa814))
(fp_line (start 1.16 24.19) (end 6.46 24.19)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16c016a0-31ed-4b81-86a0-87e3a7c86004))
(fp_line (start 2.81 -1.33) (end 1.16 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50ccc8a0-1654-4bab-8090-ec884dd24c68))
(fp_line (start 6.46 -1.33) (end 4.81 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d520875-9c65-45dd-b7b6-59821cd5420c))
(fp_line (start 6.46 24.19) (end 6.46 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bfb28c7-0a17-488a-8a0a-3b47021c7854))
(fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0199bf58-f0a8-438c-a842-4b2d37ba8e77))
(fp_line (start -1.1 -1.55) (end -1.1 24.4)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94d29e14-c7e9-4d5d-89fe-2177b0cc9f20))
(fp_line (start -1.1 24.4) (end 8.7 24.4)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb6839b1-f69f-4d44-8171-55ab231226de))
(fp_line (start 8.7 -1.55) (end -1.1 -1.55)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d16f1e7c-4a48-4e3e-b5bf-413224c70b3e))
(fp_line (start 8.7 24.4) (end 8.7 -1.55)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f42878b-517f-4938-8b7f-f76662410c90))
(fp_line (start 0.635 -0.27) (end 1.635 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e46c4f01-fe2a-4c08-b65e-d98d045b85f9))
(fp_line (start 0.635 24.13) (end 0.635 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff45332b-8156-4e67-b0f5-a58eb944fab7))
(fp_line (start 1.635 -1.27) (end 6.985 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 750afebd-ef73-44aa-b979-92c949735399))
(fp_line (start 6.985 -1.27) (end 6.985 24.13)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a73d202-b650-4f47-8a91-8297dcfbc447))
(fp_line (start 6.985 24.13) (end 0.635 24.13)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 032170b7-85ae-4659-86c5-c69adbd24a46))
(pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp f38b3953-f097-4a23-bf8c-9d277952bfd8))
(pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 7c666e33-3452-431b-82e4-36ddbb6145b9))
(pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp e272b4bf-8753-4023-8763-cb494c166549))
(pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 9a1ca621-90b9-4658-bcc6-4ee4420ab3cb))
(pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp ca922199-89eb-4faa-b2ff-9eaa473c8094))
(pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 51dc4fcf-b5e1-4f86-afab-f3e898dcb3f6))
(pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 251735e5-4af1-41b2-bea0-dabb74861563))
(pad "8" thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 38c60785-a5b9-46ed-83f7-67469ae37276))
(pad "9" thru_hole oval (at 0 20.32) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 02e502e3-885d-4e7c-8265-296652abf14c))
(pad "10" thru_hole oval (at 0 22.86) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp fa8473d9-f193-4350-9099-5de4a72c3d7b))
(pad "11" thru_hole oval (at 7.62 22.86) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 77d1959c-729c-4084-b054-fa7a2a952932))
(pad "12" thru_hole oval (at 7.62 20.32) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp f5092134-33e0-49e2-a23f-41c1adc55807))
(pad "13" thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 40e30fa9-b657-4256-8cd1-63553772ecd2))
(pad "14" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 33d9f0e8-ef40-4a36-b289-b996629a5408))
(pad "15" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp f040f75d-f468-401a-9f5a-5ecbff94f3e2))
(pad "16" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp cf72502b-f078-4b80-9883-78655839c0d1))
(pad "17" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp e845797b-a030-4b63-aba9-ad3da31fa9eb))
(pad "18" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 3b429bb0-7ca1-4869-9dc8-1931a9bd18d7))
(pad "19" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp ee18b3b4-f2e9-483f-9f86-19f30d9e1052))
(pad "20" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 11087225-8f10-47f3-ad61-94288d89381e))
(model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (layer "B.Cu")
(tstamp 00000000-0000-0000-0000-00006373e2ac)
(at 29.1084 25.019 -90)
(descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000062257219")
(attr smd)
(fp_text reference "R3" (at 0 -0.508 90) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp fa0f2030-112b-4cec-86fd-0305056753c8)
)
(fp_text value "510" (at 0 -1.82 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp c46630b8-340b-44c4-8ba0-906d9e260167)
)
(fp_text user "${REFERENCE}" (at 1.27 0 90) (layer "B.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror))
(tstamp 672cc9e7-3c62-4cba-82d5-58691239b466)
)
(fp_line (start -0.727064 -0.91) (end 0.727064 -0.91)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f7d90f7-59a6-4b1a-9b06-bc9c9c488031))
(fp_line (start -0.727064 0.91) (end 0.727064 0.91)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9528c65-1cdf-4cfe-883b-a64ef8c7694b))
(fp_line (start -2.45 -1.12) (end -2.45 1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 262dd532-1aea-4e7d-b8bb-54117b6147d8))
(fp_line (start -2.45 1.12) (end 2.45 1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 22542894-b809-41ee-b056-20e614459d54))
(fp_line (start 2.45 -1.12) (end -2.45 -1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f5a3949c-5b1d-4ad0-b258-bbaa98e4f2b1))
(fp_line (start 2.45 1.12) (end 2.45 -1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13833d10-f751-41ea-b124-35016a1dc6ba))
(fp_line (start -1.6 -0.8) (end -1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 04849d3f-c804-43b4-b2bd-10313a4abba0))
(fp_line (start -1.6 0.8) (end 1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 40fc7d22-e57a-42c8-b347-d0909a819571))
(fp_line (start 1.6 -0.8) (end -1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bd300816-fd63-49f8-a950-e3ff0c360a60))
(fp_line (start 1.6 0.8) (end 1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4b37730-330e-4b01-bb6f-b1f0160f85c5))
(pad "1" smd roundrect (at -1.55 0 270) (size 1.3 1.75) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.1923069231)
(net 3 "Net-(J1-Pad2)") (pintype "passive") (tstamp d79ee804-f799-43fc-87ee-a9a6718399c9))
(pad "2" smd roundrect (at 1.55 0 270) (size 1.3 1.75) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.1923069231)
(net 15 "Net-(R3-Pad2)") (pintype "passive") (tstamp 748a0765-af07-4030-8724-6c1fad7c4baf))
(model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (layer "B.Cu")
(tstamp 51b45a57-7a89-47db-a19b-fe668e998cd8)
(at 30.5054 18.1356 180)
(descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-0000621eabd4")
(attr smd)
(fp_text reference "R1n1" (at 0 1.82) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp fdc7d67f-498f-4895-8849-1e3d938608b7)
)
(fp_text value "270" (at 0.254 -2.794) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 8ba72ed3-86d6-4157-86b4-d3ed65a46b5a)
)
(fp_text user "${REFERENCE}" (at -0.687214 0) (layer "B.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror))
(tstamp 04dfcc8b-e1ac-4323-afa0-9f23f9bdf882)
)
(fp_line (start -0.727064 -0.91) (end 0.727064 -0.91)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a28a39c9-e70d-4ae6-ba15-32120694ac93))
(fp_line (start -0.727064 0.91) (end 0.727064 0.91)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp baedfff6-186f-4859-b646-d116fa2532ae))
(fp_line (start -2.45 -1.12) (end -2.45 1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f3b84af-e1c7-420b-9bc9-9c237c0f696d))
(fp_line (start -2.45 1.12) (end 2.45 1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 30206958-5666-4151-92cc-3d9d1cc1aa94))
(fp_line (start 2.45 -1.12) (end -2.45 -1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 928837f3-b55d-4a5e-982e-f1ee014e88d5))
(fp_line (start 2.45 1.12) (end 2.45 -1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ebe56dc6-71f2-49bf-b93e-fa0a7aa47c6d))
(fp_line (start -1.6 -0.8) (end -1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f96d0fe3-d21a-4820-b9da-1ed51b094657))
(fp_line (start -1.6 0.8) (end 1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53646276-1b1d-4313-9166-c3e84e033ff2))
(fp_line (start 1.6 -0.8) (end -1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e1411f3-2d06-448a-b7f4-95739626072c))
(fp_line (start 1.6 0.8) (end 1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54e4191c-d0d3-4307-9b4f-4c6eed4505c6))
(pad "1" smd roundrect (at -1.55 0 180) (size 1.3 1.75) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.192308)
(net 14 "Net-(R1n1-Pad1)") (pintype "passive") (tstamp 88eca280-1ee5-4fc1-8969-e09b85c9bf21))
(pad "2" smd roundrect (at 1.55 0 180) (size 1.3 1.75) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.192308)
(net 6 "Net-(J1-Pad4)") (pintype "passive") (tstamp 86aba7f3-a42f-4ac8-b8ea-f9e2aad40061))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (layer "B.Cu")
(tstamp ecb0800c-cd3e-4b83-a307-64091117fe37)
(at 30.5308 20.7518)
(descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "Sheetfile" "CCS_Switch_BE_1.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-0000621ec67f")
(attr smd)
(fp_text reference "R2p1" (at 0 0) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 36e92655-34e9-4e11-b732-5b3beb487e24)
)
(fp_text value "270" (at 0 -1.82) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp da829f44-f736-43b0-b94a-88b86632c2ab)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror))
(tstamp 2aec6768-7c09-4d35-9d81-37aa38b6b415)
)
(fp_line (start -0.727064 -0.91) (end 0.727064 -0.91)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e263dcbf-4936-4ad7-9626-9bf5303335bb))
(fp_line (start -0.727064 0.91) (end 0.727064 0.91)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b4e068c-1b55-44e0-9988-a20a00e1b035))
(fp_line (start -2.45 -1.12) (end -2.45 1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a3eb221a-178e-4c0c-8564-ef3afa60f551))
(fp_line (start -2.45 1.12) (end 2.45 1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e9785d9e-6d32-4549-829c-4ea2a9147634))
(fp_line (start 2.45 -1.12) (end -2.45 -1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6e49052d-8533-4dc9-98c5-2aef5bc75114))
(fp_line (start 2.45 1.12) (end 2.45 -1.12)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7fa84f03-1120-4393-97a9-da24e751f7e0))
(fp_line (start -1.6 -0.8) (end -1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a442f6fd-723b-47fc-bd3e-43675e309c71))
(fp_line (start -1.6 0.8) (end 1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 075903d3-c6c8-417d-8627-89e2e25bcbe8))
(fp_line (start 1.6 -0.8) (end -1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8567ea2f-3468-4d3a-9aba-adca0b12ef5c))
(fp_line (start 1.6 0.8) (end 1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fbc44b19-a35d-4a49-beac-d6c7780f17d7))
(pad "1" smd roundrect (at -1.55 0) (size 1.3 1.75) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.192308)
(net 4 "Net-(J1-Pad3)") (pintype "passive") (tstamp 98934643-53b7-4028-9c8c-7e2c976dffd7))
(pad "2" smd roundrect (at 1.55 0) (size 1.3 1.75) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.192308)
(net 13 "Net-(R2p1-Pad2)") (pintype "passive") (tstamp 71b95a3b-2fd4-4d58-96ea-190df0ed75b6))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_rect (start 22.350586 6.0452) (end 49.934986 32.1056)
(stroke (width 0.1) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp fd20af88-7f1d-4d6b-b721-efbce60a8a57))
(gr_text "SW_pDev" (at 16.9164 20.32) (layer "B.Cu") (tstamp 1d26ee5d-f523-404f-9a6b-f2227026beba)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "Emitter" (at 54.737 17.526) (layer "B.Cu") (tstamp 4549eaf9-dd51-4a30-a261-4c6ccf7c30be)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "Drain" (at 53.848 12.319) (layer "B.Cu") (tstamp 4a18d986-65e2-49d3-852a-b9fe936f3ade)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "SW_nDev" (at 16.7132 18.1356) (layer "B.Cu") (tstamp 4a8db276-7fd3-45b0-8f45-ec279aa5e65a)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "Base" (at 53.34 14.859) (layer "B.Cu") (tstamp 7b6411f9-b3a5-47d5-b4d3-875284e90e89)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "Gnd" (at 19.1516 25.7302) (layer "B.Cu") (tstamp ac3e8b37-31e9-498e-8b30-b024defad075)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "CCS_CVS" (at 16.6878 22.8092) (layer "B.Cu") (tstamp ba76e1ff-7d60-481f-87f6-3a3c0279c521)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "+30V" (at 53.1114 9.2202) (layer "B.Cu") (tstamp dc960d53-9f49-446e-8db2-7d0854096507)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(dimension (type aligned) (layer "F.Cu") (tstamp 68ccb66a-02d8-4307-9fea-87d6104d6351)
(pts (xy 50.3428 17.2974) (xy 50.5206 32.0548))
(height -0.76219)
(gr_text "14,7585 mm" (at 53.1622 26.5684 270.6902772) (layer "F.Cu") (tstamp 68ccb66a-02d8-4307-9fea-87d6104d6351)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 2) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp 1c63a075-cd47-4bda-8527-dca202f44ab6)
(pts (xy 46.7868 17.4244) (xy 25.9842 16.9572))
(height 0)
(orientation 0)
(gr_text "20,8026 mm" (at 36.3855 15.6244) (layer "F.Cu") (tstamp 1c63a075-cd47-4bda-8527-dca202f44ab6)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp 26d849e2-5674-4b30-82ef-238f340f56a4)
(pts (xy 22.352 34.6456) (xy 49.9364 34.8742))
(height 0)
(orientation 0)
(gr_text "27,5844 mm" (at 36.068 35.052) (layer "F.Cu") (tstamp 26d849e2-5674-4b30-82ef-238f340f56a4)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 2) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp 6a87770b-8938-4a4e-a15c-5eaf5694e878)
(pts (xy 22.0726 4.8006) (xy 25.781 5.1816))
(height 0)
(orientation 0)
(gr_text "3,7084 mm" (at 23.9268 3.0006) (layer "F.Cu") (tstamp 6a87770b-8938-4a4e-a15c-5eaf5694e878)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp 74d476b5-8ea3-486f-a0a5-03e0b39f53e3)
(pts (xy 25.908 4.5212) (xy 46.736 4.4958))
(height 0)
(orientation 0)
(gr_text "20,8280 mm" (at 36.2204 4.0132) (layer "F.Cu") (tstamp 74d476b5-8ea3-486f-a0a5-03e0b39f53e3)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 2) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp 7fba73d9-7b68-41dd-a6f6-ab028856cc1e)
(pts (xy 25.908 24.9682) (xy 25.8826 32.1056))
(height -9.525)
(orientation 1)
(gr_text "7,1374 mm" (at 14.3764 30.226 90) (layer "F.Cu") (tstamp 7fba73d9-7b68-41dd-a6f6-ab028856cc1e)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 2) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp 997c24b5-225b-4651-8a24-595781d01809)
(pts (xy 10.8712 5.9944) (xy 11.176 32.0802))
(height 0)
(orientation 1)
(gr_text "26,0858 mm" (at 10.4648 19.0373 90) (layer "F.Cu") (tstamp 997c24b5-225b-4651-8a24-595781d01809)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 2) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type orthogonal) (layer "F.Cu") (tstamp c3cbab50-6e64-4fe0-a093-02fec581736d)
(pts (xy 17.653 17.526) (xy 17.1196 5.9436))
(height 0)
(orientation 1)
(gr_text "11,5824 mm" (at 14.9606 9.6266 90) (layer "F.Cu") (tstamp c3cbab50-6e64-4fe0-a093-02fec581736d)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4))
(style (thickness 0.2) (arrow_length 1.27) (text_position_mode 2) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(segment (start 25.908 24.9682) (end 24.0284 24.9682) (width 1.5) (layer "B.Cu") (net 1) (tstamp 270688cf-0390-4427-b8c1-306b77242f0b))
(segment (start 26.035 25.8826) (end 25.9842 25.8318) (width 1.5) (layer "B.Cu") (net 1) (tstamp 27858617-3634-4f1a-a58d-ad10bd0f10b3))
(segment (start 24.448786 14.722) (end 24.331786 14.605) (width 1.5) (layer "B.Cu") (net 1) (tstamp 4f510351-8aa1-4290-b030-4ef179e7def7))
(segment (start 35.644786 15.235) (end 30.549786 15.235) (width 1.5) (layer "B.Cu") (net 1) (tstamp 5154b30b-8b0f-49ec-8745-64540e3f8339))
(segment (start 29.1592 14.722) (end 24.448786 14.722) (width 1.5) (layer "B.Cu") (net 1) (tstamp 5a1a6826-b833-4f6e-b0f4-002b21b4188a))
(segment (start 23.368 24.8412) (end 23.368 15.568786) (width 1.5) (layer "B.Cu") (net 1) (tstamp 6ac49c45-7f7a-4018-b959-7a166b9fe23a))
(segment (start 26.1366 24.9936) (end 24.5264 24.9936) (width 1.5) (layer "B.Cu") (net 1) (tstamp 70a61090-6c95-4972-8836-a7324b25155d))
(segment (start 23.368 15.568786) (end 24.331786 14.605) (width 1.5) (layer "B.Cu") (net 1) (tstamp 77cf095a-c5ae-436b-998b-c3e33b6a55a4))
(segment (start 28.4734 30.5816) (end 35.5346 30.5816) (width 1.5) (layer "B.Cu") (net 1) (tstamp 7ef3c9a9-62ca-422a-b860-50342b2133ff))
(segment (start 33.5534 10.0076) (end 28.929186 10.0076) (width 1.5) (layer "B.Cu") (net 1) (tstamp 7f7d74dd-0a45-4d05-99be-10851badc653))
(segment (start 26.998786 14.722) (end 29.1592 14.722) (width 1.5) (layer "B.Cu") (net 1) (tstamp 9f630076-2357-4d6b-b6fb-544fc28bce13))
(segment (start 28.929186 10.0076) (end 24.331786 14.605) (width 1.5) (layer "B.Cu") (net 1) (tstamp a1b462f8-1f03-45c9-9a04-73d68abeed03))
(segment (start 25.230786 14.722) (end 26.998786 14.722) (width 1.5) (layer "B.Cu") (net 1) (tstamp a87d26d2-6256-4925-8e02-7efcb16403da))
(segment (start 28.4734 30.5816) (end 26.035 28.1432) (width 1.5) (layer "B.Cu") (net 1) (tstamp a9e25c6c-7cb7-447a-9170-d1209a724a53))
(segment (start 29.1592 14.722) (end 30.036786 14.722) (width 1.5) (layer "B.Cu") (net 1) (tstamp ae861f8b-89aa-423e-af1c-6229c8a9f299))
(segment (start 25.9842 25.0444) (end 25.908 24.9682) (width 1.5) (layer "B.Cu") (net 1) (tstamp b2ff781c-3048-4e0a-895e-c12dfe0ba0fa))
(segment (start 35.4405 10.16) (end 34.1555 10.16) (width 1.5) (layer "B.Cu") (net 1) (tstamp e225bda3-220a-4537-ab6a-e8aff8051ca8))
(segment (start 25.9842 25.8318) (end 25.9842 25.0444) (width 1.5) (layer "B.Cu") (net 1) (tstamp ea32bcd3-8a91-439d-98d5-15e6d62ef237))
(segment (start 26.035 28.1432) (end 26.035 25.8826) (width 1.5) (layer "B.Cu") (net 1) (tstamp f8027210-264b-4920-b8f4-bf15dc7a6d9b))
(segment (start 24.0284 24.9682) (end 24.13 25.0698) (width 1.5) (layer "B.Cu") (net 1) (tstamp f9c84a71-6bf0-48a8-b561-a3071cc2a275))
(segment (start 30.549786 15.235) (end 30.036786 14.722) (width 1.5) (layer "B.Cu") (net 1) (tstamp ff305e14-8564-4343-89ab-3cc99beb1ec6))
(segment (start 45.045286 11.9505) (end 45.286786 12.192) (width 1.5) (layer "B.Cu") (net 2) (tstamp 01f3f970-615f-407e-a390-747556dfbd38))
(segment (start 46.556786 11.694) (end 46.300286 11.9505) (width 1.5) (layer "B.Cu") (net 2) (tstamp 37271ace-5be8-4fe5-b662-f24ed42c9ba7))
(segment (start 45.045286 11.9505) (end 43.516286 11.9505) (width 1.5) (layer "B.Cu") (net 2) (tstamp 4200579b-4054-4c24-9c1d-feadc3472e6e))
(segment (start 45.286786 12.192) (end 46.810786 12.192) (width 1.5) (layer "B.Cu") (net 2) (tstamp 60a79355-7d19-4808-997f-a760c662e3a6))
(segment (start 43.252286 11.6865) (end 43.252286 13.2055) (width 1.5) (layer "B.Cu") (net 2) (tstamp 753a9dbf-b677-4bdd-98ac-c3ff0ce55934))
(segment (start 43.18 13.15095) (end 43.18 9.86145) (width 1.5) (layer "B.Cu") (net 2) (tstamp 777fc161-af45-4845-8bd6-392399019974))
(segment (start 46.300286 11.9505) (end 45.045286 11.9505) (width 1.5) (layer "B.Cu") (net 2) (tstamp 8e4d6a3f-7298-4f00-9972-f59012c71675))
(segment (start 43.516286 11.9505) (end 43.252286 11.6865) (width 1.5) (layer "B.Cu") (net 2) (tstamp d014eba2-5b88-467c-93bf-41082251c80c))
(segment (start 43.252286 9.9035) (end 43.252286 11.6865) (width 1.5) (layer "B.Cu") (net 2) (tstamp d1eec717-4651-47b0-b618-b86457fefeb7))
(segment (start 29.1084 23.469) (end 27.8378 23.469) (width 1.5) (layer "B.Cu") (net 3) (tstamp 477a3af6-f962-434f-bcf8-7f65fd9df68c))
(segment (start 26.797 22.4282) (end 25.908 22.4282) (width 1.5) (layer "B.Cu") (net 3) (tstamp 540c9c79-6f60-48d5-a667-0b31a525a1c7))
(segment (start 27.8378 23.469) (end 26.797 22.4282) (width 1.5) (layer "B.Cu") (net 3) (tstamp 80bcf831-9574-4b5d-bab7-c7b58008c0f4))
(segment (start 25.908 19.8882) (end 27.2796 19.8882) (width 1.5) (layer "B.Cu") (net 4) (tstamp 15fef19a-cae1-42d7-818e-89a92b1a087e))
(segment (start 28.9808 20.7518) (end 28.1432 20.7518) (width 1.5) (layer "B.Cu") (net 4) (tstamp 3a9af2b9-6e78-4448-89b0-9081e0cff13a))
(segment (start 27.2796 19.8882) (end 28.1432 20.7518) (width 1.5) (layer "B.Cu") (net 4) (tstamp 93d46168-fe38-474d-a2fd-b215f9aee294))
(segment (start 46.1899 30.5308) (end 44.1833 30.5308) (width 1.5) (layer "B.Cu") (net 5) (tstamp 6f1c3ea6-1822-43b1-b242-af89a8087452))
(segment (start 43.3628 30.6578) (end 44.1198 30.6578) (width 1.5) (layer "B.Cu") (net 5) (tstamp 73ed44d3-aabe-46ab-b2cc-768659e0842a))
(segment (start 28.702 18.1356) (end 27.9146 17.3482) (width 1.5) (layer "B.Cu") (net 6) (tstamp 142fd63d-4c69-45f1-9055-1990b3a74035))
(segment (start 27.9146 17.3482) (end 25.908 17.3482) (width 1.5) (layer "B.Cu") (net 6) (tstamp 39ef73a1-3a77-4673-bc2e-ca55003557cd))
(segment (start 28.9554 18.1356) (end 28.702 18.1356) (width 1.5) (layer "B.Cu") (net 6) (tstamp ca4b8032-597e-4652-91cd-e99577eaf3c4))
(segment (start 35.639786 12.7) (end 35.644786 12.695) (width 1.5) (layer "B.Cu") (net 7) (tstamp 28a48a1b-7b08-468a-8caa-1f96e7b46b46))
(segment (start 31.824786 12.7) (end 35.639786 12.7) (width 1.5) (layer "B.Cu") (net 7) (tstamp efc05140-efb8-4c01-b377-b75904ec3808))
(segment (start 40.460786 8.7426) (end 41.481786 7.7216) (width 1.5) (layer "B.Cu") (net 8) (tstamp 02b1101d-e99e-4e14-bca5-8b1af6599093))
(segment (start 43.15585 7.874) (end 45.18535 7.874) (width 1.5) (layer "B.Cu") (net 8) (tstamp 1cef3e61-169a-4528-ba36-79ae64ef3f30))
(segment (start 40.460786 22.098) (end 40.460786 21.336) (width 1) (layer "B.Cu") (net 8) (tstamp 2c69a090-7a68-4940-a42f-0db0b6b1dcc0))
(segment (start 46.300286 9.4105) (end 46.300286 7.8715) (width 1.5) (layer "B.Cu") (net 8) (tstamp 30d7d947-1305-4cad-a1b1-0eb214171a27))
(segment (start 41.8542 25.527) (end 43.1342 25.527) (width 1.5) (layer "B.Cu") (net 8) (tstamp 3448da24-0f40-4b46-a335-52a8b7ba9f18))
(segment (start 40.460786 25.146) (end 40.460786 22.098) (width 1.5) (layer "B.Cu") (net 8) (tstamp 36828aa2-cbef-4fc0-9ec2-f2dfedc2da8a))
(segment (start 46.810786 9.652) (end 46.810786 8.382) (width 1.5) (layer "B.Cu") (net 8) (tstamp 3bd3dcab-a3be-4d31-9f14-59c6d5ffcf30))
(segment (start 43.262286 28.2015) (end 41.982286 26.9215) (width 1.5) (layer "B.Cu") (net 8) (tstamp 5c045dd0-ca26-4c1f-a2bd-e4754bbd1cf6))
(segment (start 46.556786 8.128) (end 46.300286 7.8715) (width 1.5) (layer "B.Cu") (net 8) (tstamp 75476f41-8a86-4acd-8d08-2c86607b0893))
(segment (start 43.18 27.8842) (end 43.18 25.8622) (width 1.5) (layer "B.Cu") (net 8) (tstamp 8c3e9314-b7d0-43bc-8791-1a92ffb95789))
(segment (start 42.87145 7.6708) (end 41.10095 7.6708) (width 1.5) (layer "B.Cu") (net 8) (tstamp 94b54863-4b75-48f0-a63a-ade46118c5cb))
(segment (start 46.300286 7.8715) (end 45.792286 7.3635) (width 1.5) (layer "B.Cu") (net 8) (tstamp 9563aed4-b84a-456c-a2ae-cff08f5e059b))
(segment (start 40.4876 22.5552) (end 40.4876 8.3312) (width 1.5) (layer "B.Cu") (net 8) (tstamp b6c03a9e-86d3-46cf-865b-779e3de1d5c8))
(segment (start 40.714786 8.89) (end 40.714786 25.4) (width 1) (layer "B.Cu") (net 8) (tstamp bb186ef2-fccd-4a35-9081-69c6da31e4a4))
(segment (start 40.714786 8.89) (end 40.714786 8.382) (width 1) (layer "B.Cu") (net 8) (tstamp d4b2f681-10b1-4048-be68-584f0aa75c92))
(segment (start 41.982286 26.6675) (end 40.714786 25.4) (width 1.5) (layer "B.Cu") (net 8) (tstamp f89fa53f-711a-4246-8c96-ed751e0396e4))
(segment (start 46.556786 9.154) (end 46.556786 8.128) (width 1.5) (layer "B.Cu") (net 8) (tstamp fcd03300-f622-42a3-9848-b2b24da9a3d7))
(segment (start 40.714786 25.4) (end 40.460786 25.146) (width 1.5) (layer "B.Cu") (net 8) (tstamp fe2f783d-08c4-4c56-8466-0ce653b62552))
(segment (start 43.264786 16.769) (end 43.264786 15.235) (width 1.5) (layer "B.Cu") (net 9) (tstamp 10a43e0a-9c57-476a-b011-5fe68f86b743))
(segment (start 45.361572 14.732) (end 44.853572 15.24) (width 1.5) (layer "B.Cu") (net 9) (tstamp 1a6c3d90-318e-4a64-9dd5-2b5db9ae2449))
(segment (start 46.810786 14.732) (end 45.361572 14.732) (width 1.5) (layer "B.Cu") (net 9) (tstamp 2fe32868-9d4e-460b-86b2-4c288be91bd7))
(segment (start 43.262286 16.7715) (end 43.264786 16.769) (width 1.5) (layer "B.Cu") (net 9) (tstamp 39311116-d671-4349-9790-3af9fee9d937))
(segment (start 43.262286 16.7715) (end 43.262286 15.7555) (width 1.5) (layer "B.Cu") (net 9) (tstamp 49923c4d-dadc-4132-907d-082a5e98f715))
(segment (start 44.517286 18.5395) (end 46.300286 20.3225) (width 1.5) (layer "B.Cu") (net 9) (tstamp 960941fb-172f-4f8a-b2f6-d1b2427623c4))
(segment (start 43.252286 15.7455) (end 43.757786 15.24) (width 1.5) (layer "B.Cu") (net 9) (tstamp 9ff683aa-8744-4f3c-a5e4-6b9a9d88dd69))
(segment (start 43.262286 15.7555) (end 43.252286 15.7455) (width 1.5) (layer "B.Cu") (net 9) (tstamp a63ed17b-4bb7-42eb-9824-6d11f066735d))
(segment (start 43.262286 18.5395) (end 43.262286 16.7715) (width 1.5) (layer "B.Cu") (net 9) (tstamp d0c6cea4-6005-435c-8807-f82afe267c5c))
(segment (start 43.329572 15.24) (end 44.853572 15.24) (width 1.5) (layer "B.Cu") (net 9) (tstamp d901e1de-bb65-4096-b689-3e0894638240))
(segment (start 43.262286 18.5395) (end 44.517286 18.5395) (width 1.5) (layer "B.Cu") (net 9) (tstamp dde232b3-259e-4a91-b4b5-61cc471e6b8c))
(segment (start 32.2047 25.527) (end 35.5117 25.527) (width 1.5) (layer "B.Cu") (net 10) (tstamp 266769e8-2df8-4975-a63b-c226ccf1fae2))
(segment (start 38.227 8.6614) (end 38.227 8.636) (width 1.5) (layer "B.Cu") (net 11) (tstamp 07dd20f0-4c84-4732-9b7d-02b18aae74f4))
(segment (start 37.338 20.3708) (end 38.227 19.4818) (width 1.5) (layer "B.Cu") (net 11) (tstamp 0a31d207-17d2-4e2a-b2d4-9bbf81be0960))
(segment (start 37.2846 20.3708) (end 37.338 20.3708) (width 1.5) (layer "B.Cu") (net 11) (tstamp 21ce17b7-5959-4247-9f89-f296820582ab))
(segment (start 35.5371 7.7216) (end 37.3126 7.7216) (width 1.5) (layer "B.Cu") (net 11) (tstamp 36ff2da3-7324-42e3-a68e-ef3336924057))
(segment (start 38.227 8.636) (end 37.3126 7.7216) (width 1.5) (layer "B.Cu") (net 11) (tstamp 5a542775-3560-4735-b4d4-ee49f5c9ef97))
(segment (start 38.227 19.4818) (end 38.227 8.6614) (width 1.5) (layer "B.Cu") (net 11) (tstamp b8ebe1ae-bf7d-4e7d-bf28-2f2cde5bfbfb))
(segment (start 35.3668 20.3708) (end 36.8808 20.3708) (width 1.5) (layer "B.Cu") (net 11) (tstamp c6fccdc4-7b3f-4b73-abb4-bef97190c96f))
(segment (start 37.2846 20.0406) (end 37.2846 20.3708) (width 1.5) (layer "B.Cu") (net 11) (tstamp c735f6b3-3c9b-4c72-b634-c320ec6e2ef2))
(segment (start 48.842786 21.844) (end 47.819286 22.8675) (width 1.5) (layer "B.Cu") (net 12) (tstamp 26b71707-b62c-459c-a964-1a72061ed41f))
(segment (start 43.18 22.2554) (end 43.18 20.4674) (width 1.5) (layer "B.Cu") (net 12) (tstamp 35e4a68c-2874-406c-a596-6d504eb03cfb))
(segment (start 47.819286 22.8675) (end 44.861072 22.8675) (width 1.5) (layer "B.Cu") (net 12) (tstamp 3ef30245-fc44-4025-9be6-56387fcd8b94))
(segment (start 44.861072 22.675786) (end 44.861072 22.8675) (width 1.5) (layer "B.Cu") (net 12) (tstamp 61018e36-d451-445f-ac44-1050300705fe))
(segment (start 48.409572 17.272) (end 48.842786 17.705214) (width 1.5) (layer "B.Cu") (net 12) (tstamp 63ed7690-d4a2-4575-9149-35d1ffc547cf))
(segment (start 44.861072 22.8675) (end 43.262286 22.8675) (width 1.5) (layer "B.Cu") (net 12) (tstamp 6ee1353e-ef98-49c0-9aad-290d620de6a8))
(segment (start 43.2308 22.9616) (end 43.2308 21.4476) (width 1.5) (layer "B.Cu") (net 12) (tstamp 74a2d5c9-b11a-47fe-af37-f82c35d5ca54))
(segment (start 43.262286 21.077) (end 44.861072 22.675786) (width 1.5) (layer "B.Cu") (net 12) (tstamp 949e37a8-1110-4f0a-a8dc-8b780d0175ec))
(segment (start 48.842786 17.705214) (end 48.842786 21.844) (width 1.5) (layer "B.Cu") (net 12) (tstamp af446582-2081-4ad2-b242-7d79128809f5))
(segment (start 46.810786 17.272) (end 48.409572 17.272) (width 1.5) (layer "B.Cu") (net 12) (tstamp b3caeefc-fb42-444d-9d1a-fa690a921554))
(segment (start 33.0708 20.7518) (end 33.0708 21.4376) (width 1.5) (layer "B.Cu") (net 13) (tstamp 41a92cf0-6a22-4822-9244-33f81bc05a4b))
(segment (start 33.0708 21.4376) (end 32.7666 21.4376) (width 1.5) (layer "B.Cu") (net 13) (tstamp 5fa81f75-b7c2-472c-937b-1a866dbcfe0a))
(segment (start 35.6208 23.0124) (end 35.1028 23.0124) (width 1.5) (layer "B.Cu") (net 13) (tstamp 8e6de29f-650f-4891-ad6a-d8d3e081ac48))
(segment (start 32.7666 21.4376) (end 32.0808 20.7518) (width 1.5) (layer "B.Cu") (net 13) (tstamp b2625edf-6ed3-4a96-a7d2-8bf3c24eb740))
(segment (start 32.107014 20.7518) (end 33.0708 20.7518) (width 1.5) (layer "B.Cu") (net 13) (tstamp bed00e16-11ba-442b-b5dd-0aa436215ea1))
(segment (start 33.0708 21.4376) (end 34.4932 22.86) (width 1.5) (layer "B.Cu") (net 13) (tstamp fde1cd27-d428-411b-b196-8557f8e9aeb1))
(segment (start 32.0554 18.1356) (end 33.7846 18.1356) (width 1.5) (layer "B.Cu") (net 14) (tstamp 579be090-23dd-4996-b3c1-aa0ed470f2b8))
(segment (start 33.7846 18.1356) (end 33.7846 17.907) (width 1.5) (layer "B.Cu") (net 14) (tstamp 75892aaf-640a-4a5d-a011-a6a85ebc9a31))
(segment (start 35.3742 17.907) (end 33.6122 17.907) (width 1.5) (layer "B.Cu") (net 14) (tstamp f4006fbf-4892-4f6a-b0a7-139193d8b280))
(segment (start 30.099 27.5596) (end 29.1084 26.569) (width 1.5) (layer "B.Cu") (net 15) (tstamp 0f0681bb-ab61-4dab-ab16-b748e055bc02))
(segment (start 35.4838 28.067) (end 30.099 28.067) (width 1.5) (layer "B.Cu") (net 15) (tstamp 854beedf-19e8-46cc-a043-432263ea8dd8))
(segment (start 30.099 28.067) (end 30.099 27.5596) (width 1.5) (layer "B.Cu") (net 15) (tstamp b295bbed-931d-4919-a3d4-ec0b4b41ef8e))
)