Lorenz
Lorenz
* exporters.export add "ascii" (or "ASCII") options dict * Shape.exportStl add "ascii" bool param * fix corrupt docstrings/typos in shapes.py
Feature - Add Sketch methods #1102.
Fix docstring corruption (invalid reStructuredText which also breaks HTML docs) in shapes.py and some cleanup.
Now that the code includes type hints, an additional return value field in the docstring is redundant. When reading the code itself, the type hint shows the return type. The...
The code now includes type hints. The docstring specifying say ```:type myparam: str``` is redundant and could be removed. In some cases, such as, ```Workplane.vertices``` the field elaborates on the...
This is a bug in the sphinx multimethod customization. Here the ```extrudeLinearWithRotation``` param description of ```:param vecCenter``` is multiline. The field list is corrupted. 
Another sphinx customization bug. Need to ensure self is inserted only once. Here for dprism: 
I found a few doc bugs introduced with the sphinx multimethod customization #1088. Here three signatures are displayed where only two are expected: 
In the old Discord, @adam-urbanczyk had mentioned the idea of adding `val`, `vals` to `Sketch`. I'm opening this issue to track the enhancement. IIUC it would work similar to the...
``` import cadquery as cq w, l, h = 50, 20, 15 lsnap = 8 rsnap = 0.5 s = cq.Sketch().circle(rsnap) b = ( cq.Workplane() .box(w, l, h) .tag("box") .faces("