Joris

Results 6 issues of Joris

I think it would be really great if this project would fit inside a regular wall mounted dimmer enclosure: ![image](https://user-images.githubusercontent.com/5098411/162392887-2d9f4db1-ad2a-46b7-9c9f-04d3de2189df.png) The shafts are standardized, and you would be able to...

enhancement
type: mechanical

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...

tests are missing

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

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) # ->...

bug