7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-05-05 21:38:05 +00:00

Fix fab line thickness

This commit is contained in:
evanshultz 2019-04-05 12:20:34 -07:00
parent 7b50715e33
commit 1fe2ce7c75

View File

@ -10,14 +10,14 @@
(fp_text user %R (at 0 2.25) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.4 0.25) (end -1.4 0.25) (layer F.Fab) (width 0.12))
(fp_line (start -1.4 -0.25) (end 1.4 -0.25) (layer F.Fab) (width 0.12))
(fp_line (start 1.4 0.25) (end -1.4 0.25) (layer F.Fab) (width 0.1))
(fp_line (start -1.4 -0.25) (end 1.4 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -1.5 -1.4) (end 1.5 -1.4) (layer F.SilkS) (width 0.12))
(fp_line (start 1.5 -1.4) (end 1.5 1.45) (layer F.SilkS) (width 0.12))
(fp_line (start -1.5 -1.4) (end -1.5 1.45) (layer F.SilkS) (width 0.12))
(fp_line (start -1.5 1.45) (end 1.5 1.45) (layer F.SilkS) (width 0.12))
(fp_line (start 1.4 -0.25) (end 1.4 0.25) (layer F.Fab) (width 0.12))
(fp_line (start -1.4 0.25) (end -1.4 -0.25) (layer F.Fab) (width 0.12))
(fp_line (start 1.4 -0.25) (end 1.4 0.25) (layer F.Fab) (width 0.1))
(fp_line (start -1.4 0.25) (end -1.4 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.9 1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05))