Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using KiCad V6 symbol libraries with generate_svg(). #167

Open
devbisme opened this issue Nov 14, 2022 · 0 comments
Open

Comments

@devbisme
Copy link
Owner

    Well, I found the reason for this error: the drawing commands for KiCad V6 symbols are not processed so there's nothing for the SVG generator to work on. This is a larger fix than I can do right now, so your only immediate fix is to drop back and use KiCad V5 libraries. Sorry!

Originally posted by @devbisme in #166 (comment)

jemathews0 added a commit to jemathews0/skidl that referenced this issue Mar 27, 2023
Fixes devbisme#167 . Calling
`generate_svg()` when using KiCAD version 6 or 7 doesn't work, raising a
`NotImplementedError` because the `gen_svg_comp()` function wasn't
implemented. This commit modifies the library parsing to process the
drawing commands and implements the `gen_svg_comp()` funtion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant