Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
84
stars
27
forks
source link
KiCad 7: Image with layer token & renamed `Board.graphicalItems` to `Board.graphicItems` #79
Closed
mvnmgrx closed 1 year ago
This PR implements:
layer
token and can be used in a footprints or boardsgraphicItems
listBoard.graphicalItems
toBoard.graphicItems
to be consistent with the documentation and other APIsFixes #71