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