opencascade-rs icon indicating copy to clipboard operation
opencascade-rs copied to clipboard

WIP: [kicad-parser] write a KicadBoard

Open mkovaxx opened this issue 1 year ago • 2 comments

mkovaxx avatar Mar 16 '25 08:03 mkovaxx

@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

mkovaxx avatar Mar 16 '25 12:03 mkovaxx

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.

bschwind avatar Mar 20 '25 06:03 bschwind