-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeej.kicad_pcb
More file actions
807 lines (790 loc) · 51 KB
/
Deej.kicad_pcb
File metadata and controls
807 lines (790 loc) · 51 KB
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
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions true)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 4)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference false)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk true)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "Gerber/")
)
)
(net 0 "")
(net 1 "unconnected-(U1-TX0{slash}PD3-Pad1)")
(net 2 "unconnected-(U1-RX1{slash}PD2-Pad2)")
(net 3 "GND")
(net 4 "unconnected-(U1-GND-Pad4)")
(net 5 "unconnected-(U1-2{slash}PD1-Pad5)")
(net 6 "unconnected-(U1-3{slash}PD0-Pad6)")
(net 7 "unconnected-(U1-4{slash}PD4-Pad7)")
(net 8 "unconnected-(U1-5{slash}PC6-Pad8)")
(net 9 "unconnected-(U1-6{slash}PD7-Pad9)")
(net 10 "unconnected-(U1-7{slash}PE6-Pad10)")
(net 11 "unconnected-(U1-8{slash}PB4-Pad11)")
(net 12 "Net-(U1-9{slash}PB5)")
(net 13 "unconnected-(U1-10{slash}PB6-Pad13)")
(net 14 "unconnected-(U1-16{slash}PB2-Pad14)")
(net 15 "unconnected-(U1-14{slash}PB3-Pad15)")
(net 16 "unconnected-(U1-15{slash}PB1-Pad16)")
(net 17 "Net-(U1-A0{slash}PF7)")
(net 18 "Net-(U1-A1{slash}PF6)")
(net 19 "Net-(U1-A2{slash}PF5)")
(net 20 "Net-(U1-A3{slash}PF4)")
(net 21 "Net-(U1-VCC)")
(net 22 "unconnected-(U1-RST-Pad22)")
(net 23 "unconnected-(U1-GND-Pad23)")
(net 24 "unconnected-(U1-RAW-Pad24)")
(net 25 "unconnected-(VR1-Pad3)")
(net 26 "unconnected-(VR1-Pad4)")
(net 27 "unconnected-(VR1-Pad6)")
(net 28 "unconnected-(VR2-Pad3)")
(net 29 "unconnected-(VR2-Pad4)")
(net 30 "unconnected-(VR2-Pad6)")
(net 31 "unconnected-(VR3-Pad3)")
(net 32 "unconnected-(VR3-Pad4)")
(net 33 "unconnected-(VR3-Pad6)")
(net 34 "unconnected-(VR4-Pad3)")
(net 35 "unconnected-(VR4-Pad4)")
(net 36 "unconnected-(VR4-Pad6)")
(net 37 "unconnected-(VR5-Pad3)")
(net 38 "unconnected-(VR5-Pad4)")
(net 39 "unconnected-(VR5-Pad6)")
(footprint "MountingHole:MountingHole_4.3mm_M4_ISO7380" (layer "F.Cu")
(tstamp 11a45fdd-57a5-4f04-ba69-0b1701d43839)
(at 199.652 120.256)
(descr "Mounting Hole 4.3mm, no annular, M4, ISO7380")
(tags "mounting hole 4.3mm no annular m4 iso7380")
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Mounting Hole without connection")
(property "ki_keywords" "mounting hole")
(path "/7b82aac3-d1d9-4def-b4b6-606f76afa9c1")
(attr exclude_from_pos_files)
(fp_text reference "H3" (at 0 -4.8) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 86c392f2-ba80-4644-8bfa-47e7648ea2b8)
)
(fp_text value "MountingHole" (at 0 4.8) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2779b244-4616-4f8e-9c7b-357056ac654f)
)
(fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1ef812f3-bf18-4d72-bca4-14c0ec915027)
)
(fp_circle (center 0 0) (end 3.8 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6395a6c8-c13b-483d-b7a6-01f6b6fd09d4))
(fp_circle (center 0 0) (end 4.05 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp eb063f19-05de-4389-9351-55b70ef50821))
(pad "" np_thru_hole circle (at 0 0) (size 4.3 4.3) (drill 4.3) (layers "*.Cu" "*.Mask") (tstamp 32789a1a-0ae7-4726-843e-83db85c66f7f))
)
(footprint "Auro-deej:Fdeej-slider" (layer "F.Cu")
(tstamp 2c54ded3-77fc-4a19-8f1c-d4b23f1c4283)
(at 105.632 87.236 -90)
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(path "/06ff30ec-3bf0-42b5-8908-53255164cb02")
(attr through_hole)
(fp_text reference "VR1" (at 0 6.35 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e6cd3fbb-c75d-4ee6-9c4f-a05f532b4d55)
)
(fp_text value "Slider" (at 0 -7.62 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 508a3d57-3e9d-477d-be19-398da76c7b37)
)
(pad "1" thru_hole circle (at -34.9 -4.4 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 12 "Net-(U1-9{slash}PB5)") (pinfunction "1") (pintype "input") (tstamp 11144f30-b3e5-401a-a272-60ae073b2646))
(pad "2" thru_hole circle (at -34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 3 "GND") (pinfunction "2") (pintype "output") (tstamp 51341048-a43f-48b1-8f3c-f1eaf5fb4d9f))
(pad "3" thru_hole circle (at -34.9 0.6 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 25 "unconnected-(VR1-Pad3)") (pinfunction "3") (pintype "input") (tstamp bbbf1257-f179-4388-903c-753ea5482112))
(pad "4" thru_hole circle (at -34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 26 "unconnected-(VR1-Pad4)") (pinfunction "4") (pintype "output") (tstamp 517bc465-8c3c-47bd-9c77-f5756d22614a))
(pad "5" thru_hole circle (at 34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 21 "Net-(U1-VCC)") (pinfunction "5") (pintype "input") (tstamp 50902bd5-8d19-4287-b5f1-8a70a7e491ba))
(pad "6" thru_hole circle (at 34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 27 "unconnected-(VR1-Pad6)") (pinfunction "6") (pintype "input") (tstamp 60e0bdee-c936-420b-876d-d53a626e87b3))
)
(footprint "Auro-deej:Fdeej-slider" (layer "F.Cu")
(tstamp 3bd0f34b-7b5f-4f32-92d4-39922767b45b)
(at 189.192 87.236 -90)
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(path "/cf326a16-c5bd-4fc9-ba96-4d9e6cb23da0")
(attr through_hole)
(fp_text reference "VR5" (at 0 6.35 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e5f48389-5028-43a1-a551-1ffdc3c2a09c)
)
(fp_text value "Slider" (at 0 -7.62 90) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 37a316bf-d873-4ca9-9729-52abd901e406)
)
(pad "1" thru_hole circle (at -34.9 -4.4 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 17 "Net-(U1-A0{slash}PF7)") (pinfunction "1") (pintype "input") (tstamp a100873a-9b8c-4134-8371-d9c50419712b))
(pad "2" thru_hole circle (at -34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 3 "GND") (pinfunction "2") (pintype "output") (tstamp 866cc504-7e20-4820-b2d1-3eca2d671acd))
(pad "3" thru_hole circle (at -34.9 0.6 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 37 "unconnected-(VR5-Pad3)") (pinfunction "3") (pintype "input") (tstamp 3c32f14d-5aa0-4a5f-b2ed-93ef8c2404ae))
(pad "4" thru_hole circle (at -34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 38 "unconnected-(VR5-Pad4)") (pinfunction "4") (pintype "output") (tstamp 92ee5e69-4fad-4320-b41e-9db80b6845a7))
(pad "5" thru_hole circle (at 34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 21 "Net-(U1-VCC)") (pinfunction "5") (pintype "input") (tstamp 0ba0b350-f3a6-4cbb-a4bf-037eb5d5835a))
(pad "6" thru_hole circle (at 34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 39 "unconnected-(VR5-Pad6)") (pinfunction "6") (pintype "input") (tstamp a4ebb217-4d9c-4458-a765-e0ab78efbe5e))
)
(footprint "MountingHole:MountingHole_4.3mm_M4_ISO7380" (layer "F.Cu")
(tstamp 3f6905cf-ed19-4493-817a-6754bee5db47)
(at 199.652 54.176)
(descr "Mounting Hole 4.3mm, no annular, M4, ISO7380")
(tags "mounting hole 4.3mm no annular m4 iso7380")
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Mounting Hole without connection")
(property "ki_keywords" "mounting hole")
(path "/f6331f75-5363-4c42-b2f4-5b114e33e9b2")
(attr exclude_from_pos_files)
(fp_text reference "H4" (at 0 5.08) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 28f327b3-d213-4db7-9626-e7ef5dd3e4a7)
)
(fp_text value "MountingHole" (at 0 4.8) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c9c11970-e343-4fae-a6b2-b5b6ea7dbf4d)
)
(fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ae20d5a4-7450-43f7-9fb3-a0efaf620d66)
)
(fp_circle (center 0 0) (end 3.8 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 87684fe2-b537-472b-a1a3-7671471ed0df))
(fp_circle (center 0 0) (end 4.05 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f2fb10ca-40ee-4849-8764-45021a5403a2))
(pad "" np_thru_hole circle (at 0 0) (size 4.3 4.3) (drill 4.3) (layers "*.Cu" "*.Mask") (tstamp 0fe4bf69-ae1d-486b-8e80-82d6026d44bc))
)
(footprint "MountingHole:MountingHole_4.3mm_M4_ISO7380" (layer "F.Cu")
(tstamp 4b404f24-1e9d-4177-a4b1-ca53765527ea)
(at 96.652 120.176)
(descr "Mounting Hole 4.3mm, no annular, M4, ISO7380")
(tags "mounting hole 4.3mm no annular m4 iso7380")
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Mounting Hole without connection")
(property "ki_keywords" "mounting hole")
(path "/9ec1f543-7ee0-440a-bb6b-735f44b32b2f")
(attr exclude_from_pos_files)
(fp_text reference "H1" (at 0 -4.8) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 26c56451-4416-4fb3-af2f-43ec16aef719)
)
(fp_text value "MountingHole" (at 0.164 5.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c9cdd7b3-a494-46b4-a1bb-9dd23dd77eb2)
)
(fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 597ff166-5b45-4f3f-9652-a09c73a2b485)
)
(fp_circle (center 0 0) (end 3.8 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 0cf42664-d47e-4230-88f9-25bdd9cd30bd))
(fp_circle (center 0 0) (end 4.05 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2a42a7db-7663-49e4-82f2-cb6f280e78fb))
(pad "" np_thru_hole circle (at 0 0) (size 4.3 4.3) (drill 4.3) (layers "*.Cu" "*.Mask") (tstamp aaad6c46-c965-4285-a231-79ba6843ae0f))
)
(footprint "Keebio-Parts:ArduinoProMicro" (layer "F.Cu")
(tstamp 9b57e48a-c935-4428-bcbe-3a2e3e609933)
(at 116.808 84.696 -90)
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(path "/2e78ce75-c9bd-4a7a-867b-d6bf440d353d")
(attr through_hole)
(fp_text reference "U1" (at 0 1.625 90) (layer "F.SilkS") hide
(effects (font (size 1.27 1.524) (thickness 0.2032)))
(tstamp 11200024-e19b-4851-96e6-d9c8ba1fba35)
)
(fp_text value "ProMicro" (at 0 0 90) (layer "F.SilkS") hide
(effects (font (size 1.27 1.524) (thickness 0.2032)))
(tstamp c4db4875-4481-4541-8947-7d342d41344d)
)
(fp_text user "B6" (at 13.97 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 006cb49a-809a-4d98-98fc-e785356308dc)
)
(fp_text user "D4" (at 1.27 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 0cab94d7-a7a6-4134-a0b1-8203d452484a)
)
(fp_text user "D1" (at -3.81 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 1de01f07-7789-4cac-8951-0ef9b7686eb9)
)
(fp_text user "B4" (at 11.43 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 2167baa6-b0ad-406c-b4af-1973c7e52cf1)
)
(fp_text user "B1" (at 6.35 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 29635b63-d927-435d-8977-90876639d376)
)
(fp_text user "D2" (at -11.43 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 4715f4eb-9ce5-4478-a4c6-fb61242bec76)
)
(fp_text user "F4" (at -3.81 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 4f949107-fbb1-42ab-8da0-46e88f94a08c)
)
(fp_text user "E6" (at 8.89 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 52699db9-5742-4cb3-aeec-d79de0a8e1aa)
)
(fp_text user "VCC" (at -6.35 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 56f7d38b-4b02-4353-9a22-c28085e1c338)
)
(fp_text user "F5" (at -1.27 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 6b0d9ea6-2e91-411c-96ce-5fa7b8da5a78)
)
(fp_text user "D7" (at 6.35 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 7052c8a3-5da5-4bbe-8994-faa447f6bd2c)
)
(fp_text user "D0" (at -1.27 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp 824e9fdb-fc84-4e3c-a4d6-b30d8db2aaa9)
)
(fp_text user "B2" (at 11.43 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp adb5dce3-8d42-4dcc-a3da-3e9d1695d50b)
)
(fp_text user "ST" (at -8.91 -5.04) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp b7085c52-433f-4134-82ae-f1b0be23411c)
)
(fp_text user "B3" (at 8.89 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp b81460a3-2d3f-450f-b4b2-2791a4188eef)
)
(fp_text user "TX0/D3" (at -13.97 3.571872) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp bed414d3-a486-41e2-b522-b55d58c728e3)
)
(fp_text user "GND" (at -8.89 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp c0c3ceb8-6487-4ff4-bc7d-e6a10aff4201)
)
(fp_text user "F6" (at 1.27 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp c5c5c099-1fe1-47ad-b4d2-9e7443b74e77)
)
(fp_text user "B5" (at 13.97 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp ca8bc72f-ae9a-4c07-8b6c-72a2407385b4)
)
(fp_text user "GND" (at -6.35 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp d5b266fc-7f8d-4889-b093-29f11b7a1fe9)
)
(fp_text user "F7" (at 3.81 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp dad7a930-9916-4b7a-88c8-47674e419c2f)
)
(fp_text user "GND" (at -11.43 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp db0a6eec-7ed1-4003-8a7d-a3ffb8d7ad3d)
)
(fp_text user "C6" (at 3.81 5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp e4998258-77e0-4e49-b6c5-1d6bf869824b)
)
(fp_text user "RAW" (at -13.97 -5.461) (layer "B.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror))
(tstamp f628ea42-712f-4429-8b30-fb6f06562544)
)
(fp_text user "D0" (at -1.27 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 02f6e044-7c3b-44f9-a46d-49be4e52a528)
)
(fp_text user "ST" (at -8.92 -5.73312) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 04c9250d-e293-4c28-80e6-4a13eb361d15)
)
(fp_text user "B6" (at 13.97 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 07f1897c-541c-4769-aad5-caeedd9f84d3)
)
(fp_text user "GND" (at -6.35 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 08863512-37b5-4ab9-a7ed-8a071dbe12f0)
)
(fp_text user "B4" (at 11.43 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 11700b7a-e41e-406f-b72d-7dcdef22fbfe)
)
(fp_text user "B3" (at 8.89 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 1edec626-cc94-4122-8347-3f67dc684cf7)
)
(fp_text user "GND" (at -8.89 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 30f8f44d-bc89-4733-bf64-ff78ee9d67ce)
)
(fp_text user "VCC" (at -6.35 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 32639c6a-c11c-4d20-9929-28e41382c6ec)
)
(fp_text user "F7" (at 3.81 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 329e920a-d910-4e85-bc12-80e8ee1cf075)
)
(fp_text user "B5" (at 13.97 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 578000ec-fa3d-4839-81c0-fb3f6b1e38a4)
)
(fp_text user "B2" (at 11.43 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 6fcbe0f6-ff3c-4e3c-a71a-eb828fe972eb)
)
(fp_text user "RAW" (at -13.97 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 743b2d23-0f2b-409a-b9c3-9676c179ae92)
)
(fp_text user "GND" (at -11.43 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 74e90c6f-ce67-48ef-bbff-e45661b8c182)
)
(fp_text user "D1" (at -3.81 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 7aa97a23-4297-4b00-9d14-640abaf6bb2f)
)
(fp_text user "B1" (at 6.35 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 80937de4-f249-411c-a210-c0c6168817e5)
)
(fp_text user "F6" (at 1.27 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp 8cfb7477-1da5-4f79-8b74-7bb4293e048f)
)
(fp_text user "TX0/D3" (at -13.97 3.571872) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp a7b73213-10bf-4db0-891b-6342f1a16075)
)
(fp_text user "D2" (at -11.43 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp ad6a05bb-9c5f-4964-9a50-9d08caa38406)
)
(fp_text user "E6" (at 8.89 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp d08af039-7e6f-4da1-96d0-f0c6020672c4)
)
(fp_text user "D7" (at 6.35 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp d29bd8ba-b92e-4ad9-a200-42641f6b717a)
)
(fp_text user "F5" (at -1.27 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp db411b88-0cd2-4f12-a34b-fd8d36d673af)
)
(fp_text user "D4" (at 1.27 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp df160c18-19ef-42ad-ad76-3b1eae53bb29)
)
(fp_text user "C6" (at 3.81 5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp e4420d60-0e62-4ed6-883e-b222f5bd4cde)
)
(fp_text user "F4" (at -3.81 -5.461) (layer "F.SilkS") hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
(tstamp e46686b6-96c3-4d9d-a94e-031ef91b5561)
)
(pad "1" thru_hole rect (at -13.97 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 1 "unconnected-(U1-TX0{slash}PD3-Pad1)") (pinfunction "TX0/PD3") (pintype "input") (tstamp f080f355-1859-4bb6-bc5b-762d8b864acf))
(pad "2" thru_hole circle (at -11.43 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 2 "unconnected-(U1-RX1{slash}PD2-Pad2)") (pinfunction "RX1/PD2") (pintype "input") (tstamp 235eae72-d60a-498d-986a-8c6b9f29d5ce))
(pad "3" thru_hole circle (at -8.89 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 3 "GND") (pinfunction "GND") (pintype "input") (tstamp 2f6b8b63-bbb3-48b5-933f-8c72e6fc5e2e))
(pad "4" thru_hole circle (at -6.35 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 4 "unconnected-(U1-GND-Pad4)") (pinfunction "GND") (pintype "input") (tstamp 53b9c054-9d04-4552-9f04-8a5cf6cc025a))
(pad "5" thru_hole circle (at -3.81 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 5 "unconnected-(U1-2{slash}PD1-Pad5)") (pinfunction "2/PD1") (pintype "input") (tstamp 37accbb8-686d-454d-9813-e7d657674376))
(pad "6" thru_hole circle (at -1.27 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 6 "unconnected-(U1-3{slash}PD0-Pad6)") (pinfunction "3/PD0") (pintype "input") (tstamp 16ff2d01-c083-45d3-87f5-6fc280dbda3f))
(pad "7" thru_hole circle (at 1.27 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 7 "unconnected-(U1-4{slash}PD4-Pad7)") (pinfunction "4/PD4") (pintype "input") (tstamp 6e56092b-0747-40af-928f-a008aacfcbfd))
(pad "8" thru_hole circle (at 3.81 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 8 "unconnected-(U1-5{slash}PC6-Pad8)") (pinfunction "5/PC6") (pintype "input") (tstamp 007c5ab0-3b42-4677-a5f5-666dbfdd7e2b))
(pad "9" thru_hole circle (at 6.35 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 9 "unconnected-(U1-6{slash}PD7-Pad9)") (pinfunction "6/PD7") (pintype "input") (tstamp 515064fa-c73b-4ae5-9f06-3e08451c39f8))
(pad "10" thru_hole circle (at 8.89 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 10 "unconnected-(U1-7{slash}PE6-Pad10)") (pinfunction "7/PE6") (pintype "input") (tstamp 2a46b124-089d-4eb9-88ef-67e41df1116b))
(pad "11" thru_hole circle (at 11.43 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 11 "unconnected-(U1-8{slash}PB4-Pad11)") (pinfunction "8/PB4") (pintype "input") (tstamp 1e98bfd8-fdf7-4413-bd96-29dbf10fb443))
(pad "12" thru_hole circle (at 13.97 7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 12 "Net-(U1-9{slash}PB5)") (pinfunction "9/PB5") (pintype "input") (tstamp 2cf449ff-cb47-476c-85fd-811eefd1c387))
(pad "13" thru_hole circle (at 13.97 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 13 "unconnected-(U1-10{slash}PB6-Pad13)") (pinfunction "10/PB6") (pintype "input") (tstamp 1bb65695-ef1a-46cd-a818-6965a9499461))
(pad "14" thru_hole circle (at 11.43 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 14 "unconnected-(U1-16{slash}PB2-Pad14)") (pinfunction "16/PB2") (pintype "input") (tstamp 82fbb78d-be4f-4482-98ba-312c25251e05))
(pad "15" thru_hole circle (at 8.89 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 15 "unconnected-(U1-14{slash}PB3-Pad15)") (pinfunction "14/PB3") (pintype "input") (tstamp 144b13ee-81ce-4758-915b-fca7a7dd432f))
(pad "16" thru_hole circle (at 6.35 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 16 "unconnected-(U1-15{slash}PB1-Pad16)") (pinfunction "15/PB1") (pintype "input") (tstamp 8b7f7b34-271d-43da-9c9d-f0af0b9666e6))
(pad "17" thru_hole circle (at 3.81 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 17 "Net-(U1-A0{slash}PF7)") (pinfunction "A0/PF7") (pintype "input") (tstamp e43d6cd9-9a09-47b7-8e25-be84b5e012f4))
(pad "18" thru_hole circle (at 1.27 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 18 "Net-(U1-A1{slash}PF6)") (pinfunction "A1/PF6") (pintype "input") (tstamp 80ecb1b4-79de-425e-bd2d-1b24de0595e5))
(pad "19" thru_hole circle (at -1.27 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 19 "Net-(U1-A2{slash}PF5)") (pinfunction "A2/PF5") (pintype "input") (tstamp 5507228c-e246-460d-aaf8-eb8e0ba19220))
(pad "20" thru_hole circle (at -3.81 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 20 "Net-(U1-A3{slash}PF4)") (pinfunction "A3/PF4") (pintype "input") (tstamp 9183b7a2-ca4f-4326-a284-98707a76a13a))
(pad "21" thru_hole circle (at -6.35 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 21 "Net-(U1-VCC)") (pinfunction "VCC") (pintype "input") (tstamp 42cec4db-19e5-4c13-9360-53aed65f8627))
(pad "22" thru_hole circle (at -8.89 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 22 "unconnected-(U1-RST-Pad22)") (pinfunction "RST") (pintype "input") (tstamp 808d9219-0faf-49e6-a5df-a60ff333be03))
(pad "23" thru_hole circle (at -11.43 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 23 "unconnected-(U1-GND-Pad23)") (pinfunction "GND") (pintype "input") (tstamp 71a151c5-8bf9-42fb-983d-106cc59a39e7))
(pad "24" thru_hole circle (at -13.97 -7.62 270) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask")
(net 24 "unconnected-(U1-RAW-Pad24)") (pinfunction "RAW") (pintype "input") (tstamp f472a4d8-6d39-4c83-9ed0-86f716dc9ee6))
(model "/Users/danny/Documents/proj/custom-keyboard/kicad-libs/3d_models/ArduinoProMicro.wrl"
(offset (xyz -13.96999979 -7.619999886 -5.841999912))
(scale (xyz 0.395 0.395 0.395))
(rotate (xyz 90 180 180))
)
)
(footprint "Auro-deej:Fdeej-slider" (layer "F.Cu")
(tstamp c559f12e-c916-4a8c-8dd3-8862dd891373)
(at 147.412 87.236 -90)
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(path "/2694d01e-556e-4f01-a66a-2506d237d329")
(attr through_hole)
(fp_text reference "VR3" (at 0 6.35 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c82c8873-a2a9-4fca-9efa-5a0382ad9eaf)
)
(fp_text value "Slider" (at 0 -7.62 90) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b6692b19-e3c8-4057-8e68-8717f6489cca)
)
(pad "1" thru_hole circle (at -34.9 -4.4 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 19 "Net-(U1-A2{slash}PF5)") (pinfunction "1") (pintype "input") (tstamp 685b0c71-7918-4c8e-bf2c-288f23a98b86))
(pad "2" thru_hole circle (at -34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 3 "GND") (pinfunction "2") (pintype "output") (tstamp 1d2a1de5-e77c-4fe6-9739-cb996b4441b7))
(pad "3" thru_hole circle (at -34.9 0.6 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 31 "unconnected-(VR3-Pad3)") (pinfunction "3") (pintype "input") (tstamp 77f9443a-ee7b-4e19-b1e0-8ac5b989d5cf))
(pad "4" thru_hole circle (at -34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 32 "unconnected-(VR3-Pad4)") (pinfunction "4") (pintype "output") (tstamp c970423a-8629-4e1b-9d6e-3296c8bc9cd7))
(pad "5" thru_hole circle (at 34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 21 "Net-(U1-VCC)") (pinfunction "5") (pintype "input") (tstamp addc1b86-85c4-4f3c-acdb-110e11bfaf18))
(pad "6" thru_hole circle (at 34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 33 "unconnected-(VR3-Pad6)") (pinfunction "6") (pintype "input") (tstamp 8bc9ecb0-28fa-4481-866a-ac97022c350d))
)
(footprint "MountingHole:MountingHole_4.3mm_M4_ISO7380" (layer "F.Cu")
(tstamp d11a06de-3d64-42b3-a2bc-4e9fdb52a4dd)
(at 96.652 54.176)
(descr "Mounting Hole 4.3mm, no annular, M4, ISO7380")
(tags "mounting hole 4.3mm no annular m4 iso7380")
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Mounting Hole without connection")
(property "ki_keywords" "mounting hole")
(path "/54e1437a-8255-435a-a1de-f21ea6de7456")
(attr exclude_from_pos_files)
(fp_text reference "H2" (at 0 5.08) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d2fb68ed-ddd5-4c07-a6b5-06c255dbe824)
)
(fp_text value "MountingHole" (at 0 4.8) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4bb07cbe-691a-4a34-b04e-65ac89b0f490)
)
(fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 719eaf62-2724-4b98-88ca-d934fcf7ee81)
)
(fp_circle (center 0 0) (end 3.8 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp af53b2b1-3b81-4f5a-990f-581041a21657))
(fp_circle (center 0 0) (end 4.05 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d6ee7e4b-3c53-4904-8bd0-cd2baa5ce2de))
(pad "" np_thru_hole circle (at 0 0) (size 4.3 4.3) (drill 4.3) (layers "*.Cu" "*.Mask") (tstamp 22823f4e-609e-478f-a852-60c910da7ed9))
)
(footprint "Auro-deej:Fdeej-slider" (layer "F.Cu")
(tstamp f17f2c92-c0c3-4c2a-996d-7f38f955229f)
(at 168.302 87.236 -90)
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(path "/ac5000ea-7b1c-4beb-8d0b-1f7c853e3363")
(attr through_hole)
(fp_text reference "VR4" (at 0 6.35 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 64245aaf-a8b2-4466-a82b-ce49f1f65525)
)
(fp_text value "Slider" (at 0 -7.62 90) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 42f0b9dc-3951-4aff-8024-93f80a34aad6)
)
(pad "1" thru_hole circle (at -34.9 -4.4 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 18 "Net-(U1-A1{slash}PF6)") (pinfunction "1") (pintype "input") (tstamp 1748b810-a16b-4511-abbb-be6fad959df4))
(pad "2" thru_hole circle (at -34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 3 "GND") (pinfunction "2") (pintype "output") (tstamp 660cea1e-08a8-4a75-b619-54a523655f98))
(pad "3" thru_hole circle (at -34.9 0.6 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 34 "unconnected-(VR4-Pad3)") (pinfunction "3") (pintype "input") (tstamp 44b26fed-bbdc-4c7a-80d2-086541316ae7))
(pad "4" thru_hole circle (at -34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 35 "unconnected-(VR4-Pad4)") (pinfunction "4") (pintype "output") (tstamp 451bf7bf-3491-4483-9111-8846d3870939))
(pad "5" thru_hole circle (at 34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 21 "Net-(U1-VCC)") (pinfunction "5") (pintype "input") (tstamp 58d28f4b-c462-4183-b3aa-13cf7091eb1c))
(pad "6" thru_hole circle (at 34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 36 "unconnected-(VR4-Pad6)") (pinfunction "6") (pintype "input") (tstamp 6a6ef56d-5868-4459-97de-71c02243b288))
)
(footprint "Auro-deej:Fdeej-slider" (layer "F.Cu")
(tstamp fc586075-0488-48e2-a271-b7baa4d7b8b6)
(at 126.522 87.236 -90)
(property "Sheetfile" "Deej.kicad_sch")
(property "Sheetname" "")
(path "/b80b368f-e3f0-4425-ba4a-63dc53e8c599")
(attr through_hole)
(fp_text reference "VR2" (at 0 6.35 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 020c5b14-3639-4332-915e-8f097228f3a9)
)
(fp_text value "Slider" (at 0 -7.62 90) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b8bf54aa-82c2-48bb-873f-5e2a6bb64851)
)
(pad "1" thru_hole circle (at -34.9 -4.4 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 20 "Net-(U1-A3{slash}PF4)") (pinfunction "1") (pintype "input") (tstamp 7a14674b-3f23-4915-8a50-b7fbbedbadbc))
(pad "2" thru_hole circle (at -34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 3 "GND") (pinfunction "2") (pintype "output") (tstamp 3c5bcd8d-8031-46cf-811e-693a6923634a))
(pad "3" thru_hole circle (at -34.9 0.6 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 28 "unconnected-(VR2-Pad3)") (pinfunction "3") (pintype "input") (tstamp f8ac307c-79f4-4bfb-815d-98b1b240ed93))
(pad "4" thru_hole circle (at -34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 29 "unconnected-(VR2-Pad4)") (pinfunction "4") (pintype "output") (tstamp 315814b8-6b61-4c15-9fc5-aa8f1855bcff))
(pad "5" thru_hole circle (at 34.9 -1.9 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 21 "Net-(U1-VCC)") (pinfunction "5") (pintype "input") (tstamp fd8f2ebb-894f-4a3e-a263-7e3803d66c3e))
(pad "6" thru_hole circle (at 34.9 3.1 270) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask")
(net 30 "unconnected-(VR2-Pad6)") (pinfunction "6") (pintype "input") (tstamp 92138aba-e32e-4c49-8813-2f7955beadb2))
)
(gr_arc (start 125.952 54.976) (mid 126.244893 54.268893) (end 126.952 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 08737f70-1d84-493d-bf6b-fc62cabdf43a))
(gr_line (start 188.652 54.976) (end 188.652 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 0a470857-a53f-4e6e-9148-df0a19334e3f))
(gr_arc (start 105.052 54.976) (mid 105.344893 54.268893) (end 106.052 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 0c2e1ce6-940d-468b-ac3c-6270548d807d))
(gr_arc (start 191.152 119.776) (mid 190.859107 120.483107) (end 190.152 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 10200abc-dd65-45d4-a055-9813372cffb2))
(gr_line (start 91.652 121.176) (end 91.652 52.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 10fae0bf-f513-400d-a99c-739651df3a2f))
(gr_line (start 126.952 53.976) (end 127.452 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 16e33587-8539-4f2a-b899-d48707ae3833))
(gr_line (start 167.752 54.976) (end 167.752 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 1cb01703-5724-4b38-8bd1-e66f89962134))
(gr_line (start 105.052 54.976) (end 105.052 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 26dbc6fb-aaf1-4e53-98a7-6727443b8eee))
(gr_arc (start 190.152 53.976) (mid 190.859107 54.268893) (end 191.152 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 2877b680-9096-4530-960a-8c23cc23bb8b))
(gr_arc (start 106.552 53.976) (mid 107.259107 54.268893) (end 107.552 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 29540ae4-e8f9-40e1-8c66-33b5f14c279e))
(gr_arc (start 170.252 119.776) (mid 169.959107 120.483107) (end 169.252 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 2ccc746a-3952-4270-ba70-ff1cf6e49822))
(gr_line (start 147.852 53.976) (end 148.352 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 2de19cfe-b134-42cb-940f-671cb195b20d))
(gr_line (start 146.852 54.976) (end 146.852 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 2e3e14f6-0ffd-4727-9397-20b0172f315c))
(gr_arc (start 107.552 119.776) (mid 107.259107 120.483107) (end 106.552 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 31a55374-58aa-4c20-bf92-0f5264ad7d2b))
(gr_arc (start 126.952 120.776) (mid 126.244893 120.483107) (end 125.952 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 3e039e27-b268-40dd-8e5f-a9530cde22c5))
(gr_line (start 106.052 53.976) (end 106.552 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 3f5f115d-57e5-4c28-80ed-c0e2d919a1cb))
(gr_arc (start 168.752 120.776) (mid 168.044893 120.483107) (end 167.752 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 425f0ca0-dfc9-4c3a-8a09-e8d48045f514))
(gr_arc (start 189.652 120.776) (mid 188.944893 120.483107) (end 188.652 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 436d5937-4a6b-4b21-8e3f-92895fdcdd5b))
(gr_line (start 127.452 120.776) (end 126.952 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 57ac146b-a3ba-46f4-afeb-2034dd80f67f))
(gr_line (start 169.252 120.776) (end 168.752 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 5b46c619-7d8a-473c-9b34-fb477458e897))
(gr_arc (start 201.652 49.176) (mid 203.77332 50.05468) (end 204.652 52.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 6967b335-a9ff-48f5-b0fc-109fc2bcf206))
(gr_line (start 128.452 119.776) (end 128.452 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 6ae72849-3b3d-47da-85c9-c3dbb0aa9355))
(gr_arc (start 149.352 119.776) (mid 149.059107 120.483107) (end 148.352 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 70799be2-e7de-4205-b2d8-0e852dcb2ac9))
(gr_arc (start 169.252 53.976) (mid 169.959107 54.268893) (end 170.252 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 7659c901-5cd8-452c-8a19-6f99b55e085e))
(gr_line (start 189.652 53.976) (end 190.152 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 809dcea8-87d4-458e-8080-3ff853a914c6))
(gr_arc (start 188.652 54.976) (mid 188.944893 54.268893) (end 189.652 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 83285cf2-2b9d-4072-ad80-692ffd7b693b))
(gr_arc (start 127.452 53.976) (mid 128.159107 54.268893) (end 128.452 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 8bffd3d4-fabc-4bde-839b-9d187b10ec4f))
(gr_line (start 201.652 125.176) (end 95.652 125.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 92e1eba3-5ac3-451d-ad91-f7999922e227))
(gr_line (start 149.352 119.776) (end 149.352 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9350b855-0791-4303-b0ec-b3b6051465d5))
(gr_arc (start 147.852 120.776) (mid 147.144893 120.483107) (end 146.852 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9938d587-9d15-4fc0-b52a-012f0718922a))
(gr_line (start 190.152 120.776) (end 189.652 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9967acbf-6167-4c71-8bdd-6be496d1a791))
(gr_line (start 125.952 54.976) (end 125.952 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9be69ae9-7a39-49ae-99f3-7d08df0a9a1a))
(gr_arc (start 167.752 54.976) (mid 168.044893 54.268893) (end 168.752 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9f35690b-0cce-4238-96cd-014bb5e520da))
(gr_arc (start 146.852 54.976) (mid 147.144893 54.268893) (end 147.852 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9fcd6570-dd88-4b4b-8a70-9cf86a06b05f))
(gr_arc (start 106.052 120.776) (mid 105.344893 120.483107) (end 105.052 119.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp aa18d7d4-a528-4af9-a978-59f4ad9cf9c3))
(gr_line (start 94.652 49.176) (end 201.652 49.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp b1dffc79-fef4-4cdb-aaa9-014fd3b5e220))
(gr_line (start 148.352 120.776) (end 147.852 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp b230623b-6bba-4b6a-bf60-80e17d4a5405))
(gr_arc (start 148.352 53.976) (mid 149.059107 54.268893) (end 149.352 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp b2861779-ed52-4c93-9ad9-24135c8d5197))
(gr_line (start 191.152 119.776) (end 191.152 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp baa4826d-0f0c-4283-83db-4df4e19a3669))
(gr_line (start 168.752 53.976) (end 169.252 53.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp c4875be6-60f9-48d4-8565-73d92e1a02b8))
(gr_arc (start 128.452 119.776) (mid 128.159107 120.483107) (end 127.452 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp d6ee1879-6886-4513-8928-f96a1ad0e050))
(gr_line (start 106.552 120.776) (end 106.052 120.776)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp d8cb9d69-eba5-4492-8126-800380478c78))
(gr_arc (start 95.652 125.176) (mid 92.823573 124.004427) (end 91.652 121.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp df52375d-1b17-4ff0-a7ec-7d68a4b0590c))
(gr_arc (start 91.652 52.176) (mid 92.53068 50.05468) (end 94.652 49.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp df5bf1b6-dc27-4fa8-9a25-98abd230a7cb))
(gr_line (start 170.252 119.776) (end 170.252 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp e6989ddd-11db-4e9c-b923-5dd858bd9708))
(gr_line (start 204.652 52.176) (end 204.652 122.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp eba394c3-c6c1-4949-b007-a149856294dc))
(gr_arc (start 204.652 122.176) (mid 203.77332 124.29732) (end 201.652 125.176)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp f732cf7c-4699-4c86-8a7e-f2cf13c7a2f1))
(gr_line (start 107.552 119.776) (end 107.552 54.976)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp fc04d23d-ff42-4260-b5b7-7949ab872927))
(gr_text "Designed by Auro" (at 116.84 55.88) (layer "F.SilkS") (tstamp 2250110f-74e7-4505-96db-06d9203b690f)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(segment (start 150.399 51.249) (end 169.115 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp 149642d2-8b3d-42f6-9b25-b16884380244))
(segment (start 107.532 52.336) (end 107.652 52.456) (width 0.25) (layer "F.Cu") (net 3) (tstamp 15de9867-2ef4-4b15-91f6-23939ebe806d))
(segment (start 127.335 51.249) (end 128.422 52.336) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1cd7d5a2-f719-452a-8b29-fcd6f131bec4))
(segment (start 129.509 51.249) (end 128.422 52.336) (width 0.25) (layer "F.Cu") (net 3) (tstamp 20d98b04-6c7b-4e15-9db2-2ac9d4fde6ee))
(segment (start 190.005 51.249) (end 171.289 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp 297093f3-77a2-459f-bd73-fdf15eaa2213))
(segment (start 112.776 57.58) (end 112.776 72.218) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2f129931-9cda-42bf-b342-097041ae0d14))
(segment (start 149.312 52.336) (end 148.225 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp 39c3f1f3-4a92-4154-87f9-1cec9effa002))
(segment (start 191.092 52.336) (end 190.005 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4600fd22-ccd8-4100-b0c0-b5c7be2ae87f))
(segment (start 171.289 51.249) (end 170.202 52.336) (width 0.25) (layer "F.Cu") (net 3) (tstamp 81f56baf-21b9-47b7-8a8a-036e5718838f))
(segment (start 108.619 51.249) (end 127.335 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9822bc68-9afe-4e8e-bbce-bd20e82de297))
(segment (start 148.225 51.249) (end 129.509 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp 983b77bb-db5a-4bef-b2ab-57055033fd38))
(segment (start 149.312 52.336) (end 150.399 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp a3950fe7-5648-4465-9b33-10f0bf2ff3f9))
(segment (start 107.532 52.336) (end 108.619 51.249) (width 0.25) (layer "F.Cu") (net 3) (tstamp b3c3abb5-461e-46b7-99b5-dc2c06f550c9))
(segment (start 107.532 52.336) (end 112.776 57.58) (width 0.25) (layer "F.Cu") (net 3) (tstamp d04d0f0d-baf2-4283-a625-4f2127a6bafc))
(segment (start 169.115 51.249) (end 170.202 52.336) (width 0.25) (layer "F.Cu") (net 3) (tstamp d4f8d1f8-b9e8-4d7d-bc8f-108ef4af1326))
(segment (start 107.652 52.456) (end 107.652 52.975156) (width 0.25) (layer "F.Cu") (net 3) (tstamp daf9b3f4-d785-4d52-9761-86c327f46720))
(segment (start 112.776 72.218) (end 109.188 75.806) (width 0.25) (layer "F.Cu") (net 3) (tstamp fa22d0f4-ca89-41e7-9a8b-997c58f7df1e))
(segment (start 107.727 52.531) (end 107.532 52.336) (width 0.25) (layer "B.Cu") (net 3) (tstamp 99d9d98c-56ca-4c6b-aad4-63c75f9dc82b))
(segment (start 128.422 52.336) (end 127.926633 52.336) (width 0.25) (layer "B.Cu") (net 3) (tstamp fc4311a1-e789-433e-9f2a-c5c4fc83bea7))
(segment (start 110.032 53.644) (end 113.792 57.404) (width 0.25) (layer "B.Cu") (net 12) (tstamp 2c0c9ce2-dc37-4a2a-8255-c5462bc6a9e9))
(segment (start 113.792 57.404) (end 113.792 94.062) (width 0.25) (layer "B.Cu") (net 12) (tstamp 2f0373d3-979d-47d2-a675-79997ab67d58))
(segment (start 113.792 94.062) (end 109.188 98.666) (width 0.25) (layer "B.Cu") (net 12) (tstamp a7f3abcf-48bc-4d7d-a8a7-1cb8066cfa44))
(segment (start 110.032 52.336) (end 110.032 53.644) (width 0.25) (layer "B.Cu") (net 12) (tstamp fe4672f1-1194-4bf5-943c-bbbbb4f27297))
(segment (start 121.412 115.830657) (end 126.485343 120.904) (width 0.25) (layer "B.Cu") (net 17) (tstamp 72381adb-d611-4850-b020-4b5130955bbf))
(segment (start 124.428 88.506) (end 121.412 91.522) (width 0.25) (layer "B.Cu") (net 17) (tstamp 79e97aa5-0790-4331-9e5f-e471b95de5e7))
(segment (start 190.618657 120.904) (end 193.592 117.930657) (width 0.25) (layer "B.Cu") (net 17) (tstamp 7e5141d7-f06b-43f1-b3a2-4309c744eb83))
(segment (start 193.592 117.930657) (end 193.592 52.336) (width 0.25) (layer "B.Cu") (net 17) (tstamp ae228d06-233b-4403-af39-03c57a11a5bf))
(segment (start 126.485343 120.904) (end 190.618657 120.904) (width 0.25) (layer "B.Cu") (net 17) (tstamp d9a8eb3d-e710-48fb-bd6b-6bae1b3895c3))
(segment (start 121.412 91.522) (end 121.412 115.830657) (width 0.25) (layer "B.Cu") (net 17) (tstamp fb3ace50-d72b-494f-851d-ea45ba5889fd))
(segment (start 125.82072 84.57328) (end 124.428 85.966) (width 0.25) (layer "B.Cu") (net 18) (tstamp 00fa8fd7-50e1-475f-88b8-fb4a3a3c0573))
(segment (start 172.702 52.336) (end 171.18928 53.84872) (width 0.25) (layer "B.Cu") (net 18) (tstamp 211d58b9-527c-4ecc-8fe1-a0c8a1be4aea))
(segment (start 126.484623 53.84872) (end 125.82072 54.512623) (width 0.25) (layer "B.Cu") (net 18) (tstamp 3b48bdad-5135-4f0f-9335-bedde2be20ba))
(segment (start 171.18928 53.84872) (end 126.484623 53.84872) (width 0.25) (layer "B.Cu") (net 18) (tstamp ba4d4ce2-1d32-4096-aa2f-146bd72f3bb3))
(segment (start 125.82072 54.512623) (end 125.82072 84.57328) (width 0.25) (layer "B.Cu") (net 18) (tstamp c1eac2db-c659-4517-b5b6-cce9ccfe6587))
(segment (start 150.275 50.799) (end 151.812 52.336) (width 0.25) (layer "B.Cu") (net 19) (tstamp 12e49ef0-2071-4df8-9b36-0bc125f7c18a))
(segment (start 122.785353 50.799) (end 150.275 50.799) (width 0.25) (layer "B.Cu") (net 19) (tstamp 8adabeb6-52f0-44ba-8943-bb4ee7ec161a))
(segment (start 121.47 52.114353) (end 122.785353 50.799) (width 0.25) (layer "B.Cu") (net 19) (tstamp a4027bfe-0222-46cd-8ba4-1ef9ad46e0b5))
(segment (start 124.428 83.426) (end 121.47 80.468) (width 0.25) (layer "B.Cu") (net 19) (tstamp b1a2fa34-8698-4d3e-993f-673bb5d23d96))
(segment (start 121.47 80.468) (end 121.47 52.114353) (width 0.25) (layer "B.Cu") (net 19) (tstamp ed2d3b33-1141-4687-ba67-2de8940f8661))
(segment (start 121.92 52.300749) (end 121.92 78.378) (width 0.25) (layer "B.Cu") (net 20) (tstamp 236ef82e-5e14-466e-b8a3-370fa38c37e4))
(segment (start 129.835 51.249) (end 122.971749 51.249) (width 0.25) (layer "B.Cu") (net 20) (tstamp 3c375b28-f5f6-47c5-b0b6-a4a1d4a0dc01))
(segment (start 130.922 52.336) (end 129.835 51.249) (width 0.25) (layer "B.Cu") (net 20) (tstamp 720c9a0e-464a-41f4-b897-6f98b922bd91))
(segment (start 121.92 78.378) (end 124.428 80.886) (width 0.25) (layer "B.Cu") (net 20) (tstamp c93d3d0a-d295-4169-9065-23f736e24a3c))
(segment (start 122.971749 51.249) (end 121.92 52.300749) (width 0.25) (layer "B.Cu") (net 20) (tstamp d83d51fe-b3dc-49e9-af69-d86548c382db))
(segment (start 112.776 119.888) (end 110.528 122.136) (width 0.25) (layer "F.Cu") (net 21) (tstamp 06a742f9-9a0a-46d5-a916-60a7bc75c8e7))
(segment (start 124.428 78.346) (end 112.776 89.998) (width 0.25) (layer "F.Cu") (net 21) (tstamp 06eb85bb-0b9d-4a83-89fb-a5c7885f15c0))
(segment (start 147.272 124.176) (end 149.312 122.136) (width 0.25) (layer "F.Cu") (net 21) (tstamp 2885cce0-6018-4a7d-91d3-7bc6398baf1e))
(segment (start 172.242 124.176) (end 189.052 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp 31c03fb4-aba2-48ea-bd30-f335dcf1ee89))
(segment (start 130.462 124.176) (end 147.272 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp 3550cf75-6011-40fb-85c1-ee683ae5d7a7))
(segment (start 112.776 89.998) (end 112.776 119.888) (width 0.25) (layer "F.Cu") (net 21) (tstamp 38c75647-6c90-4edd-81ce-9c84feda1a39))
(segment (start 151.352 124.176) (end 168.162 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp 5da4c6d9-099c-4482-91a6-6daace626bb5))
(segment (start 149.312 122.136) (end 151.352 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp 70d00cee-965c-43b6-ae0e-a235b39b8a4a))
(segment (start 128.422 122.136) (end 130.462 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp 936970c9-31cf-449e-91cd-5577d5b4d97c))
(segment (start 126.382 124.176) (end 128.422 122.136) (width 0.25) (layer "F.Cu") (net 21) (tstamp 959b9c72-43c2-4488-9b34-8db3cdc59a0a))
(segment (start 107.532 122.136) (end 109.572 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp aad764b9-178f-4eb1-9a43-ff357fa256c2))
(segment (start 168.162 124.176) (end 170.202 122.136) (width 0.25) (layer "F.Cu") (net 21) (tstamp ae978d18-9ac2-4fa9-95e6-d74b1f636cb5))
(segment (start 109.572 124.176) (end 126.382 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp c298d63a-737e-4f33-8476-23d3ba9792db))
(segment (start 110.528 122.136) (end 107.532 122.136) (width 0.25) (layer "F.Cu") (net 21) (tstamp c814bb60-6ebc-4a0e-a02f-af2fcb77e5c1))
(segment (start 170.202 122.136) (end 172.242 124.176) (width 0.25) (layer "F.Cu") (net 21) (tstamp db05cc61-c0ba-440c-b8c8-76dfe0ceabca))
(segment (start 189.052 124.176) (end 191.092 122.136) (width 0.25) (layer "F.Cu") (net 21) (tstamp ebf72ba1-989b-496f-900c-40fdc9481cb6))
)