Jack000 / SVGnest

An open source vector nesting tool
MIT License
2.28k stars 380 forks source link

Paths Seem to be broken apart. #37

Open plbogen opened 7 years ago

plbogen commented 7 years ago

I'm trying to pack my shapes for a bookshelf using SVGNest. I've been successful using it in the past for other projects. But it seems to think my path is a bunch of smaller paths for the curved shapes.

My workflow was Fusion 360 -> DXF -> Inkscape.

Here is a pastebin with my SVG: Bookmark.svg

Jack000 commented 7 years ago

I find that's a common problem with dxf converters, they tend to make each curve a separate path.

I do have a fix for this but it might take some time to get it merged. If you need something right away try my latest project which works fine for your file: http://deepnest.io

there are some download links here: https://talk.vanhack.ca/t/try-my-laser-nesting-software/5424