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,16 @@
(module DIODE_SMD_DO214AB (layer F.Cu) (tedit 0)
(fp_text reference D2 (at -3.81 -3.81) (layer F.SilkS)
(effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom))
)
(fp_text value S4D (at -3.81 5.08) (layer F.SilkS)
(effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom))
)
(fp_line (start -3.555 -3.11) (end -3.555 3.11) (layer F.SilkS) (width 0.127))
(fp_line (start -3.555 3.11) (end 3.555 3.11) (layer F.SilkS) (width 0.127))
(fp_line (start 3.555 3.11) (end 3.555 -3.11) (layer F.SilkS) (width 0.127))
(fp_line (start 3.555 -3.11) (end -3.555 -3.11) (layer F.SilkS) (width 0.127))
(pad A smd roundrect (at -3.115 0 90) (size 4.27 2.52) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.375)
(solder_mask_margin 0.1016))
(pad K smd rect (at 3.115 0 90) (size 4.27 2.52) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.1016))
)