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,31 +1,31 @@
|
||||
(module R_0201_0603Metric (layer F.Cu) (tedit 5B301BBD)
|
||||
(module R_0201_0603Metric (layer F.Cu) (tedit 5C0F24CC)
|
||||
(descr "Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
|
||||
(tags resistor)
|
||||
(attr smd)
|
||||
(fp_text reference REF** (at 0 -1.05) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(fp_text reference R5 (at 1 0) (layer F.SilkS) hide
|
||||
(effects (font (size 0.25 0.25) (thickness 0.025)))
|
||||
)
|
||||
(fp_text value R_0201_0603Metric (at 0 1.05) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(fp_text value "0201, 10k, 1/16W" (at -0.05 0.475) (layer F.Fab)
|
||||
(effects (font (size 0.1 0.1) (thickness 0.025)))
|
||||
)
|
||||
(fp_text user %R (at 0 0) (layer F.Fab)
|
||||
(effects (font (size 0.1 0.1) (thickness 0.025)))
|
||||
)
|
||||
(fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 0.3 0.15) (end -0.3 0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
|
||||
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
|
||||
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
|
||||
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
|
||||
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 0.3 0.15) (end -0.3 0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer F.Fab) (width 0.1))
|
||||
(pad 2 smd roundrect (at 0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
|
||||
(fp_text user %R (at 0 -0.68) (layer F.Fab)
|
||||
(effects (font (size 0.25 0.25) (thickness 0.04)))
|
||||
)
|
||||
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
|
||||
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
|
||||
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
|
||||
(model ${KIPRJMOD}/tomu-fpga.pretty/R_0201_0603Metric.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user