-
Notifications
You must be signed in to change notification settings - Fork 37
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
No Attribute 'SetLineWidth' in KiCad nightly #20
Comments
I actually don't think that call is required when plotting with SVG, it appears to be missing in v6. Which is kind of handy because we need a good way to detect if we are using KiCad v5 or KiCad v6, because there are some other changes needed to support the output from v6. Can you give this version a try: 0f579d2 |
Thanks a lot for looking into the issue! Running the script doesn't show any errors any more:
But this is all I'm getting, just the front, no back side file gets created. I also tried it with a few different board files, with the same result. I upgraded to the latest nightly build and Inkscape is v1.0.1 |
Hmm. Are you able to share your KiCad design? I'll run some tests on windows tomorrow. |
Sure, here are the two boards I was trying it with: |
Strange, it appears the scaling of layers is different from the SVGs generated on a windows machine. I don't have much more time today to debug unfortunately. |
Hi,
I'm using a pretty recent nightly version of KiCad and always get this output when using your scripts:
Not sure if it's just the attribute name that has been changed or whether there are more changes.
The text was updated successfully, but these errors were encountered: