Skip to content

Merge adjacent Cu pads in SO library

evanshultz requested to merge github/fork/evanshultz/merge-adjacent-pads-so into master

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

Merge multiple adjacent Cu pads into a single pad. 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

Ignore the upper row of footprints here: image

image


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