kiutils
kiutils copied to clipboard
Fix zone serialization
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.