diff options
author | Rahul P | 2020-03-04 17:01:11 +0530 |
---|---|---|
committer | GitHub | 2020-03-04 17:01:11 +0530 |
commit | 8ffe81b36caa259151978de0434e4e0c5c32d217 (patch) | |
tree | 32202454d13dfabbf6556e98987f2a9632619ea9 /library/kicadLibrary/modules/Buttons_Switches_THT.pretty/SW_PUSH.kicad_mod | |
parent | e40317e709c220176fc5b7edf23d4434504335b0 (diff) | |
parent | 13f3bcfda9416624cebbf5705de398e8efcad344 (diff) | |
download | eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.gz eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.bz2 eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.zip |
Merge pull request #132 from rahulp13/master
major changes
Diffstat (limited to 'library/kicadLibrary/modules/Buttons_Switches_THT.pretty/SW_PUSH.kicad_mod')
-rw-r--r-- | library/kicadLibrary/modules/Buttons_Switches_THT.pretty/SW_PUSH.kicad_mod | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/library/kicadLibrary/modules/Buttons_Switches_THT.pretty/SW_PUSH.kicad_mod b/library/kicadLibrary/modules/Buttons_Switches_THT.pretty/SW_PUSH.kicad_mod new file mode 100644 index 00000000..183afbb9 --- /dev/null +++ b/library/kicadLibrary/modules/Buttons_Switches_THT.pretty/SW_PUSH.kicad_mod @@ -0,0 +1,26 @@ +(module SW_PUSH (layer F.Cu) + (at 0 0) + (descr "Bouton poussoir") + (tags "SWITCH DEV") + (fp_text reference REF** (at 1.27 -5.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SW_PUSH (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.35 -5.715) (end 6.35 5.715) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.35 5.715) (end 5.715 6.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.715 6.35) (end -5.715 6.35) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.715 6.35) (end -6.35 5.715) (layer F.SilkS) (width 0.12)) + (fp_line (start -6.35 5.715) (end -6.35 -5.715) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.715 -6.35) (end 5.715 -6.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.715 -6.35) (end 6.35 -5.715) (layer F.SilkS) (width 0.12)) + (fp_line (start -6.35 -5.715) (end -5.715 -6.35) (layer F.SilkS) (width 0.12)) + (pad 1 thru_hole circle (at -5.08 -2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at 5.08 2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask)) + (model Buttons_Switches_THT.3dshapes/SW_PUSH.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) |