Skip to content

Transform jumpers into graphical polygons

DRC is not yet smart enough to distinguish jumpered pads when they touch, so we work around this for 5.1 by using graphical polygons on the F.Cu layer.

This separates the jumpered pads into pads and connecting polygons. This formulation allows DRC checks to pass and routing to happen on both pads without requiring DRC errors allowed.

This does not change the pad shape or size for the affected footprints. bildschirmfoto_2019-02-25_12-57-55 bildschirmfoto_2019-02-25_12-57-41 bildschirmfoto_2019-02-25_12-57-29 bildschirmfoto_2019-02-25_12-57-13 bildschirmfoto_2019-02-25_12-56-48


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