added schematics and pcb migrated to kicad 5.0.0 RC2 nightly

This commit is contained in:
Marius K
2018-04-01 17:58:04 +02:00
parent 664545743c
commit fe573aa2cf
41 changed files with 24408 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
(module SCHALTER_KNITTER (layer F.Cu) (tedit 0)
(fp_text reference SW23 (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.15)) (justify right top))
)
(fp_text value MAIN (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.15)) (justify right top))
)
(fp_line (start -6.6 -3.5) (end -6.6 3.5) (layer F.SilkS) (width 0.127))
(fp_line (start -6.6 3.5) (end 6.6 3.5) (layer F.SilkS) (width 0.127))
(fp_line (start 6.6 3.5) (end 6.6 -3.5) (layer F.SilkS) (width 0.127))
(fp_line (start 6.6 -3.5) (end -6.6 -3.5) (layer F.SilkS) (width 0.127))
(pad SW thru_hole circle (at 0 0) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016))
(pad OFF thru_hole circle (at 4.7 0) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016))
(pad ON thru_hole rect (at -4.7 0) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016))
)