7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 21:33:44 +00:00

Fix KLC errors in the one footprint that has been missed previosly

This commit is contained in:
Rene Pöschl 2017-12-05 11:59:06 +01:00
parent b6260a0991
commit 5680fb9968

View File

@ -1,6 +1,7 @@
(module SolderWirePad_3x_0-8mmDrill (layer F.Cu)
(module SolderWirePad_3x_0-8mmDrill (layer F.Cu) (tedit 5A267B52)
(descr "Wire solder connection")
(tags "connector")
(attr virtual)
(at 0 0)
(fp_text reference REF** (at 0 -2.54) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
@ -10,6 +11,10 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.67 -1.5) (end 4.68 -1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.67 -1.5) (end -4.67 1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.68 1.5) (end 4.68 -1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.68 1.5) (end -4.67 1.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at -3.175 0) (size 1.99898 1.99898) (drill 0.8001) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 0 0) (size 1.99898 1.99898) (drill 0.8001) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 3.175 0) (size 1.99898 1.99898) (drill 0.8001) (layers *.Cu *.Mask))