kiutils icon indicating copy to clipboard operation
kiutils copied to clipboard

Fix zone serialization

Open PingPongun opened this issue 2 years ago • 0 comments

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.

PingPongun avatar Mar 28 '24 06:03 PingPongun