BrachioGraph icon indicating copy to clipboard operation
BrachioGraph copied to clipboard

Importing SVGs, optimizing Paths

Open Findus23 opened this issue 4 years ago • 1 comments

While waiting for my servos to arrive (#29), I looked a bit into where to get nice things to plot from.

While creating lines from images as in linedraw.py is looking nice, I wanted something more geometric. So I created two scripts that allow creating the lines json format from simple SVG files and from G-code exported with Slic3r. After creating more scripts to minimize travel distance (there is nothing more fun than to optimize the solution to a problem one doesn't have) and creating another one to preview the final plot with turtle graphics, I thought I'd bundle them up for others to use.

https://github.com/Findus23/BrachioGraph-Utils

Sorry for creating a pseudo issue, but due to a lack of a "forum" I think this is the best way to communicate this.

Findus23 avatar Nov 04 '19 20:11 Findus23

Hey, thank you! That's really useful.

henfri avatar Mar 27 '20 18:03 henfri