f8ffc2c5
mahmoudrabia
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(module FIDUCIAL-MICRO (layer F.Cu) (tedit 5A57D401)
(descr "FIDUCIAL - CIRCLE, 0.25IN")
(tags "FIDUCIAL - CIRCLE, 0.25IN")
(attr smd)
(fp_text reference F1 (at 0 0) (layer F.SilkS)
(effects (font (thickness 0.15)))
)
(fp_text value Fiducial (at 0 0) (layer F.SilkS)
(effects (font (thickness 0.15)))
)
(pad 1 smd circle (at 0 0) (size 0.635 0.635) (layers F.Cu F.Mask)
(solder_mask_margin 0.1016))
)
|