Joris
Joris
I think it would be really great if this project would fit inside a regular wall mounted dimmer enclosure:  The shafts are standardized, and you would be able to...
Add optimization option to convertPathData that tries to minimize Move operations by sorting line elements to be adjecent. Particularly useful for optimizing SVG exports from some CAD data to be...
Z-Hop (and Z Hop Height) is needed for use cases like cutting or pen plotting in order to avoid travel lines: https://ultimaker.com/learn/transform-your-ultimaker-in-a-pen-plotter
See #4
Proof of concept to center toolpath on buildplate. (Added as option in configuration dialog) Not sure if this is useful for typical users, it is for me. Note: not tested...
When I import a STEP file and try to deepcopy it I get the following error: Sample file is attached. ``` filename = "sample.step" step = import_step_mod(filename) copy.deepcopy(step) # ->...