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

Fix zone serialization #114

Closed PingPongun closed 4 months ago

PingPongun commented 5 months ago

Similar to #89. If zone is on all layers KiCad may use (layers *.Cu) which is serialized by kiutils incorrectly as (layer *.Cu), and that causes KiCad to segfault when trying to open board file. This PR fixes this.