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: New plot params since KiCad v7 #85

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

This PR implements the new plot params that were added in KiCad v6. It furthermore made svgUseInch and excludeEdgeLayer optional for compatiblity.

Fixed #75