-
Notifications
You must be signed in to change notification settings - Fork 1
/
ESP32Focuser.kicad_pcb
909 lines (885 loc) · 46.1 KB
/
ESP32Focuser.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
(kicad_pcb (version 20171130) (host pcbnew 5.1.6-c6e7f7d~87~ubuntu20.04.1)
(general
(thickness 1.6)
(drawings 15)
(tracks 99)
(zones 0)
(modules 15)
(nets 49)
)
(page A4)
(title_block
(title ESP32Focuser)
(date 2020-04-13)
(company "Semen Miroshnichenko")
)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(32 B.Adhes user hide)
(34 B.Paste user hide)
(36 B.SilkS user)
(38 B.Mask user hide)
(39 F.Mask user hide)
(40 Dwgs.User user hide)
(41 Cmts.User user hide)
(42 Eco1.User user hide)
(43 Eco2.User user)
(44 Edge.Cuts user)
(45 Margin user)
(46 B.CrtYd user)
(47 F.CrtYd user)
(48 B.Fab user)
)
(setup
(last_trace_width 0.5)
(user_trace_width 1)
(trace_clearance 0.8)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.5)
(via_size 0.9)
(via_drill 0.5)
(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)
(edge_width 0.05)
(segment_width 0.2)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.12)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.8 1.8)
(pad_drill 0.9)
(pad_to_mask_clearance 0.051)
(solder_mask_min_width 0.25)
(aux_axis_origin 0 0)
(visible_elements FFFFFF7F)
(pcbplotparams
(layerselection 0x00000_fffffffe)
(usegerberextensions false)
(usegerberattributes false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "Gerbers/"))
)
(net 0 "")
(net 1 GND)
(net 2 +12V)
(net 3 "Net-(J2-Pad1)")
(net 4 "Net-(J2-Pad2)")
(net 5 "Net-(J2-Pad3)")
(net 6 "Net-(J2-Pad4)")
(net 7 +3V3)
(net 8 "Net-(U1-Pad2)")
(net 9 +5V)
(net 10 "Net-(U1-Pad3)")
(net 11 "Net-(U1-Pad4)")
(net 12 "Net-(U1-Pad5)")
(net 13 "Net-(U1-Pad6)")
(net 14 /DIR)
(net 15 /STEP)
(net 16 "Net-(U1-Pad11)")
(net 17 /MS2)
(net 18 /MS1)
(net 19 /~EN)
(net 20 "Net-(U1-Pad16)")
(net 21 "Net-(U1-Pad17)")
(net 22 "Net-(U1-Pad18)")
(net 23 "Net-(U1-Pad21)")
(net 24 "Net-(U1-Pad22)")
(net 25 "Net-(U1-Pad23)")
(net 26 "Net-(U1-Pad24)")
(net 27 "Net-(U1-Pad25)")
(net 28 "Net-(U1-Pad26)")
(net 29 "Net-(U1-Pad27)")
(net 30 "Net-(U1-Pad28)")
(net 31 "Net-(U1-Pad29)")
(net 32 "Net-(U1-Pad30)")
(net 33 "Net-(U1-Pad31)")
(net 34 "Net-(U1-Pad32)")
(net 35 "Net-(U1-Pad33)")
(net 36 "Net-(U1-Pad36)")
(net 37 "Net-(U1-Pad37)")
(net 38 "Net-(U1-Pad38)")
(net 39 "Net-(J3-Pad2)")
(net 40 "Net-(J3-Pad3)")
(net 41 "Net-(D1-Pad2)")
(net 42 "Net-(J1-Pad2)")
(net 43 "Net-(Q1-Pad1)")
(net 44 /CLK)
(net 45 /PDN)
(net 46 "Net-(U1-Pad20)")
(net 47 "Net-(U3-Pad3)")
(net 48 "Net-(U2-Pad15)")
(net_class Default "This is the default net class."
(clearance 0.8)
(trace_width 0.5)
(via_dia 0.9)
(via_drill 0.5)
(uvia_dia 0.3)
(uvia_drill 0.1)
(diff_pair_width 1)
(diff_pair_gap 0.25)
(add_net +12V)
(add_net +3V3)
(add_net +5V)
(add_net /CLK)
(add_net /DIR)
(add_net /MS1)
(add_net /MS2)
(add_net /PDN)
(add_net /STEP)
(add_net /~EN)
(add_net GND)
(add_net "Net-(D1-Pad2)")
(add_net "Net-(J1-Pad2)")
(add_net "Net-(J2-Pad1)")
(add_net "Net-(J2-Pad2)")
(add_net "Net-(J2-Pad3)")
(add_net "Net-(J2-Pad4)")
(add_net "Net-(J3-Pad2)")
(add_net "Net-(J3-Pad3)")
(add_net "Net-(Q1-Pad1)")
(add_net "Net-(U1-Pad11)")
(add_net "Net-(U1-Pad16)")
(add_net "Net-(U1-Pad17)")
(add_net "Net-(U1-Pad18)")
(add_net "Net-(U1-Pad2)")
(add_net "Net-(U1-Pad20)")
(add_net "Net-(U1-Pad21)")
(add_net "Net-(U1-Pad22)")
(add_net "Net-(U1-Pad23)")
(add_net "Net-(U1-Pad24)")
(add_net "Net-(U1-Pad25)")
(add_net "Net-(U1-Pad26)")
(add_net "Net-(U1-Pad27)")
(add_net "Net-(U1-Pad28)")
(add_net "Net-(U1-Pad29)")
(add_net "Net-(U1-Pad3)")
(add_net "Net-(U1-Pad30)")
(add_net "Net-(U1-Pad31)")
(add_net "Net-(U1-Pad32)")
(add_net "Net-(U1-Pad33)")
(add_net "Net-(U1-Pad36)")
(add_net "Net-(U1-Pad37)")
(add_net "Net-(U1-Pad38)")
(add_net "Net-(U1-Pad4)")
(add_net "Net-(U1-Pad5)")
(add_net "Net-(U1-Pad6)")
(add_net "Net-(U2-Pad15)")
(add_net "Net-(U3-Pad3)")
)
(module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 5F666A39) (tstamp 5EE66513)
(at 20.78 82.01 90)
(descr "LED, diameter 3.0mm, 2 pins")
(tags "LED diameter 3.0mm 2 pins")
(path /5EB86BBF)
(fp_text reference D1 (at 1.27 -2.96 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LED (at 1.27 2.96 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1))
(fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1))
(fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12))
(fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12))
(fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05))
(fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12))
(fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12))
(fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12))
(fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12))
(fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1))
(pad 2 thru_hole circle (at 2.54 0 90) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask)
(net 41 "Net-(D1-Pad2)"))
(pad 1 thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.9) (layers *.Cu *.Mask)
(net 1 GND))
(model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module ESP32Focuser:TMC2209_Module (layer F.Cu) (tedit 5E94B790) (tstamp 5E951804)
(at 58.42 66.04 180)
(path /5E8BE4AE)
(fp_text reference U2 (at 0 0.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value TMC2209_Board (at 0 -2.54) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at -8.89 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 19 /~EN))
(pad 2 thru_hole circle (at -6.35 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 18 /MS1))
(pad 3 thru_hole circle (at -3.81 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 17 /MS2))
(pad 4 thru_hole circle (at -1.27 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 45 /PDN))
(pad 5 thru_hole circle (at 1.27 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 45 /PDN))
(pad 6 thru_hole circle (at 3.81 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 44 /CLK))
(pad 7 thru_hole circle (at 6.35 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 15 /STEP))
(pad 8 thru_hole circle (at 8.89 6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 14 /DIR))
(pad 9 thru_hole circle (at 8.89 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 1 GND))
(pad 10 thru_hole circle (at 6.35 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 9 +5V))
(pad 11 thru_hole circle (at 3.81 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 3 "Net-(J2-Pad1)"))
(pad 12 thru_hole circle (at 1.27 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 4 "Net-(J2-Pad2)"))
(pad 13 thru_hole circle (at -1.27 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 5 "Net-(J2-Pad3)"))
(pad 14 thru_hole circle (at -3.81 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 6 "Net-(J2-Pad4)"))
(pad 15 thru_hole circle (at -6.35 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 48 "Net-(U2-Pad15)"))
(pad 16 thru_hole circle (at -8.89 -6.35 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 2 +12V))
)
(module ESP32Focuser:LM2596_Module (layer F.Cu) (tedit 5E94B647) (tstamp 5E962206)
(at 47.6 90.17)
(path /5E938094)
(fp_text reference U3 (at 0 0.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LM2596_Board (at 0 -3.81) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 21.59 -10.16) (end -21.59 -10.16) (layer F.SilkS) (width 0.12))
(fp_line (start 21.59 10.16) (end 21.59 -10.16) (layer F.SilkS) (width 0.12))
(fp_line (start -21.59 10.16) (end 21.59 10.16) (layer F.SilkS) (width 0.12))
(fp_line (start -21.59 -10.16) (end -21.59 10.16) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole circle (at -20.32 -8.89) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 2 +12V))
(pad 2 thru_hole circle (at -20.32 8.89) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 1 GND))
(pad 3 thru_hole circle (at 20.32 8.89) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 47 "Net-(U3-Pad3)"))
(pad 4 thru_hole circle (at 20.32 -8.89) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 9 +5V))
)
(module Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 5A19A429) (tstamp 5E960307)
(at 88.28 29.51)
(descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x04 2.54mm single row")
(path /5E960867)
(fp_text reference J3 (at 0 -2.77) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Encoder_Conn (at 0 10.39) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.8 9.4) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.75 9.4) (end -1.8 9.4) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.75 -1.8) (end 1.75 9.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 8.89) (end -1.27 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -0.635) (end 1.27 8.89) (layer F.Fab) (width 0.1))
(fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer F.Fab) (width 0.1))
(fp_text user %R (at 0 3.81 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 9 +5V))
(pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 39 "Net-(J3-Pad2)"))
(pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 40 "Net-(J3-Pad3)"))
(pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 GND))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5EE665BF)
(at 33.78 67.035 90)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(path /5E9BA074)
(attr smd)
(fp_text reference R1 (at 0 1.65 -90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 80k (at 0 -1.65 -90) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1))
(fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1))
(fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1))
(fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1))
(fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12))
(fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12))
(fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05))
(fp_text user %R (at 0 0 -90) (layer B.Fab)
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror))
)
(pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391)
(net 43 "Net-(Q1-Pad1)"))
(pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391)
(net 2 +12V))
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module ESP32-DEVKITC-32D:MODULE_ESP32-DEVKITC-32D (layer F.Cu) (tedit 0) (tstamp 5E951019)
(at 54.05 41.91 90)
(path /5E8B7E1F)
(fp_text reference U1 (at -11.4644 -28.446 90) (layer F.SilkS)
(effects (font (size 1.00039 1.00039) (thickness 0.05)))
)
(fp_text value ESP32-DEVKITC-32D (at -10.8363 28.2945 90) (layer F.SilkS)
(effects (font (size 1.00105 1.00105) (thickness 0.05)))
)
(fp_circle (center -14.6 -19.9) (end -14.46 -19.9) (layer Eco2.User) (width 0.28))
(fp_circle (center -14.6 -19.9) (end -14.46 -19.9) (layer Eco2.User) (width 0.28))
(fp_line (start -14.2 27.5) (end -14.2 -27.4) (layer Eco1.User) (width 0.05))
(fp_line (start 14.2 27.5) (end -14.2 27.5) (layer Eco1.User) (width 0.05))
(fp_line (start 14.2 -27.4) (end 14.2 27.5) (layer Eco1.User) (width 0.05))
(fp_line (start -14.2 -27.4) (end 14.2 -27.4) (layer Eco1.User) (width 0.05))
(fp_line (start 13.95 27.25) (end -13.95 27.25) (layer F.SilkS) (width 0.127))
(fp_line (start 13.95 -27.15) (end 13.95 27.25) (layer F.SilkS) (width 0.127))
(fp_line (start -13.95 -27.15) (end 13.95 -27.15) (layer F.SilkS) (width 0.127))
(fp_line (start -13.95 27.25) (end -13.95 -27.15) (layer F.SilkS) (width 0.127))
(fp_line (start -13.95 27.25) (end -13.95 -27.15) (layer Eco2.User) (width 0.127))
(fp_line (start 13.95 27.25) (end -13.95 27.25) (layer Eco2.User) (width 0.127))
(fp_line (start 13.95 -27.15) (end 13.95 27.25) (layer Eco2.User) (width 0.127))
(fp_line (start -13.95 -27.15) (end 13.95 -27.15) (layer Eco2.User) (width 0.127))
(pad 1 thru_hole rect (at -12.7 -19.76 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 7 +3V3))
(pad 2 thru_hole circle (at -12.7 -17.22 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 8 "Net-(U1-Pad2)"))
(pad 19 thru_hole circle (at -12.7 25.96 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 9 +5V))
(pad 3 thru_hole circle (at -12.7 -14.68 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 10 "Net-(U1-Pad3)"))
(pad 4 thru_hole circle (at -12.7 -12.14 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 11 "Net-(U1-Pad4)"))
(pad 5 thru_hole circle (at -12.7 -9.6 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 12 "Net-(U1-Pad5)"))
(pad 6 thru_hole circle (at -12.7 -7.06 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 13 "Net-(U1-Pad6)"))
(pad 7 thru_hole circle (at -12.7 -4.52 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 14 /DIR))
(pad 8 thru_hole circle (at -12.7 -1.98 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 15 /STEP))
(pad 9 thru_hole circle (at -12.7 0.56 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 44 /CLK))
(pad 10 thru_hole circle (at -12.7 3.1 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 45 /PDN))
(pad 11 thru_hole circle (at -12.7 5.64 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 16 "Net-(U1-Pad11)"))
(pad 12 thru_hole circle (at -12.7 8.18 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 17 /MS2))
(pad 13 thru_hole circle (at -12.7 10.72 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 18 /MS1))
(pad 14 thru_hole circle (at -12.7 13.26 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 1 GND))
(pad 15 thru_hole circle (at -12.7 15.8 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 19 /~EN))
(pad 16 thru_hole circle (at -12.7 18.34 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 20 "Net-(U1-Pad16)"))
(pad 17 thru_hole circle (at -12.7 20.88 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 21 "Net-(U1-Pad17)"))
(pad 18 thru_hole circle (at -12.7 23.42 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 22 "Net-(U1-Pad18)"))
(pad 20 thru_hole circle (at 12.7 -19.76 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 46 "Net-(U1-Pad20)"))
(pad 21 thru_hole circle (at 12.7 -17.22 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 23 "Net-(U1-Pad21)"))
(pad 22 thru_hole circle (at 12.7 -14.68 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 24 "Net-(U1-Pad22)"))
(pad 23 thru_hole circle (at 12.7 -12.14 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 25 "Net-(U1-Pad23)"))
(pad 24 thru_hole circle (at 12.7 -9.6 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 26 "Net-(U1-Pad24)"))
(pad 25 thru_hole circle (at 12.7 -7.06 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 27 "Net-(U1-Pad25)"))
(pad 26 thru_hole circle (at 12.7 -4.52 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 28 "Net-(U1-Pad26)"))
(pad 27 thru_hole circle (at 12.7 -1.98 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 29 "Net-(U1-Pad27)"))
(pad 28 thru_hole circle (at 12.7 0.56 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 30 "Net-(U1-Pad28)"))
(pad 29 thru_hole circle (at 12.7 3.1 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 31 "Net-(U1-Pad29)"))
(pad 30 thru_hole circle (at 12.7 5.64 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 32 "Net-(U1-Pad30)"))
(pad 31 thru_hole circle (at 12.7 8.18 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 33 "Net-(U1-Pad31)"))
(pad 32 thru_hole circle (at 12.7 10.72 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 34 "Net-(U1-Pad32)"))
(pad 33 thru_hole circle (at 12.7 13.26 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 35 "Net-(U1-Pad33)"))
(pad 34 thru_hole circle (at 12.7 15.8 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 40 "Net-(J3-Pad3)"))
(pad 35 thru_hole circle (at 12.7 18.34 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 39 "Net-(J3-Pad2)"))
(pad 36 thru_hole circle (at 12.7 20.88 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 36 "Net-(U1-Pad36)"))
(pad 37 thru_hole circle (at 12.7 23.42 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 37 "Net-(U1-Pad37)"))
(pad 38 thru_hole circle (at 12.7 25.96 90) (size 1.56 1.56) (drill 1.04) (layers *.Cu *.Mask)
(net 38 "Net-(U1-Pad38)"))
)
(module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5EE665E1)
(at 23.255 75.51)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(path /5EB88F4B)
(attr smd)
(fp_text reference R3 (at 0 1.65) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 1k (at 0 -1.65) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1))
(fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1))
(fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1))
(fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1))
(fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12))
(fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12))
(fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05))
(fp_text user %R (at 0 0) (layer B.Fab)
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror))
)
(pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391)
(net 9 +5V))
(pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391)
(net 41 "Net-(D1-Pad2)"))
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5EE665D0)
(at 28.255 61.51)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(path /5E9B97CD)
(attr smd)
(fp_text reference R2 (at 0 1.65) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 20k (at 0 -1.65) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1))
(fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1))
(fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1))
(fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1))
(fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12))
(fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12))
(fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05))
(fp_text user %R (at 0 0) (layer B.Fab)
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror))
)
(pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391)
(net 43 "Net-(Q1-Pad1)"))
(pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391)
(net 1 GND))
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Package_TO_SOT_SMD:SOT-23 (layer B.Cu) (tedit 5A02FF57) (tstamp 5EE665AE)
(at 28.28 67.01 180)
(descr "SOT-23, Standard")
(tags SOT-23)
(path /5E9B6965)
(attr smd)
(fp_text reference Q1 (at 0 2.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value AO3401A (at 0 -2.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -0.7 0.95) (end -0.7 -1.5) (layer B.Fab) (width 0.1))
(fp_line (start -0.15 1.52) (end 0.7 1.52) (layer B.Fab) (width 0.1))
(fp_line (start -0.7 0.95) (end -0.15 1.52) (layer B.Fab) (width 0.1))
(fp_line (start 0.7 1.52) (end 0.7 -1.52) (layer B.Fab) (width 0.1))
(fp_line (start -0.7 -1.52) (end 0.7 -1.52) (layer B.Fab) (width 0.1))
(fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer B.SilkS) (width 0.12))
(fp_line (start 0.76 1.58) (end 0.76 0.65) (layer B.SilkS) (width 0.12))
(fp_line (start -1.7 1.75) (end 1.7 1.75) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.7 1.75) (end 1.7 -1.75) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.7 -1.75) (end -1.7 -1.75) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.7 -1.75) (end -1.7 1.75) (layer B.CrtYd) (width 0.05))
(fp_line (start 0.76 1.58) (end -1.4 1.58) (layer B.SilkS) (width 0.12))
(fp_line (start 0.76 -1.58) (end -0.7 -1.58) (layer B.SilkS) (width 0.12))
(fp_text user %R (at 0 0 -90) (layer B.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror))
)
(pad 3 smd rect (at 1 0 180) (size 0.9 0.8) (layers B.Cu B.Paste B.Mask)
(net 42 "Net-(J1-Pad2)"))
(pad 2 smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers B.Cu B.Paste B.Mask)
(net 2 +12V))
(pad 1 smd rect (at -1 0.95 180) (size 0.9 0.8) (layers B.Cu B.Paste B.Mask)
(net 43 "Net-(Q1-Pad1)"))
(model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5E9621D8)
(at 97.28 31.01)
(descr "Mounting Hole 3.2mm, M3")
(tags "mounting hole 3.2mm m3")
(attr virtual)
(fp_text reference REF** (at 0 -4.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5E9621C2)
(at 97.28 98.51)
(descr "Mounting Hole 3.2mm, M3")
(tags "mounting hole 3.2mm m3")
(attr virtual)
(fp_text reference REF** (at 0 -4.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5E9621AC)
(at 21.78 98.51)
(descr "Mounting Hole 3.2mm, M3")
(tags "mounting hole 3.2mm m3")
(attr virtual)
(fp_text reference REF** (at 0 -4.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5E962144)
(at 21.78 31.01)
(descr "Mounting Hole 3.2mm, M3")
(tags "mounting hole 3.2mm m3")
(attr virtual)
(fp_text reference REF** (at 0 -4.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask))
)
(module Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 5A19A420) (tstamp 5E950FC9)
(at 20.78 69.51 180)
(descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x02 2.54mm single row")
(path /5E9379CC)
(fp_text reference J1 (at 0 -2.77) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value PWR_Conn (at 0 5.31) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.8 4.3) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.75 4.3) (end -1.8 4.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.75 -1.8) (end 1.75 4.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 3.81) (end -1.27 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -0.635) (end 1.27 3.81) (layer F.Fab) (width 0.1))
(fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer F.Fab) (width 0.1))
(fp_text user %R (at 0 1.27 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 GND))
(pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 42 "Net-(J1-Pad2)"))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 5A19A429) (tstamp 5E950FE1)
(at 40.78 69.01 180)
(descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x04 2.54mm single row")
(path /5E93DBB8)
(fp_text reference J2 (at 0 -2.77) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Motor_Conn (at 0 10.39) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.8 9.4) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.75 9.4) (end -1.8 9.4) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.75 -1.8) (end 1.75 9.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 8.89) (end -1.27 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -0.635) (end 1.27 8.89) (layer F.Fab) (width 0.1))
(fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer F.Fab) (width 0.1))
(fp_text user %R (at 0 3.81 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 3 "Net-(J2-Pad1)"))
(pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 4 "Net-(J2-Pad2)"))
(pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 5 "Net-(J2-Pad3)"))
(pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 6 "Net-(J2-Pad4)"))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(dimension 85.5 (width 0.15) (layer Dwgs.User)
(gr_text "85,500 mm" (at 59.53 22.210001) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 16.78 26.01) (xy 16.78 22.92358)))
(feature2 (pts (xy 102.28 26.01) (xy 102.28 22.92358)))
(crossbar (pts (xy 102.28 23.510001) (xy 16.78 23.510001)))
(arrow1a (pts (xy 16.78 23.510001) (xy 17.906504 22.92358)))
(arrow1b (pts (xy 16.78 23.510001) (xy 17.906504 24.096422)))
(arrow2a (pts (xy 102.28 23.510001) (xy 101.153496 22.92358)))
(arrow2b (pts (xy 102.28 23.510001) (xy 101.153496 24.096422)))
)
(gr_line (start 102.28 26.01) (end 16.78 26.01) (layer Edge.Cuts) (width 0.05))
(gr_line (start 70.28 103.51) (end 16.78 103.51) (layer Edge.Cuts) (width 0.05) (tstamp 5E951581))
(gr_line (start 70.28 78.51) (end 70.28 103.51) (layer Edge.Cuts) (width 0.05))
(gr_line (start 85.28 78.51) (end 70.28 78.51) (layer Edge.Cuts) (width 0.05))
(gr_line (start 85.28 103.51) (end 85.28 78.51) (layer Edge.Cuts) (width 0.05))
(gr_line (start 102.28 103.51) (end 85.28 103.51) (layer Edge.Cuts) (width 0.05))
(dimension 41.5 (width 0.15) (layer Dwgs.User)
(gr_text "41,500 mm" (at 105.08 64.76 90) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 102.28 44.01) (xy 104.366421 44.01)))
(feature2 (pts (xy 102.28 85.51) (xy 104.366421 85.51)))
(crossbar (pts (xy 103.78 85.51) (xy 103.78 44.01)))
(arrow1a (pts (xy 103.78 44.01) (xy 104.366421 45.136504)))
(arrow1b (pts (xy 103.78 44.01) (xy 103.193579 45.136504)))
(arrow2a (pts (xy 103.78 85.51) (xy 104.366421 84.383496)))
(arrow2b (pts (xy 103.78 85.51) (xy 103.193579 84.383496)))
)
(gr_line (start 92.28 85.51) (end 92.28 44.01) (layer Edge.Cuts) (width 0.05) (tstamp 5E951569))
(gr_line (start 102.28 85.51) (end 92.28 85.51) (layer Edge.Cuts) (width 0.05))
(gr_line (start 102.28 103.51) (end 102.28 85.51) (layer Edge.Cuts) (width 0.05))
(gr_line (start 102.28 44.01) (end 92.28 44.01) (layer Edge.Cuts) (width 0.05))
(gr_line (start 102.28 26.01) (end 102.28 44.01) (layer Edge.Cuts) (width 0.05))
(dimension 77.5 (width 0.15) (layer Dwgs.User)
(gr_text "77,500 mm" (at 108.58 64.76 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 102.28 103.51) (xy 107.866421 103.51)))
(feature2 (pts (xy 102.28 26.01) (xy 107.866421 26.01)))
(crossbar (pts (xy 107.28 26.01) (xy 107.28 103.51)))
(arrow1a (pts (xy 107.28 103.51) (xy 106.693579 102.383496)))
(arrow1b (pts (xy 107.28 103.51) (xy 107.866421 102.383496)))
(arrow2a (pts (xy 107.28 26.01) (xy 106.693579 27.136504)))
(arrow2b (pts (xy 107.28 26.01) (xy 107.866421 27.136504)))
)
(gr_line (start 16.78 103.51) (end 16.78 26.01) (layer Edge.Cuts) (width 0.05) (tstamp 5E951565))
(segment (start 27.28 88.51) (end 27.28 99.06) (width 0.5) (layer B.Cu) (net 1))
(segment (start 20.78 82.01) (end 27.28 88.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 18.829999 71.460001) (end 20.78 69.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 19.38 82.01) (end 18.829999 81.459999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 18.829999 81.459999) (end 18.829999 71.460001) (width 0.5) (layer B.Cu) (net 1))
(segment (start 20.78 82.01) (end 19.38 82.01) (width 0.5) (layer B.Cu) (net 1))
(segment (start 18.879999 66.057999) (end 23.427998 61.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 23.427998 61.51) (end 27.23 61.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 18.879999 68.959999) (end 18.879999 66.057999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 19.43 69.51) (end 18.879999 68.959999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 20.78 69.51) (end 19.43 69.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 22.13 69.51) (end 20.78 69.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 25.90501 73.28501) (end 22.13 69.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 25.90501 79.036752) (end 25.90501 73.28501) (width 0.5) (layer B.Cu) (net 1))
(segment (start 24.13 80.811762) (end 25.90501 79.036752) (width 0.5) (layer B.Cu) (net 1))
(segment (start 26.410239 83.092001) (end 24.13 80.811762) (width 0.5) (layer B.Cu) (net 1))
(segment (start 38.827999 83.092001) (end 26.410239 83.092001) (width 0.5) (layer B.Cu) (net 1))
(segment (start 49.53 72.39) (end 38.827999 83.092001) (width 0.5) (layer B.Cu) (net 1))
(segment (start 66.583085 52.779999) (end 32.669999 52.779999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 32.669999 52.779999) (end 27.23 58.219998) (width 0.5) (layer B.Cu) (net 1))
(segment (start 67.31 53.506914) (end 66.583085 52.779999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 27.23 58.219998) (end 27.23 61.51) (width 0.5) (layer B.Cu) (net 1))
(segment (start 83.686914 37.13) (end 88.28 37.13) (width 0.5) (layer B.Cu) (net 1))
(segment (start 67.31 53.506914) (end 83.686914 37.13) (width 0.5) (layer B.Cu) (net 1))
(segment (start 67.31 54.61) (end 67.31 53.506914) (width 0.5) (layer B.Cu) (net 1))
(segment (start 33.68 67.96) (end 33.78 68.06) (width 0.5) (layer B.Cu) (net 2))
(segment (start 29.28 67.96) (end 33.68 67.96) (width 0.5) (layer B.Cu) (net 2))
(segment (start 29.28 79.28) (end 27.28 81.28) (width 0.5) (layer B.Cu) (net 2))
(segment (start 29.28 67.96) (end 29.28 79.28) (width 0.5) (layer B.Cu) (net 2))
(segment (start 35.53001 66.873484) (end 34.343494 68.06) (width 0.5) (layer B.Cu) (net 2))
(segment (start 35.53001 63.827988) (end 35.53001 66.873484) (width 0.5) (layer B.Cu) (net 2))
(segment (start 39.867999 59.489999) (end 35.53001 63.827988) (width 0.5) (layer B.Cu) (net 2))
(segment (start 41.92057 59.489999) (end 39.867999 59.489999) (width 0.5) (layer B.Cu) (net 2))
(segment (start 43.932572 61.502001) (end 41.92057 59.489999) (width 0.5) (layer B.Cu) (net 2))
(segment (start 34.343494 68.06) (end 33.78 68.06) (width 0.5) (layer B.Cu) (net 2))
(segment (start 57.499631 61.502001) (end 43.932572 61.502001) (width 0.5) (layer B.Cu) (net 2))
(segment (start 67.31 71.31237) (end 57.499631 61.502001) (width 0.5) (layer B.Cu) (net 2))
(segment (start 67.31 72.39) (end 67.31 71.31237) (width 0.5) (layer B.Cu) (net 2))
(segment (start 42.255 70.485) (end 40.78 69.01) (width 0.5) (layer B.Cu) (net 3))
(segment (start 54.61 72.248238) (end 52.846762 70.485) (width 0.5) (layer B.Cu) (net 3))
(segment (start 52.846762 70.485) (end 42.255 70.485) (width 0.5) (layer B.Cu) (net 3))
(segment (start 54.61 72.39) (end 54.61 72.248238) (width 0.5) (layer B.Cu) (net 3))
(segment (start 41.290002 66.47) (end 40.78 66.47) (width 0.5) (layer B.Cu) (net 4))
(segment (start 57.15 71.31237) (end 54.41763 68.58) (width 0.5) (layer B.Cu) (net 4))
(segment (start 57.15 72.39) (end 57.15 71.31237) (width 0.5) (layer B.Cu) (net 4))
(segment (start 54.41763 68.58) (end 43.815 68.58) (width 0.5) (layer B.Cu) (net 4))
(segment (start 41.705 66.47) (end 40.78 66.47) (width 0.5) (layer B.Cu) (net 4))
(segment (start 43.815 68.58) (end 41.705 66.47) (width 0.5) (layer B.Cu) (net 4))
(segment (start 41.705 63.93) (end 40.78 63.93) (width 0.5) (layer B.Cu) (net 5))
(segment (start 45.05499 67.27999) (end 41.705 63.93) (width 0.5) (layer B.Cu) (net 5))
(segment (start 55.65762 67.27999) (end 45.05499 67.27999) (width 0.5) (layer B.Cu) (net 5))
(segment (start 59.69 71.31237) (end 55.65762 67.27999) (width 0.5) (layer B.Cu) (net 5))
(segment (start 59.69 72.39) (end 59.69 71.31237) (width 0.5) (layer B.Cu) (net 5))
(segment (start 40.892001 61.502001) (end 40.78 61.39) (width 0.5) (layer B.Cu) (net 6))
(segment (start 62.23 71.31237) (end 56.89761 65.97998) (width 0.5) (layer B.Cu) (net 6))
(segment (start 62.23 72.39) (end 62.23 71.31237) (width 0.5) (layer B.Cu) (net 6))
(segment (start 41.982081 61.39) (end 40.78 61.39) (width 0.5) (layer B.Cu) (net 6))
(segment (start 46.572061 65.97998) (end 41.982081 61.39) (width 0.5) (layer B.Cu) (net 6))
(segment (start 56.89761 65.97998) (end 46.572061 65.97998) (width 0.5) (layer B.Cu) (net 6))
(segment (start 52.372238 72.39) (end 52.07 72.39) (width 0.5) (layer B.Cu) (net 9))
(segment (start 23.85501 76.498484) (end 23.85501 75.93499) (width 0.5) (layer B.Cu) (net 9))
(segment (start 22.730001 81.785001) (end 22.730001 77.623493) (width 0.5) (layer B.Cu) (net 9))
(segment (start 25.4 84.455) (end 22.730001 81.785001) (width 0.5) (layer B.Cu) (net 9))
(segment (start 22.730001 77.623493) (end 23.85501 76.498484) (width 0.5) (layer B.Cu) (net 9))
(segment (start 41.08263 84.455) (end 25.4 84.455) (width 0.5) (layer B.Cu) (net 9))
(segment (start 52.07 73.46763) (end 41.08263 84.455) (width 0.5) (layer B.Cu) (net 9))
(segment (start 23.85501 75.93499) (end 24.28 75.51) (width 0.5) (layer B.Cu) (net 9))
(segment (start 67.92 79.349707) (end 67.92 81.28) (width 0.5) (layer B.Cu) (net 9))
(segment (start 80.01 67.259707) (end 67.92 79.349707) (width 0.5) (layer B.Cu) (net 9))
(segment (start 80.01 54.61) (end 80.01 67.259707) (width 0.5) (layer B.Cu) (net 9))
(segment (start 52.07 73.46763) (end 52.07 72.39) (width 0.5) (layer B.Cu) (net 9))
(segment (start 59.88237 81.28) (end 52.07 73.46763) (width 0.5) (layer B.Cu) (net 9))
(segment (start 67.92 81.28) (end 59.88237 81.28) (width 0.5) (layer B.Cu) (net 9))
(segment (start 88.552002 29.51) (end 88.28 29.51) (width 0.5) (layer B.Cu) (net 9))
(segment (start 90.180001 31.137999) (end 88.552002 29.51) (width 0.5) (layer B.Cu) (net 9))
(segment (start 90.180001 44.439999) (end 90.180001 31.137999) (width 0.5) (layer B.Cu) (net 9))
(segment (start 80.01 54.61) (end 90.180001 44.439999) (width 0.5) (layer B.Cu) (net 9))
(segment (start 49.53 54.61) (end 49.53 59.69) (width 0.5) (layer B.Cu) (net 14))
(segment (start 52.07 54.61) (end 52.07 59.69) (width 0.5) (layer B.Cu) (net 15))
(segment (start 62.23 59.69) (end 62.23 54.61) (width 0.5) (layer B.Cu) (net 17))
(segment (start 64.77 54.61) (end 64.77 59.69) (width 0.5) (layer B.Cu) (net 18))
(segment (start 69.85 57.15) (end 67.31 59.69) (width 0.5) (layer B.Cu) (net 19))
(segment (start 69.85 54.61) (end 69.85 57.15) (width 0.5) (layer B.Cu) (net 19))
(segment (start 72.39 30.313086) (end 72.39 29.21) (width 0.5) (layer B.Cu) (net 39))
(segment (start 74.126914 32.05) (end 72.39 30.313086) (width 0.5) (layer B.Cu) (net 39))
(segment (start 88.28 32.05) (end 74.126914 32.05) (width 0.5) (layer B.Cu) (net 39))
(segment (start 69.85 29.611576) (end 69.85 29.21) (width 0.5) (layer B.Cu) (net 40))
(segment (start 74.828424 34.59) (end 69.85 29.611576) (width 0.5) (layer B.Cu) (net 40))
(segment (start 88.28 34.59) (end 74.828424 34.59) (width 0.5) (layer B.Cu) (net 40))
(segment (start 20.78 76.96) (end 22.23 75.51) (width 0.5) (layer B.Cu) (net 41))
(segment (start 20.78 79.47) (end 20.78 76.96) (width 0.5) (layer B.Cu) (net 41))
(segment (start 20.82 67.01) (end 20.78 66.97) (width 0.5) (layer B.Cu) (net 42))
(segment (start 27.28 67.01) (end 20.82 67.01) (width 0.5) (layer B.Cu) (net 42))
(segment (start 33.73 66.06) (end 33.78 66.01) (width 0.5) (layer B.Cu) (net 43))
(segment (start 29.28 66.06) (end 33.73 66.06) (width 0.5) (layer B.Cu) (net 43))
(segment (start 29.28 66.06) (end 29.28 61.51) (width 0.5) (layer B.Cu) (net 43))
(segment (start 54.61 54.61) (end 54.61 59.69) (width 0.5) (layer B.Cu) (net 44))
(segment (start 57.15 54.61) (end 57.15 59.69) (width 0.5) (layer B.Cu) (net 45))
(segment (start 57.15 59.69) (end 59.69 59.69) (width 0.5) (layer B.Cu) (net 45))
)