mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 25 forks source link

Footprint Attribute "Exempt from courtyard requirement" is not parsed #99

Closed chfriedrich closed 1 year ago

chfriedrich commented 1 year ago

Hi, the relatively new Footprint Attribute "Exempt from courtyard requirement" is not parsed by the lib right now. If I set it with kicad and manipulate the footprint lib with kiutils afterwards, the attribute will be removed.

Best regards, Christoph

mvnmgrx commented 1 year ago

Thanks for the info. This will work in the next release.

Best regards