blob: 4ed56a4f5fe280f96508688c7d73fafb856c3ca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(module MountingHole_3.7mm_Pad (layer F.Cu) (tedit 56D1B4CB)
(at 0 0)
(descr "Mounting Hole 3.7mm")
(tags "mounting hole 3.7mm")
(fp_text reference REF** (at 0 -4.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_3.7mm_Pad (at 0 4.7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 3.7 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 3.95 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 7.4 7.4) (drill 3.7) (layers *.Cu *.Mask))
)
|