Started assigning footprints

This commit is contained in:
Sebastian 2016-06-08 22:25:25 +02:00
parent 6d0a9963a4
commit 0235d9818d
3 changed files with 39 additions and 0 deletions

4
fp-lib-table Normal file
View File

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name SM1008)(type KiCad)(uri "$(KIPRJMOD)/lib/SM1008.pretty")(options "")(descr ""))
(lib (name tzc3)(type KiCad)(uri "$(KIPRJMOD)/lib/tzc3.pretty")(options "")(descr ""))
)

View File

@ -0,0 +1,14 @@
(module SM1008 (layer F.Cu) (tedit 56AD4488)
(fp_text reference REF** (at 0 -2.25) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SM1008 (at 0 -3.75) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.75 -1.25) (end 1.75 -1.25) (layer F.SilkS) (width 0.15))
(fp_line (start 1.75 -1.25) (end 1.75 1.25) (layer F.SilkS) (width 0.15))
(fp_line (start 1.75 1.25) (end -1.75 1.25) (layer F.SilkS) (width 0.15))
(fp_line (start -1.75 1.25) (end -1.75 -1.25) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 1.135 0) (size 1.1 2.54) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.135 0) (size 1.1 2.54) (layers F.Cu F.Paste F.Mask))
)

View File

@ -0,0 +1,21 @@
(module TZC3 (layer F.Cu) (tedit 56AD41EF)
(fp_text reference REF** (at 0.5 -2.75) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value TZC3 (at 0.5 -4.25) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.75 -1) (end 1 0.75) (layer F.SilkS) (width 0.15))
(fp_line (start -1 -0.75) (end 0.75 1) (layer F.SilkS) (width 0.15))
(fp_circle (center 0 0) (end 0 -1.25) (layer F.SilkS) (width 0.15))
(fp_line (start -2.5 0.5) (end -2.5 1) (layer F.SilkS) (width 0.15))
(fp_line (start -2.5 1) (end -2 1.5) (layer F.SilkS) (width 0.15))
(fp_line (start -2 1.5) (end 2.5 1.5) (layer F.SilkS) (width 0.15))
(fp_line (start 2.5 1.5) (end 2.5 0.5) (layer F.SilkS) (width 0.15))
(fp_line (start -2.5 -0.5) (end -2.5 -1) (layer F.SilkS) (width 0.15))
(fp_line (start -2.5 -1) (end -2 -1.5) (layer F.SilkS) (width 0.15))
(fp_line (start -2 -1.5) (end 2.5 -1.5) (layer F.SilkS) (width 0.15))
(fp_line (start 2.5 -1.5) (end 2.5 -0.5) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 2.25 0) (size 1.2 1) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -2.25 0) (size 1.2 1) (layers F.Cu F.Paste F.Mask))
)