-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPulseGen.kicad_pcb
964 lines (938 loc) · 49.1 KB
/
PulseGen.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
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
(kicad_pcb (version 4) (host pcbnew 4.0.4-stable)
(general
(links 31)
(no_connects 0)
(area -2.635713 5.55 81.725001 34.825001)
(thickness 1.6)
(drawings 6)
(tracks 117)
(zones 0)
(modules 18)
(nets 17)
)
(page A4)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(32 B.Adhes user hide)
(33 F.Adhes user hide)
(34 B.Paste user hide)
(35 F.Paste user hide)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user hide)
(39 F.Mask user hide)
(40 Dwgs.User user)
(41 Cmts.User user hide)
(42 Eco1.User user hide)
(43 Eco2.User user hide)
(44 Edge.Cuts user)
(45 Margin user hide)
(46 B.CrtYd user)
(47 F.CrtYd user)
(48 B.Fab user hide)
(49 F.Fab user hide)
)
(setup
(last_trace_width 0.25)
(trace_clearance 0.2)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2)
(segment_width 0.2)
(edge_width 0.15)
(via_size 0.6)
(via_drill 0.4)
(via_min_size 0.4)
(via_min_drill 0.3)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.15)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.2 1.2)
(pad_drill 0.8)
(pad_to_mask_clearance 0.2)
(aux_axis_origin 12.25 34.75)
(grid_origin 12.25 34.75)
(visible_elements 7FFEFFFF)
(pcbplotparams
(layerselection 0x010fc_80000001)
(usegerberextensions true)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin true)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(hpglpenoverlay 2)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue false)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory ""))
)
(net 0 "")
(net 1 "Net-(C1-Pad1)")
(net 2 "Net-(C1-Pad2)")
(net 3 "Net-(C2-Pad1)")
(net 4 GND)
(net 5 "Net-(C3-Pad1)")
(net 6 "Net-(C4-Pad2)")
(net 7 "Net-(Q1-Pad1)")
(net 8 "Net-(Q1-Pad2)")
(net 9 "Net-(R1-Pad1)")
(net 10 "Net-(R2-Pad2)")
(net 11 "Net-(U1-Pad6)")
(net 12 "Net-(U1-Pad7)")
(net 13 +5V)
(net 14 "Net-(P1-Pad2)")
(net 15 "Net-(P1-Pad3)")
(net 16 "Net-(P1-Pad4)")
(net_class Default "This is the default net class."
(clearance 0.2)
(trace_width 0.25)
(via_dia 0.6)
(via_drill 0.4)
(uvia_dia 0.3)
(uvia_drill 0.1)
(add_net +5V)
(add_net GND)
(add_net "Net-(C1-Pad1)")
(add_net "Net-(C1-Pad2)")
(add_net "Net-(C2-Pad1)")
(add_net "Net-(C3-Pad1)")
(add_net "Net-(C4-Pad2)")
(add_net "Net-(P1-Pad2)")
(add_net "Net-(P1-Pad3)")
(add_net "Net-(P1-Pad4)")
(add_net "Net-(Q1-Pad1)")
(add_net "Net-(Q1-Pad2)")
(add_net "Net-(R1-Pad1)")
(add_net "Net-(R2-Pad2)")
(add_net "Net-(U1-Pad6)")
(add_net "Net-(U1-Pad7)")
)
(module Capacitors_SMD:C_0805_HandSoldering (layer F.Cu) (tedit 591B44D1) (tstamp 591B414C)
(at 15 32 180)
(descr "Capacitor SMD 0805, hand soldering")
(tags "capacitor 0805")
(path /590A3710)
(attr smd)
(fp_text reference C1 (at -3.25 0 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 470n (at 0 0 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -1.75 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -2.25 -0.88) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.25 -0.88) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.25 0 180) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 1 "Net-(C1-Pad1)"))
(pad 2 smd rect (at 1.25 0 180) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 2 "Net-(C1-Pad2)"))
(model Capacitors_SMD.3dshapes/C_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Capacitors_SMD:C_0805_HandSoldering (layer F.Cu) (tedit 591B44D7) (tstamp 591B4152)
(at 25 31.75 180)
(descr "Capacitor SMD 0805, hand soldering")
(tags "capacitor 0805")
(path /590A39B4)
(attr smd)
(fp_text reference C2 (at -3.25 0 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 470n (at 0 0 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -1.75 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -2.25 -0.88) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.25 -0.88) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.25 0 180) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 3 "Net-(C2-Pad1)"))
(pad 2 smd rect (at 1.25 0 180) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(model Capacitors_SMD.3dshapes/C_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Capacitors_SMD:C_0805_HandSoldering (layer F.Cu) (tedit 591B44D9) (tstamp 591B4158)
(at 25 26.5 180)
(descr "Capacitor SMD 0805, hand soldering")
(tags "capacitor 0805")
(path /590A39EB)
(attr smd)
(fp_text reference C3 (at -3.25 0 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 470n (at 0 0 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -1.75 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -2.25 -0.88) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.25 -0.88) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.25 0 180) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 5 "Net-(C3-Pad1)"))
(pad 2 smd rect (at 1.25 0 180) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(model Capacitors_SMD.3dshapes/C_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Capacitors_SMD:C_0805_HandSoldering (layer F.Cu) (tedit 591B44E3) (tstamp 591B415E)
(at 35.75 18.75)
(descr "Capacitor SMD 0805, hand soldering")
(tags "capacitor 0805")
(path /590A3B9B)
(attr smd)
(fp_text reference C4 (at -3 0 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 2p (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -1.75) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.12))
(fp_line (start -2.25 -0.88) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.25 -0.88) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end 2.25 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.25 0.87) (end -2.25 0.87) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.25 0) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(pad 2 smd rect (at 1.25 0) (size 1.5 1.25) (layers F.Cu F.Paste F.Mask)
(net 6 "Net-(C4-Pad2)"))
(model Capacitors_SMD.3dshapes/C_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Diodes_SMD:D_SMA-SMB_Universal_Handsoldering (layer F.Cu) (tedit 591B420D) (tstamp 591B4164)
(at 37.25 31.5 180)
(descr "Diode, Universal, SMA, SMB, Handsoldering,")
(tags "Diode Universal SMA SMB Handsoldering ")
(path /590A360D)
(attr smd)
(fp_text reference D1 (at -6 -0.25 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value RS1M (at 0 -1.5 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -3 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.85 -2.15) (end -4.85 2.15) (layer F.SilkS) (width 0.12))
(fp_line (start 2.3 2) (end -2.3 2) (layer F.Fab) (width 0.1))
(fp_line (start -2.3 2) (end -2.3 -2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -2) (end 2.3 2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -2) (end -2.3 -2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start -4.95 -2.25) (end 4.95 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.95 -2.25) (end 4.95 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.95 2.25) (end -4.95 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.95 2.25) (end -4.95 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1))
(fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1))
(fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1))
(fp_line (start -4.85 2.15) (end 2.7 2.15) (layer F.SilkS) (width 0.12))
(fp_line (start -4.85 -2.15) (end 2.7 -2.15) (layer F.SilkS) (width 0.12))
(pad 1 smd trapezoid (at -2.9 0 180) (size 3.6 1.7) (rect_delta 0.6 0 ) (layers F.Cu F.Paste F.Mask)
(net 3 "Net-(C2-Pad1)"))
(pad 2 smd trapezoid (at 2.9 0) (size 3.6 1.7) (rect_delta 0.6 0 ) (layers F.Cu F.Paste F.Mask)
(net 2 "Net-(C1-Pad2)"))
(model ${KISYS3DMOD}/Diodes_SMD.3dshapes/D_SMB.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Diodes_SMD:D_SMA-SMB_Universal_Handsoldering (layer F.Cu) (tedit 591B4207) (tstamp 591B416A)
(at 37.25 27)
(descr "Diode, Universal, SMA, SMB, Handsoldering,")
(tags "Diode Universal SMA SMB Handsoldering ")
(path /590A36A8)
(attr smd)
(fp_text reference D2 (at 6 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value RS1M (at 0 -1.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -3) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.85 -2.15) (end -4.85 2.15) (layer F.SilkS) (width 0.12))
(fp_line (start 2.3 2) (end -2.3 2) (layer F.Fab) (width 0.1))
(fp_line (start -2.3 2) (end -2.3 -2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -2) (end 2.3 2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -2) (end -2.3 -2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start -4.95 -2.25) (end 4.95 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.95 -2.25) (end 4.95 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.95 2.25) (end -4.95 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.95 2.25) (end -4.95 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1))
(fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1))
(fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1))
(fp_line (start -4.85 2.15) (end 2.7 2.15) (layer F.SilkS) (width 0.12))
(fp_line (start -4.85 -2.15) (end 2.7 -2.15) (layer F.SilkS) (width 0.12))
(pad 1 smd trapezoid (at -2.9 0) (size 3.6 1.7) (rect_delta 0.6 0 ) (layers F.Cu F.Paste F.Mask)
(net 1 "Net-(C1-Pad1)"))
(pad 2 smd trapezoid (at 2.9 0 180) (size 3.6 1.7) (rect_delta 0.6 0 ) (layers F.Cu F.Paste F.Mask)
(net 3 "Net-(C2-Pad1)"))
(model ${KISYS3DMOD}/Diodes_SMD.3dshapes/D_SMB.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Diodes_SMD:D_SMA-SMB_Universal_Handsoldering (layer F.Cu) (tedit 591B441E) (tstamp 591B4170)
(at 37.25 22.5 180)
(descr "Diode, Universal, SMA, SMB, Handsoldering,")
(tags "Diode Universal SMA SMB Handsoldering ")
(path /590A36E1)
(attr smd)
(fp_text reference D3 (at -6.25 0 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value RS1M (at 0 -1.5 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -3 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.85 -2.15) (end -4.85 2.15) (layer F.SilkS) (width 0.12))
(fp_line (start 2.3 2) (end -2.3 2) (layer F.Fab) (width 0.1))
(fp_line (start -2.3 2) (end -2.3 -2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -2) (end 2.3 2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -2) (end -2.3 -2) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start -4.95 -2.25) (end 4.95 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.95 -2.25) (end 4.95 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.95 2.25) (end -4.95 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.95 2.25) (end -4.95 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1))
(fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1))
(fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1))
(fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1))
(fp_line (start -4.85 2.15) (end 2.7 2.15) (layer F.SilkS) (width 0.12))
(fp_line (start -4.85 -2.15) (end 2.7 -2.15) (layer F.SilkS) (width 0.12))
(pad 1 smd trapezoid (at -2.9 0 180) (size 3.6 1.7) (rect_delta 0.6 0 ) (layers F.Cu F.Paste F.Mask)
(net 5 "Net-(C3-Pad1)"))
(pad 2 smd trapezoid (at 2.9 0) (size 3.6 1.7) (rect_delta 0.6 0 ) (layers F.Cu F.Paste F.Mask)
(net 1 "Net-(C1-Pad1)"))
(model ${KISYS3DMOD}/Diodes_SMD.3dshapes/D_SMB.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyComponents:BNC_Right_angle (layer B.Cu) (tedit 591B44C1) (tstamp 591B4178)
(at 52 19.5 270)
(path /590A5031)
(fp_text reference J3 (at 0 7 270) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value CONN_COAXIAL (at 0.25 2.5 270) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -5 -16.5) (end 5 -16.5) (layer B.CrtYd) (width 0.05))
(fp_line (start -6 -7) (end -6 -16.5) (layer B.CrtYd) (width 0.05))
(fp_line (start -6 -16.5) (end -5 -16.5) (layer B.CrtYd) (width 0.05))
(fp_line (start -5 -16.5) (end -5 -29.5) (layer B.CrtYd) (width 0.05))
(fp_line (start -5 -29.5) (end 5 -29.5) (layer B.CrtYd) (width 0.05))
(fp_line (start 5 -29.5) (end 5 -16.5) (layer B.CrtYd) (width 0.05))
(fp_line (start 5 -16.5) (end 6 -16.5) (layer B.CrtYd) (width 0.05))
(fp_line (start 6 -16.5) (end 6 -7) (layer B.CrtYd) (width 0.05))
(fp_line (start -7 -7) (end 7 -7) (layer B.SilkS) (width 0.05))
(fp_line (start 7 -7) (end 7 6) (layer B.SilkS) (width 0.05))
(fp_line (start 7 6) (end -7 6) (layer B.SilkS) (width 0.05))
(fp_line (start -7 6) (end -7 -7) (layer B.SilkS) (width 0.05))
(pad 3 thru_hole circle (at -5.025 0 270) (size 2.5 2.5) (drill 1.75) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 5.025 0 270) (size 2.5 2.5) (drill 1.75) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -2 4.75 270) (size 1.25 1.25) (drill 0.75) (layers *.Cu *.Mask)
(net 4 GND))
(pad 1 thru_hole circle (at 0 4.75 270) (size 1.25 1.25) (drill 0.75) (layers *.Cu *.Mask)
(net 6 "Net-(C4-Pad2)"))
)
(module MyComponents:Eaton_DR_125 (layer F.Cu) (tedit 591B44AD) (tstamp 591B417E)
(at 25 19 180)
(path /590A325C)
(fp_text reference L1 (at 8 -0.25 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 150u (at 0 5.5 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -6.25 6.25) (end 6.25 6.25) (layer F.SilkS) (width 0.05))
(fp_line (start 6.25 6.25) (end 6.25 -6.25) (layer F.SilkS) (width 0.05))
(fp_line (start 6.25 -6.25) (end -6.25 -6.25) (layer F.SilkS) (width 0.05))
(fp_line (start -6.25 -6.25) (end -6.25 6.25) (layer F.SilkS) (width 0.05))
(pad 1 smd rect (at -4.975 0 180) (size 3.85 5.5) (layers F.Cu F.Paste F.Mask)
(net 2 "Net-(C1-Pad2)"))
(pad 2 smd rect (at 4.97 0 180) (size 3.85 5.5) (layers F.Cu F.Paste F.Mask)
(net 13 +5V))
)
(module Socket_Strips:Socket_Strip_Straight_1x03_Pitch2.54mm (layer B.Cu) (tedit 591B44F3) (tstamp 591B418B)
(at 44.25 14.25 180)
(descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row")
(tags "Through hole socket strip THT 1x03 2.54mm single row")
(path /590A4C15)
(fp_text reference Q1 (at 2.5 0 270) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 2N2369A (at -1.75 -2.5 270) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1.27 1.27) (end -1.27 -6.35) (layer B.Fab) (width 0.1))
(fp_line (start -1.27 -6.35) (end 1.27 -6.35) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 -6.35) (end 1.27 1.27) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 1.27) (end -1.27 1.27) (layer B.Fab) (width 0.1))
(fp_line (start -1.33 -1.27) (end -1.33 -6.41) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -6.41) (end 1.33 -6.41) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 -6.41) (end 1.33 -1.27) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 -1.27) (end -1.33 -1.27) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 0) (end -1.33 1.33) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 1.33) (end 0 1.33) (layer B.SilkS) (width 0.12))
(fp_line (start -1.8 1.8) (end -1.8 -6.85) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.8 -6.85) (end 1.8 -6.85) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.8 -6.85) (end 1.8 1.8) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.8 1.8) (end -1.8 1.8) (layer B.CrtYd) (width 0.05))
(fp_text user %R (at 0 2.33 180) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 7 "Net-(Q1-Pad1)"))
(pad 2 thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 8 "Net-(Q1-Pad2)"))
(pad 3 thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 6 "Net-(C4-Pad2)"))
(model ${KISYS3DMOD}/Socket_Strips.3dshapes/Socket_Strip_Straight_1x03_Pitch2.54mm.wrl
(at (xyz 0 -0.1 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 270))
)
)
(module Resistors_SMD:R_0805_HandSoldering (layer F.Cu) (tedit 591B43DE) (tstamp 591B4191)
(at 15 23 180)
(descr "Resistor SMD 0805, hand soldering")
(tags "resistor 0805")
(path /590A3164)
(attr smd)
(fp_text reference R1 (at 0 -1.7 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 220R (at 0 0 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 180) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.6 0.88) (end -0.6 0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -0.6 -0.88) (end 0.6 -0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -2.35 -0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.35 -0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.35 0 180) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 9 "Net-(R1-Pad1)"))
(pad 2 smd rect (at 1.35 0 180) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 13 +5V))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistors_SMD:R_0805_HandSoldering (layer F.Cu) (tedit 591B444B) (tstamp 591B4197)
(at 30.5 28 270)
(descr "Resistor SMD 0805, hand soldering")
(tags "resistor 0805")
(path /590A3A20)
(attr smd)
(fp_text reference R2 (at 3.5 0 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10M (at 0 0 270) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 270) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.6 0.88) (end -0.6 0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -0.6 -0.88) (end 0.6 -0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -2.35 -0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.35 -0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.35 0 270) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 5 "Net-(C3-Pad1)"))
(pad 2 smd rect (at 1.35 0 270) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 10 "Net-(R2-Pad2)"))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistors_SMD:R_0805_HandSoldering (layer F.Cu) (tedit 591B44D8) (tstamp 591B419D)
(at 25 29.25 180)
(descr "Resistor SMD 0805, hand soldering")
(tags "resistor 0805")
(path /590A3AAE)
(attr smd)
(fp_text reference R3 (at -3.5 0 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 24k (at 0 0 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 180) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.6 0.88) (end -0.6 0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -0.6 -0.88) (end 0.6 -0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -2.35 -0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.35 -0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.35 0 180) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 10 "Net-(R2-Pad2)"))
(pad 2 smd rect (at 1.35 0 180) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistors_SMD:R_0805_HandSoldering (layer F.Cu) (tedit 591B44E7) (tstamp 591B41A3)
(at 35.75 16.5 180)
(descr "Resistor SMD 0805, hand soldering")
(tags "resistor 0805")
(path /590A3ADD)
(attr smd)
(fp_text reference R4 (at 3 0 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10k (at 0 1.75 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 180) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.6 0.88) (end -0.6 0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -0.6 -0.88) (end 0.6 -0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -2.35 -0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.35 -0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.35 0 180) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 8 "Net-(Q1-Pad2)"))
(pad 2 smd rect (at 1.35 0 180) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistors_SMD:R_0805_HandSoldering (layer F.Cu) (tedit 591B44DE) (tstamp 591B41A9)
(at 40.5 17.75 90)
(descr "Resistor SMD 0805, hand soldering")
(tags "resistor 0805")
(path /590A3A81)
(attr smd)
(fp_text reference R5 (at 0 -1.7 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1M (at 0 0 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 90) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -1 0.62) (end -1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.62) (end -1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.62) (end 1 0.62) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.62) (end 1 -0.62) (layer F.Fab) (width 0.1))
(fp_line (start 0.6 0.88) (end -0.6 0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -0.6 -0.88) (end 0.6 -0.88) (layer F.SilkS) (width 0.12))
(fp_line (start -2.35 -0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.35 -0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end 2.35 -0.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.35 0.9) (end -2.35 0.9) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.35 0 90) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 5 "Net-(C3-Pad1)"))
(pad 2 smd rect (at 1.35 0 90) (size 1.5 1.3) (layers F.Cu F.Paste F.Mask)
(net 6 "Net-(C4-Pad2)"))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Housings_SOIC:SOIC-8_3.9x4.9mm_Pitch1.27mm (layer F.Cu) (tedit 591B43F5) (tstamp 591B41BB)
(at 18.5 28.25)
(descr "8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC] (see Microchip Packaging Specification 00000049BS.pdf)")
(tags "SOIC 1.27")
(path /590A3029)
(attr smd)
(fp_text reference U1 (at -4.75 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LT1073 (at 0 0 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.95 -2.45) (end 1.95 -2.45) (layer F.Fab) (width 0.1))
(fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer F.Fab) (width 0.1))
(fp_line (start 1.95 2.45) (end -1.95 2.45) (layer F.Fab) (width 0.1))
(fp_line (start -1.95 2.45) (end -1.95 -1.45) (layer F.Fab) (width 0.1))
(fp_line (start -1.95 -1.45) (end -0.95 -2.45) (layer F.Fab) (width 0.1))
(fp_line (start -3.73 -2.7) (end -3.73 2.7) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.73 -2.7) (end 3.73 2.7) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.73 -2.7) (end 3.73 -2.7) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.73 2.7) (end 3.73 2.7) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.075 -2.575) (end -2.075 -2.525) (layer F.SilkS) (width 0.15))
(fp_line (start 2.075 -2.575) (end 2.075 -2.43) (layer F.SilkS) (width 0.15))
(fp_line (start 2.075 2.575) (end 2.075 2.43) (layer F.SilkS) (width 0.15))
(fp_line (start -2.075 2.575) (end -2.075 2.43) (layer F.SilkS) (width 0.15))
(fp_line (start -2.075 -2.575) (end 2.075 -2.575) (layer F.SilkS) (width 0.15))
(fp_line (start -2.075 2.575) (end 2.075 2.575) (layer F.SilkS) (width 0.15))
(fp_line (start -2.075 -2.525) (end -3.475 -2.525) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -2.7 -1.905) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 9 "Net-(R1-Pad1)"))
(pad 2 smd rect (at -2.7 -0.635) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 13 +5V))
(pad 3 smd rect (at -2.7 0.635) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 2 "Net-(C1-Pad2)"))
(pad 4 smd rect (at -2.7 1.905) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(pad 5 smd rect (at 2.7 1.905) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(pad 6 smd rect (at 2.7 0.635) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 11 "Net-(U1-Pad6)"))
(pad 7 smd rect (at 2.7 -0.635) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 12 "Net-(U1-Pad7)"))
(pad 8 smd rect (at 2.7 -1.905) (size 1.55 0.6) (layers F.Cu F.Paste F.Mask)
(net 10 "Net-(R2-Pad2)"))
(model Housings_SOIC.3dshapes/SOIC-8_3.9x4.9mm_Pitch1.27mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistors_SMD:R_0603_HandSoldering (layer F.Cu) (tedit 591CBCDB) (tstamp 591CBB99)
(at 35.5 14.5 180)
(descr "Resistor SMD 0603, hand soldering")
(tags "resistor 0603")
(path /590A3B10)
(attr smd)
(fp_text reference R6 (at 2.75 0 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 50R (at 0 1.55 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 180) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1))
(fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1))
(fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1))
(fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 0.68) (end -0.5 0.68) (layer F.SilkS) (width 0.12))
(fp_line (start -0.5 -0.68) (end 0.5 -0.68) (layer F.SilkS) (width 0.12))
(fp_line (start -1.96 -0.7) (end 1.95 -0.7) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.96 -0.7) (end -1.96 0.7) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.95 0.7) (end 1.95 -0.7) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.95 0.7) (end -1.96 0.7) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.1 0 180) (size 1.2 0.9) (layers F.Cu F.Paste F.Mask)
(net 7 "Net-(Q1-Pad1)"))
(pad 2 smd rect (at 1.1 0 180) (size 1.2 0.9) (layers F.Cu F.Paste F.Mask)
(net 4 GND))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0603.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyComponents:USB_Micro-B_UJ2-MIBH2-4-SMT_CircMounts (layer B.Cu) (tedit 591CBFD6) (tstamp 591CBB93)
(at 10.75 17.25)
(descr "Micro USB Type B Receptacle - CUI Inc. UJ2-MIBH2-4-SMT-TR")
(tags "USB USB_B USB_micro USB_OTG")
(path /591CBE6C)
(attr smd)
(fp_text reference P1 (at 3 5.35) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value USB_OTG (at 2.85 -5.3) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 0 -3.75) (end 5 -3.75) (layer B.SilkS) (width 0.05))
(fp_line (start 0 3.75) (end 5 3.75) (layer B.SilkS) (width 0.05))
(fp_line (start 5 -3.75) (end 5 3.75) (layer B.SilkS) (width 0.05))
(fp_line (start 0 -3.75) (end 0 3.75) (layer B.SilkS) (width 0.05))
(pad 1 smd rect (at 4.675 1.3) (size 1.35 0.4) (layers B.Cu B.Paste B.Mask)
(net 13 +5V))
(pad 2 smd rect (at 4.675 0.65) (size 1.35 0.4) (layers B.Cu B.Paste B.Mask)
(net 14 "Net-(P1-Pad2)"))
(pad 3 smd rect (at 4.675 0) (size 1.35 0.4) (layers B.Cu B.Paste B.Mask)
(net 15 "Net-(P1-Pad3)"))
(pad 4 smd rect (at 4.675 -0.65) (size 1.35 0.4) (layers B.Cu B.Paste B.Mask)
(net 16 "Net-(P1-Pad4)"))
(pad 5 smd rect (at 4.675 -1.3) (size 1.35 0.4) (layers B.Cu B.Paste B.Mask)
(net 4 GND))
(pad 7 thru_hole circle (at 5.15 -2.225) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask)
(clearance 0.1))
(pad 7 thru_hole circle (at 5.15 2.225) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask)
(clearance 0.1))
(pad 7 thru_hole circle (at 3.05 -3.5) (size 2 2) (drill 1.4) (layers *.Cu *.Mask))
(pad 7 thru_hole circle (at 3.05 3.5) (size 2 2) (drill 1.4) (layers *.Cu *.Mask))
(pad 6 smd rect (at 3.05 0) (size 0.9 3) (layers B.Cu B.Paste B.Mask)
(net 4 GND))
)
(dimension 22.5 (width 0.3) (layer Dwgs.User)
(gr_text "0.8858 in" (at 2.9 23.5 270) (layer Dwgs.User)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(feature1 (pts (xy 11.75 34.75) (xy 1.55 34.75)))
(feature2 (pts (xy 11.75 12.25) (xy 1.55 12.25)))
(crossbar (pts (xy 4.25 12.25) (xy 4.25 34.75)))
(arrow1a (pts (xy 4.25 34.75) (xy 3.663579 33.623496)))
(arrow1b (pts (xy 4.25 34.75) (xy 4.836421 33.623496)))
(arrow2a (pts (xy 4.25 12.25) (xy 3.663579 13.376504)))
(arrow2b (pts (xy 4.25 12.25) (xy 4.836421 13.376504)))
)
(dimension 42 (width 0.3) (layer Dwgs.User)
(gr_text "1.6535 in" (at 33.25 6.9) (layer Dwgs.User)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(feature1 (pts (xy 54.25 11.75) (xy 54.25 5.55)))
(feature2 (pts (xy 12.25 11.75) (xy 12.25 5.55)))
(crossbar (pts (xy 12.25 8.25) (xy 54.25 8.25)))
(arrow1a (pts (xy 54.25 8.25) (xy 53.123496 8.836421)))
(arrow1b (pts (xy 54.25 8.25) (xy 53.123496 7.663579)))
(arrow2a (pts (xy 12.25 8.25) (xy 13.376504 8.836421)))
(arrow2b (pts (xy 12.25 8.25) (xy 13.376504 7.663579)))
)
(gr_line (start 12.25 34.75) (end 12.25 12.25) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 54.25 34.75) (end 12.25 34.75) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 54.25 12.25) (end 54.25 34.75) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 12.25 12.25) (end 54.25 12.25) (angle 90) (layer Edge.Cuts) (width 0.15))
(segment (start 34.35 27) (end 33.75 27) (width 0.25) (layer F.Cu) (net 1) (status 30))
(segment (start 33.75 27) (end 31.5 29.25) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B4634) (status 10))
(segment (start 18.25 32) (end 16.25 32) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B464F) (status 20))
(segment (start 19.25 33) (end 18.25 32) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B464D))
(segment (start 24.5 33) (end 19.25 33) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B464B))
(segment (start 25 32.5) (end 24.5 33) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B4647))
(segment (start 25 31) (end 25 32.5) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B4646))
(segment (start 25.25 30.75) (end 25 31) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B4645))
(segment (start 31.25 30.75) (end 25.25 30.75) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B4641))
(segment (start 31.5 30.5) (end 31.25 30.75) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B463D))
(segment (start 31.5 29.25) (end 31.5 30.5) (width 0.25) (layer F.Cu) (net 1) (tstamp 591B463B))
(segment (start 34.35 22.5) (end 34.35 27) (width 0.25) (layer F.Cu) (net 1) (status 30))
(segment (start 29.975 19) (end 29.975 23.025) (width 0.25) (layer F.Cu) (net 2) (status 10))
(segment (start 31.5 33) (end 33 31.5) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4694) (status 20))
(segment (start 29.5 33) (end 31.5 33) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4693))
(via (at 29.5 33) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 2))
(segment (start 29.5 24.5) (end 29.5 33) (width 0.25) (layer B.Cu) (net 2) (tstamp 591B468D))
(via (at 29.5 24.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 2))
(segment (start 29.5 23.5) (end 29.5 24.5) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4688))
(segment (start 29.975 23.025) (end 29.5 23.5) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4687))
(segment (start 33 31.5) (end 34.35 31.5) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4695) (status 30))
(segment (start 13.75 32) (end 13.75 33.25) (width 0.25) (layer F.Cu) (net 2) (status 10))
(segment (start 13.75 33.25) (end 14.75 34.25) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B456D))
(segment (start 14.75 34.25) (end 31.6 34.25) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B456E))
(segment (start 31.6 34.25) (end 34.35 31.5) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4570) (status 20))
(segment (start 15.8 28.885) (end 14.115 28.885) (width 0.25) (layer F.Cu) (net 2) (status 10))
(segment (start 13.75 29.25) (end 13.75 32) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4569) (status 20))
(segment (start 14.115 28.885) (end 13.75 29.25) (width 0.25) (layer F.Cu) (net 2) (tstamp 591B4568))
(segment (start 38.45 29.8) (end 38.45 28.7) (width 0.25) (layer F.Cu) (net 3))
(segment (start 38.45 28.7) (end 40.15 27) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B4580) (status 20))
(segment (start 26.25 31.75) (end 31.5 31.75) (width 0.25) (layer F.Cu) (net 3) (status 10))
(segment (start 38.4 29.75) (end 38.45 29.8) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B4579))
(segment (start 38.45 29.8) (end 40.15 31.5) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B457E) (status 20))
(segment (start 32.25 29.75) (end 38.4 29.75) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B4578))
(segment (start 32 30) (end 32.25 29.75) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B4577))
(segment (start 32 31.25) (end 32 30) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B4575))
(segment (start 31.5 31.75) (end 32 31.25) (width 0.25) (layer F.Cu) (net 3) (tstamp 591B4574))
(segment (start 34.25 14.5) (end 34.5 14.75) (width 0.25) (layer F.Cu) (net 4))
(segment (start 25.75 14.5) (end 26 14.75) (width 0.25) (layer F.Cu) (net 4))
(segment (start 15.425 15.95) (end 17.05 15.95) (width 0.25) (layer B.Cu) (net 4))
(segment (start 18.5 14.5) (end 25.75 14.5) (width 0.25) (layer F.Cu) (net 4) (tstamp 591CBCAE))
(segment (start 25.75 14.5) (end 26.25 14.5) (width 0.25) (layer F.Cu) (net 4) (tstamp 591CBCB2))
(via (at 18.5 14.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 4))
(segment (start 17.05 15.95) (end 18.5 14.5) (width 0.25) (layer B.Cu) (net 4) (tstamp 591CBCA6))
(segment (start 47.25 17.5) (end 47.25 13.75) (width 0.25) (layer F.Cu) (net 4) (status 10))
(segment (start 36 12.75) (end 34.5 14.25) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45C6) (status 20))
(segment (start 46.25 12.75) (end 36 12.75) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45C4))
(segment (start 47.25 13.75) (end 46.25 12.75) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45C3))
(segment (start 34.4 16.5) (end 34.4 18.65) (width 0.25) (layer F.Cu) (net 4) (status 30))
(segment (start 34.4 18.65) (end 34.5 18.75) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45B3) (status 30))
(segment (start 34.5 14.25) (end 34.5 14.75) (width 0.25) (layer F.Cu) (net 4) (status 30))
(segment (start 34.5 14.75) (end 34.5 16.4) (width 0.25) (layer F.Cu) (net 4) (tstamp 591CBCC2) (status 30))
(segment (start 34.5 16.4) (end 34.4 16.5) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45B0) (status 30))
(segment (start 23.75 17) (end 26 14.75) (width 0.25) (layer F.Cu) (net 4))
(segment (start 23.75 26.5) (end 23.75 17) (width 0.25) (layer F.Cu) (net 4) (status 10))
(segment (start 26 14.75) (end 26.25 14.5) (width 0.25) (layer F.Cu) (net 4) (tstamp 591CBCB9))
(segment (start 26.25 14.5) (end 34.25 14.5) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45A8) (status 20))
(segment (start 34.25 14.5) (end 34.5 14.25) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B45AC) (status 30))
(segment (start 21.2 30.155) (end 15.8 30.155) (width 0.25) (layer F.Cu) (net 4) (status 30))
(segment (start 21.2 30.155) (end 22.745 30.155) (width 0.25) (layer F.Cu) (net 4) (status 10))
(segment (start 22.745 30.155) (end 23.65 29.25) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B458A) (status 20))
(segment (start 23.65 29.25) (end 23.65 26.6) (width 0.25) (layer F.Cu) (net 4) (status 30))
(segment (start 23.65 26.6) (end 23.75 26.5) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B4587) (status 30))
(segment (start 23.75 31.75) (end 23.75 29.35) (width 0.25) (layer F.Cu) (net 4) (status 30))
(segment (start 23.75 29.35) (end 23.65 29.25) (width 0.25) (layer F.Cu) (net 4) (tstamp 591B4584) (status 30))
(segment (start 14.05 17.25) (end 14.05 16.45) (width 0.25) (layer B.Cu) (net 4))
(segment (start 14.05 16.45) (end 14.55 15.95) (width 0.25) (layer B.Cu) (net 4) (tstamp 591CBBD3))
(segment (start 14.55 15.95) (end 15.675 15.95) (width 0.25) (layer B.Cu) (net 4) (tstamp 591CBBD4))
(segment (start 30.5 26.65) (end 30.5 24.5) (width 0.25) (layer F.Cu) (net 5) (status 10))
(segment (start 40.15 24.4) (end 40.15 22.5) (width 0.25) (layer F.Cu) (net 5) (tstamp 591B462E) (status 20))
(segment (start 40.25 24.5) (end 40.15 24.4) (width 0.25) (layer F.Cu) (net 5) (tstamp 591B462D))
(via (at 40.25 24.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 5))
(segment (start 30.5 24.5) (end 40.25 24.5) (width 0.25) (layer B.Cu) (net 5) (tstamp 591B462A))
(via (at 30.5 24.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 5))
(segment (start 26.25 26.5) (end 30.35 26.5) (width 0.25) (layer F.Cu) (net 5) (status 30))
(segment (start 30.35 26.5) (end 30.5 26.65) (width 0.25) (layer F.Cu) (net 5) (tstamp 591B45DC) (status 30))
(segment (start 40.5 19.1) (end 40.5 22.15) (width 0.25) (layer F.Cu) (net 5) (status 30))
(segment (start 40.5 22.15) (end 40.15 22.5) (width 0.25) (layer F.Cu) (net 5) (tstamp 591B45CD) (status 30))
(segment (start 44.25 19.33) (end 47.08 19.33) (width 0.25) (layer F.Cu) (net 6) (status 30))
(segment (start 47.08 19.33) (end 47.25 19.5) (width 0.25) (layer F.Cu) (net 6) (tstamp 591B45C0) (status 30))
(segment (start 44.25 19.33) (end 43.43 19.33) (width 0.25) (layer F.Cu) (net 6) (status 30))
(segment (start 43.43 19.33) (end 40.5 16.4) (width 0.25) (layer F.Cu) (net 6) (tstamp 591B45BD) (status 30))
(segment (start 40.5 16.4) (end 40.35 16.4) (width 0.25) (layer F.Cu) (net 6) (status 30))
(segment (start 40.35 16.4) (end 38 18.75) (width 0.25) (layer F.Cu) (net 6) (tstamp 591B45B8) (status 10))
(segment (start 38 18.75) (end 37 18.75) (width 0.25) (layer F.Cu) (net 6) (tstamp 591B45B9) (status 20))
(segment (start 36.6 14.5) (end 38.25 14.5) (width 0.25) (layer F.Cu) (net 7))
(segment (start 38.5 14.25) (end 44.25 14.25) (width 0.25) (layer F.Cu) (net 7) (status 30))
(segment (start 38.25 14.5) (end 38.5 14.25) (width 0.25) (layer F.Cu) (net 7) (tstamp 591CBCE0))
(segment (start 37.1 16.5) (end 38.75 16.5) (width 0.25) (layer F.Cu) (net 8) (status 10))
(segment (start 39.04 16.79) (end 44.25 16.79) (width 0.25) (layer B.Cu) (net 8) (tstamp 591B4607) (status 20))
(segment (start 38.75 16.5) (end 39.04 16.79) (width 0.25) (layer B.Cu) (net 8) (tstamp 591B4606))
(via (at 38.75 16.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 8))
(segment (start 15.8 26.345) (end 15.8 23.55) (width 0.25) (layer F.Cu) (net 9) (status 30))
(segment (start 15.8 23.55) (end 16.35 23) (width 0.25) (layer F.Cu) (net 9) (tstamp 591B4560) (status 30))
(segment (start 21.2 26.345) (end 21.2 24.55) (width 0.25) (layer F.Cu) (net 10) (status 10))
(segment (start 28.5 27.5) (end 28.5 29.35) (width 0.25) (layer F.Cu) (net 10) (tstamp 591B467D))
(via (at 28.5 27.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 10))
(segment (start 28.5 24.5) (end 28.5 27.5) (width 0.25) (layer B.Cu) (net 10) (tstamp 591B4679))
(segment (start 27.75 23.75) (end 28.5 24.5) (width 0.25) (layer B.Cu) (net 10) (tstamp 591B4678))
(segment (start 22 23.75) (end 27.75 23.75) (width 0.25) (layer B.Cu) (net 10) (tstamp 591B4677))
(via (at 22 23.75) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 10))
(segment (start 21.2 24.55) (end 22 23.75) (width 0.25) (layer F.Cu) (net 10) (tstamp 591B4674))
(segment (start 30.5 29.35) (end 28.5 29.35) (width 0.25) (layer F.Cu) (net 10) (status 10))
(segment (start 28.5 29.35) (end 26.45 29.35) (width 0.25) (layer F.Cu) (net 10) (tstamp 591B4682) (status 20))
(segment (start 26.45 29.35) (end 26.35 29.25) (width 0.25) (layer F.Cu) (net 10) (tstamp 591B45D9) (status 30))
(segment (start 15.425 18.55) (end 16.95 18.55) (width 0.25) (layer B.Cu) (net 13))
(segment (start 17.5 19) (end 20.03 19) (width 0.25) (layer F.Cu) (net 13) (tstamp 591CBC21))
(segment (start 17 18.5) (end 17.5 19) (width 0.25) (layer F.Cu) (net 13) (tstamp 591CBC20))
(via (at 17 18.5) (size 0.6) (drill 0.4) (layers F.Cu B.Cu) (net 13))
(segment (start 16.95 18.55) (end 17 18.5) (width 0.25) (layer B.Cu) (net 13) (tstamp 591CBC1D))
(segment (start 13.65 23) (end 14 23) (width 0.25) (layer F.Cu) (net 13))
(segment (start 14 23) (end 18 19) (width 0.25) (layer F.Cu) (net 13) (tstamp 591CBBCC))
(segment (start 18 19) (end 20.03 19) (width 0.25) (layer F.Cu) (net 13) (tstamp 591CBBCD))
(segment (start 15.8 27.615) (end 14.865 27.615) (width 0.25) (layer F.Cu) (net 13) (status 10))
(segment (start 13.65 26.4) (end 13.65 23) (width 0.25) (layer F.Cu) (net 13) (tstamp 591B4564) (status 20))
(segment (start 14.865 27.615) (end 13.65 26.4) (width 0.25) (layer F.Cu) (net 13) (tstamp 591B4563))
(segment (start 20.03 19) (end 18.71 19) (width 0.25) (layer F.Cu) (net 13) (status 30))
)