// Trial and Error -> SOLUTION
I’ve thought a lot about the problem with circles and the outline.
Finally I managed to edit the code that I have outlines instead of circles. So, because I just want the Outline of the shape I set a noFill with a really thick line (so get a good result for the laser cutter). I also don’t want the joins to add so I set a strokeJoin(MITER) and then I finally draw the shape.
My Workflow is now:
Open my Code
fill in the Data: Steps and Distance (recorded with Google Fit)
click “play” and render the code
click on the result to save a .pdf-file
open the generated .pdf-file (which has vector graphics) in Adobe Illustrator
click on the path
click object --> path --> outline --> stroke
choose no fill and set an 0.01pt red outline for the laser-cutter/vinyl cutter
safe













