flatcam

Open full view…

SVG Import support available!

jpcaram
Sat, 19 Dec 2015 20:07:02 GMT

Hi all! I'm happy to announce that now you can import SVG into FlatCAM. This is very beta, but I need your feedback so I can refine it. Thanks, JP

jpcaram
Sat, 19 Dec 2015 20:20:50 GMT

Only 'px' units are supported.

Sjoerd Timmer
Wed, 23 Dec 2015 21:57:03 GMT

Recent commit crash my installation of flatcam with the following error: ImportError: No module named svg.path I have python2-rsvg install so I have no idea what else is needed... Any suggestions?

Sjoerd Timmer
Wed, 23 Dec 2015 21:58:41 GMT

Never mind. pip2 install svg.path fixed it ;-)

jpcaram
Tue, 29 Dec 2015 21:38:54 GMT

Thanks! I just added `pip install svg.path` to `setup_ubuntu.sh`. JP