hardware: footprints: fix up Fab layer for all modules
Modify the `fab` layer so that it defaults to having footprint identifiers, and places the designators in an area that makes sense. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
@ -1,14 +1,21 @@
|
||||
(module TVS-11V (layer F.Cu) (tedit 5BF429EE)
|
||||
(module TVS-11V (layer F.Cu) (tedit 5C0F2543)
|
||||
(fp_text reference D5 (at 0.3 0.6) (layer F.SilkS) hide
|
||||
(effects (font (size 0.4 0.4) (thickness 0.1)))
|
||||
)
|
||||
(fp_text value D5V0L1B2LP3-7 (at 0 -0.3) (layer F.Fab)
|
||||
(fp_text value D5V0L1B2LP3-7 (at -0.05 -0.3) (layer F.Fab)
|
||||
(effects (font (size 0.127 0.127) (thickness 0.03175)))
|
||||
)
|
||||
(fp_line (start -0.35 0.175) (end -0.35 -0.175) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 0.35 0.175) (end -0.35 0.175) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 0.35 -0.175) (end 0.35 0.175) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -0.35 -0.175) (end 0.35 -0.175) (layer F.CrtYd) (width 0.05))
|
||||
(fp_text user %R (at 0 0) (layer F.Fab)
|
||||
(effects (font (size 0.1 0.1) (thickness 0.025)))
|
||||
)
|
||||
(fp_line (start -0.275 -0.125) (end 0.275 -0.125) (layer F.Fab) (width 0.05))
|
||||
(fp_line (start 0.275 -0.125) (end 0.275 0.125) (layer F.Fab) (width 0.05))
|
||||
(fp_line (start 0.275 0.125) (end -0.275 0.125) (layer F.Fab) (width 0.05))
|
||||
(fp_line (start -0.275 0.125) (end -0.275 -0.125) (layer F.Fab) (width 0.05))
|
||||
(pad 2 smd roundrect (at 0.2 0) (size 0.15 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
|
||||
(pad 1 smd roundrect (at -0.2 0) (size 0.15 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
|
||||
)
|
||||
|
Reference in New Issue
Block a user