This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial support for custom pad shapes
This commit adds initial support for custom pad shapes in the KicadMod class. The 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 in custom pads, I don't think this is a problem yet. 🙂 There is no support for exporting custom pad information yet.
- Loading branch information
Showing
1 changed file
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters