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: private_layers token in Footprint #103

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

This PR adds support for the private_layers token in a Footprint + a testcase for it.

Fixes #100