-
Ben Z Yuan authored
Newer versions of KiCAD treat `.mod` footprint libraries as "legacy" and will refuse to edit them. This commit converts the library to the new `.pretty` format. Note that the new format is a folder with loose `.kicad_mod` files, so it needs to be zipped for distribution. Additionally, a footprint was added for the USB micro-B socket that claims to be on inventory.
Ben Z Yuan authoredNewer versions of KiCAD treat `.mod` footprint libraries as "legacy" and will refuse to edit them. This commit converts the library to the new `.pretty` format. Note that the new format is a folder with loose `.kicad_mod` files, so it needs to be zipped for distribution. Additionally, a footprint was added for the USB micro-B socket that claims to be on inventory.
fab-SMD_COIL.kicad_mod 1.12 KiB
(module fab-SMD_COIL (layer F.Cu) (tedit 200000)
(descr "ELL-CTV SERIES SMD CHOKE COILS")
(tags "ELL-CTV SERIES SMD CHOKE COILS")
(attr smd)
(fp_text reference "" (at 0 0) (layer F.SilkS)
(effects (font (size 1.27 1.27) (thickness 0.15)))
)
(fp_text value "" (at 0 0) (layer F.SilkS)
(effects (font (size 1.27 1.27) (thickness 0.15)))
)
(fp_line (start 0 -2.09804) (end 0 -11.99896) (layer F.SilkS) (width 0.127))
(fp_line (start 0 -11.99896) (end 9.89838 -11.99896) (layer F.SilkS) (width 0.127))
(fp_line (start 9.89838 -11.99896) (end 11.99896 -9.89838) (layer F.SilkS) (width 0.127))
(fp_line (start 11.99896 -9.89838) (end 11.99896 -2.09804) (layer F.SilkS) (width 0.127))
(fp_line (start 11.99896 -2.09804) (end 9.99998 0) (layer F.SilkS) (width 0.127))
(fp_line (start 9.99998 0) (end 2.09804 0) (layer F.SilkS) (width 0.127))
(fp_line (start 2.09804 0) (end 0 -2.09804) (layer F.SilkS) (width 0.127))
(pad P$1 smd rect (at 10.44194 -10.30732 135) (size 3.99796 2.39776) (layers F.Cu F.Paste F.Mask))
(pad P$2 smd rect (at 1.74498 -1.61036 135) (size 3.99796 2.39776) (layers F.Cu F.Paste F.Mask))
)