Lorenz

Results 35 issues of Lorenz

In focusing on the color fix of PR #1157, I may have overlooked the importance of this comment as no tests had failed: https://github.com/CadQuery/cadquery/issues/1170#issuecomment-1268792075 There is a bug (regression) when...

bug
assembly

I did not expect this result from the sweep. ```py import cadquery as cq from cadquery.occ_impl.shapes import * path = cq.Wire.makeHelix(2, 6, 4) e1 = segment((4, 0, 0), (4, 0,...

free func

PR #1549 added `fillet` with docstring that says "Currently only open wires are supported". PR #1573 added support for closed wires but the docstring was not update. There is also...

Add option to set scaling based on model dimension instead of autoscale. Change default projection to match cq-editor. Add option and set default "up" direction so it does not flip...

There is a new `Toggle Comment` item under the Edit menu and shortcut key. I'd suggest to disable the feature when the Editor widget is not visible for users of...