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

Feature: Parsing of allow_missing_courtyard token #101

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

This PR extens the footprint.Attributes class with the new allow_missing_courtyard token.

Fixes #99