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-DIL14.kicad_mod 2.48 KiB
(module fab-DIL14 (layer F.Cu) (tedit 200000)
  (descr "DUAL IN LINE PACKAGE")
  (tags "DUAL IN LINE PACKAGE")
  (attr virtual)
  (fp_text reference >NAME (at -9.906 -0.127 90) (layer F.SilkS)
    (effects (font (size 1.27 1.27) (thickness 0.127)))
  )
  (fp_text value >VALUE (at -2.921 0) (layer F.SilkS)
    (effects (font (size 1.27 1.27) (thickness 0.127)))
  )
  (fp_line (start 8.89 -2.921) (end -8.89 -2.921) (layer B.SilkS) (width 0.1524))
  (fp_line (start -8.89 2.921) (end 8.89 2.921) (layer B.SilkS) (width 0.1524))
  (fp_line (start 8.89 -2.921) (end 8.89 2.921) (layer B.SilkS) (width 0.1524))
  (fp_line (start -8.89 -2.921) (end -8.89 -1.016) (layer B.SilkS) (width 0.1524))
  (fp_line (start -8.89 2.921) (end -8.89 1.016) (layer B.SilkS) (width 0.1524))
  (fp_arc (start -8.89 0) (end -8.89 -1.016) (angle 180) (layer B.SilkS) (width 0.1524))
  (pad 1 thru_hole oval (at -7.62 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 2 thru_hole oval (at -5.08 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 3 thru_hole oval (at -2.54 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 4 thru_hole oval (at 0 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 5 thru_hole oval (at 2.54 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 6 thru_hole oval (at 5.08 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 7 thru_hole oval (at 7.62 3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 8 thru_hole oval (at 7.62 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 9 thru_hole oval (at 5.08 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 10 thru_hole oval (at 2.54 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 11 thru_hole oval (at 0 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 12 thru_hole oval (at -2.54 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 13 thru_hole oval (at -5.08 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
  (pad 14 thru_hole oval (at -7.62 -3.81 180) (size 1.3208 2.6416) (drill 0.8128) (layers F&B.Cu F.Paste F.SilkS F.Mask))
)