Skip to content
Snippets Groups Projects
  • Ben Z Yuan's avatar
    182c268e
    kicad: convert fab.mod + add usb micro footprint · 182c268e
    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.
    182c268e
    History
    kicad: convert fab.mod + add usb micro footprint
    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.
fab-MSOP.kicad_mod 1.60 KiB
(module fab-MSOP (layer F.Cu) (tedit 200000)
  (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 -1.33858 -1.59766) (end -1.33858 1.04902) (layer B.SilkS) (width 0.127))
  (fp_line (start -1.33858 1.04902) (end -0.58928 1.04902) (layer B.SilkS) (width 0.127))
  (fp_line (start -0.58928 1.04902) (end 1.94818 1.04902) (layer B.SilkS) (width 0.127))
  (fp_line (start 1.94818 1.04902) (end 1.94818 -1.59766) (layer B.SilkS) (width 0.127))
  (fp_line (start 1.94818 -1.59766) (end -1.33858 -1.59766) (layer B.SilkS) (width 0.127))
  (fp_line (start -1.29794 0.38862) (end -0.58928 1.04902) (layer B.SilkS) (width 0.127))
  (fp_circle (center -1.34874 2.26822) (end -1.46558 2.38506) (layer B.SilkS) (width 0.0635))
  (pad P$1 smd rect (at -0.6477 -2.44856) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$2 smd rect (at 0 -2.44856) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$3 smd rect (at 0.6477 -2.44856) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$4 smd rect (at 1.29794 -2.44856) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$5 smd rect (at -0.6477 1.94818) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$6 smd rect (at 0 1.94818) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$7 smd rect (at 0.6477 1.94818) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
  (pad P$8 smd rect (at 1.29794 1.94818) (size 0.23876 1.4478) (layers F.Cu F.Paste F.Mask))
)