Skip to content

Add initial support for custom pad shapes

KiCad Bot requested to merge github/fork/Ratfink/custom-pads into master

Created by: Ratfink

This PR adds initial support for custom pad shapes in the KicadMod class. This does most of the work described in #231. The KicadMod class can now load all custom pad primitives. It can also check the bounding box of all custom pad primitives except for arcs, which will be more complicated to implement than the others. Since there are no footprints in kicad-footprints yet that use arc primitives (or in fact, any primitives except for polygons) in custom pads, I don't think this is a problem yet. 🙂

There is no support for exporting custom pad information yet either.

Edited by Joel Guittet

Merge request reports