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-II_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-II_SMD.kicad_mod')
-rw-r--r-- | library/kicadLibrary/modules/Oddities.pretty/NetTie-II_SMD.kicad_mod | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/library/kicadLibrary/modules/Oddities.pretty/NetTie-II_SMD.kicad_mod b/library/kicadLibrary/modules/Oddities.pretty/NetTie-II_SMD.kicad_mod new file mode 100644 index 00000000..1ad460d7 --- /dev/null +++ b/library/kicadLibrary/modules/Oddities.pretty/NetTie-II_SMD.kicad_mod @@ -0,0 +1,14 @@ +(module NetTie-II_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.04064 4.06908) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value NetTie-II_SMD (at 0 -3.048) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -3.81 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 0 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at 3.81 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask)) +) |