opencascade-rs
opencascade-rs copied to clipboard
WIP: [kicad-parser] write a KicadBoard
@bschwind The current data model seems to assume that the FootprintX and GraphicX structures are identical.
That seems not to be the case:
https://dev-docs.kicad.org/en/file-formats/sexpr-intro/index.html#_footprint_graphics_items
https://dev-docs.kicad.org/en/file-formats/sexpr-intro/index.html#_graphic_items
The current data model seems to assume that the FootprintX and GraphicX structures are identical. That seems not to be the case:
Yep, let's keep these as separate types.