Skip to content

Commit

Permalink
Add new symbol for light
Browse files Browse the repository at this point in the history
  • Loading branch information
foostan committed Nov 12, 2020
1 parent f90510c commit cd89af5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
29 changes: 29 additions & 0 deletions kicad-footprints/kbd.pretty/D3_TH_SMD_v2.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
(module D3_TH_SMD_v2 (layer F.Cu) (tedit 5FAC0B14)
(descr "Resitance 3 pas")
(tags R)
(autoplace_cost180 10)
(fp_text reference D33 (at 0.55 0 -180) (layer F.Fab) hide
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_text value D (at -0.55 0 -180) (layer F.Fab) hide
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_line (start -0.4 0) (end 0.5 -0.5) (layer F.SilkS) (width 0.15))
(fp_line (start 0.5 -0.5) (end 0.5 0.5) (layer F.SilkS) (width 0.15))
(fp_line (start 0.5 0.5) (end -0.4 0) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 -0.5) (end -0.5 0.5) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -3 0) (size 1.778 1.3) (drill 0.8128) (layers *.Cu B.Mask))
(pad 2 thru_hole oval (at 3 0) (size 1.778 1.3) (drill 0.8128) (layers *.Cu B.Mask))
(pad 1 smd rect (at -1.775 0 180) (size 1.4 1.3) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1.775 0 180) (size 1.4 1.3) (layers F.Cu F.Paste F.Mask))
(model Diodes_SMD.3dshapes/SMB_Handsoldering.wrl
(at (xyz 0 0 0))
(scale (xyz 0.22 0.15 0.15))
(rotate (xyz 0 0 180))
)
(model /Users/foostan/src/github.com/foostan/kbd/kicad-packages3D/kbd.3dshapes/D_SOD-123.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
16 changes: 16 additions & 0 deletions kicad-footprints/kbd.pretty/SW_Hole_ALPS.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(module SW_Hole_ALPS (layer F.Cu) (tedit 5FAC88DF)
(fp_text reference SW2 (at 7 8.1) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value KEY_SWITCH (at -7.4 -8.1) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 9.525 9.525) (end 9.525 -9.525) (layer F.Fab) (width 0.15))
(fp_line (start -9.525 9.525) (end 9.525 9.525) (layer F.Fab) (width 0.15))
(fp_line (start -9.525 -9.525) (end -9.525 9.525) (layer F.Fab) (width 0.15))
(fp_line (start 9.525 -9.525) (end -9.525 -9.525) (layer F.Fab) (width 0.15))
(fp_line (start -7.75 -6.4) (end -7.75 6.4) (layer Edge.Cuts) (width 0.12))
(fp_line (start -7.75 6.4) (end 7.75 6.4) (layer Edge.Cuts) (width 0.12))
(fp_line (start 7.75 6.4) (end 7.75 -6.4) (layer Edge.Cuts) (width 0.12))
(fp_line (start 7.75 -6.4) (end -7.75 -6.4) (layer Edge.Cuts) (width 0.12))
)

0 comments on commit cd89af5

Please sign in to comment.