summaryrefslogtreecommitdiff
path: root/library/kicadLibrary/modules/Oddities.pretty/NetTie-I.kicad_mod
blob: 6e36ae36a398a92a76f357d6c67f88f7f6fce928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(module NetTie-I (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 1 and 2 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 1 and 2 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-I (at 0 -3.048) (layer F.Fab)
    (effects (font (size 1 1) (thickness 0.15)))
  )
  (pad 1 thru_hole rect (at -2.54 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask))
  (pad 2 thru_hole rect (at 2.54 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask))
)