wokwi / easyeda2kicad

Convert EasyEDA designs to KiCad EDA
https://wokwi.com/tools/easyeda2kicad
Other
287 stars 39 forks source link

Board outline is not closed #45

Open sethmarks opened 3 years ago

sethmarks commented 3 years ago

When I convert my EasyEDA board it can be opened in KiCAD just fine. The outline is as expected but when I view the 3D Viewer I get an error "Board outline is not closed: Unable to find edge with and endpoint of (27.221,-0.444)".

urish commented 3 years ago

Sometimes that outline does not close due to rounding errors with rounded corners / arcs. Do you use any rounded corners / arcs in your design?

sethmarks commented 3 years ago

There are internal circles for screw holes but the edges are all lines. However, many of the lines are at an angle so that could be causing the issues. It is not a simple design.

urish commented 3 years ago

Yes, if you can provide the original board JSON file I can have a look to see if this is something that can be fixed