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

[BUG] out.pcb_draw - Unsupported path element #412

Closed
arthursaunier opened this issue Apr 4, 2023 · 2 comments
Closed

[BUG] out.pcb_draw - Unsupported path element #412

arthursaunier opened this issue Apr 4, 2023 · 2 comments
Assignees
Labels
already solved This issue was already solved in the current development code

Comments

@arthursaunier
Copy link

Hi @set-soft

I'm using the latest version of kibot (1.6.1) on WSL, and I get an error on my projects.
I tried using kicad 6 and kicad 7, and I get the same error every time on PCBdraw.

My projects worked on the previous version of kibot (1.6.0), but now stopped working.

ERROR:PcbDraw error: Unsupported path element 131.0000 (kibot - out_pcbdraw.py:500)

Here is a project where I have this problem, and the logs.

KiCad.zip
log.log

Thanks for all your work!

@set-soft set-soft added the already solved This issue was already solved in the current development code label Apr 4, 2023
@set-soft
Copy link
Member

set-soft commented Apr 4, 2023

Hi @arthursaunier !

Use the dev code. This issue is already solved there. This problem was reported to upstream 2 weeks ago: yaqwsx/PcbDraw#142

You can also workaround it as I explain in the issue: replace the edge cut but lines instead of a plygon.

Is not a problem with 1.6.1. Is just that you used a rectangle (any polygon will be a problem) and KiCad 7.0.1 (which generates polygons as polygons (not lines) in the SVG)

@set-soft set-soft closed this as completed Apr 4, 2023
@arthursaunier
Copy link
Author

Thanks for your timely response and sorry about that, I didn't see the previous issue that solved it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
already solved This issue was already solved in the current development code
Projects
None yet
Development

No branches or pull requests

2 participants