Skip to content

Convert some pads of jumpers to polygons instead of combination of normal pads

Thomas Pointhuber requested to merge github/fork/pointhi/polygon_jumper into master

In KiCad 4 there were no polygon pads which resulted in some overlapping pad constructs. This is no longer required, as well as the old system causes some nasty problems like dupliation of pin numbers and unconnected warning. This PR solves the issue for the jumpers by converting some of the pads to polygon pads:

kicad_polygon_jumper


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

  • An example screenshot image is very helpful
  • Check the output of the Travis automated check scripts - fix any errors as required

Merge request reports