Skip to content

Merge adjacent Cu pads on DFN and QFN footprints

Breaking apart https://github.com/KiCad/kicad-footprints/pull/981.

Merge multiple adjacent Cu pads into a single pad, with the expectation and file diff review showing no copper changes. Also fix line widths as needed. Some of these may be able to be created with scripts at this time, but since I already did the footprint updates manually I've submitted them.

image image image

The Microsemi datasheet is a bit funky. Hopefully this is what was intended.


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • 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