Skip to content

Change sot563 pad y dimension to 0.34mm to make sure the pad to pad clearance

As mentioned in https://github.com/KiCad/kicad-footprints/pull/581, all recommended layout has pady smaller than 0.34mm, usually 0.3mm. Though setting pady as 0.4mm matches all datasheet, this makes pad to pad clearance to only 0.1mm. Usually the pcb fabrication in production requires pad to pad clearance as 5mil which is 0.127mm. So this PR changes the pady as 0.34mm, make sure the pad to pad clearance as 0.16mm, then fix the issue

https://www.centralsemi.com/PDFS/CASE/SOT-563PD.PDF https://www.diodes.com/assets/Package-Files/SOT563.pdf https://www.torexsemi.com/file/SOT-563/SOT-563-pkg.pdf https://www.monolithicpower.com/pub/media/document/MP5075L_r1.0.pdf http://www.bourns.com/docs/Product-Datasheets/CDSOT563-T05C.pdf

  • Provide a URL to a datasheet for the footprint(s) you are contributing
  • An example screenshot image is very helpful
  • If there are matching symbol or 3D model pull requests, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Merge request reports