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/Oddities.pretty/NetTie-III_SMD.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/Oddities.pretty/NetTie-III_SMD.kicad_mod')
-rw-r--r-- | library/kicadLibrary/modules/Oddities.pretty/NetTie-III_SMD.kicad_mod | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/library/kicadLibrary/modules/Oddities.pretty/NetTie-III_SMD.kicad_mod b/library/kicadLibrary/modules/Oddities.pretty/NetTie-III_SMD.kicad_mod new file mode 100644 index 00000000..0de9058a --- /dev/null +++ b/library/kicadLibrary/modules/Oddities.pretty/NetTie-III_SMD.kicad_mod @@ -0,0 +1,15 @@ +(module NetTie-III_SMD (layer F.Cu) + (at 0 0) + (descr "Just a \"Net tie\" as an more or less elegant way to connect two different nets without disturbing ERC and DRC. Make connection between the pads by yourself.") + (tags "Just a \"Net tie\" as an more or less elegant way to connect two different nets without disturbing ERC and DRC. Make connection between the pads by yourself.") + (fp_text reference REF** (at 0 7.62) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value NetTie-III_SMD (at 0 -3.048) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.54 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at -2.54 3.81) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at 2.54 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at 2.54 3.81) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) +) |