blob: 9111d1c76eebc0a3c49e252dd2018e213f894065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(module Oddities:NetTie-III (layer F.Cu) (tedit 5823223A)
(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.525 13.995) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LM2596S (at -0.65 -12.575) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at -19.7485 -8.525) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole rect (at -19.7485 8.525) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole rect (at 19.7485 -8.5725) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole rect (at 19.7485 8.5725) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
)
|