You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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.
Here is a project where I have this problem, and the logs.
KiCad.zip
log.log
Thanks for all your work!
The text was updated successfully, but these errors were encountered: