-
When following the instructions in the readthedocs, the following line fails:
```
mamba install -c fusion-energy -c cadquery -c conda-forge paramak=0.8.7
```
with the following output:
```
Could…
-
On https://cadquery.readthedocs.io/en/latest/_static/cadquery_cheatsheet.html , seems to lead to http://store.parametricparts.com/... and are broken.
Running smth like https://wummel.github.io/link…
-
Thanks for creating Jupyter CadQuery
Just wondering if there is any scope to add a measurement feature that allows one to measure between two faces.
Many thanks
-
Hey,
I tried to cut the text in a solid, using a custom font, but the upper face breaks. I tried three fonts:
- Quicksand-Bold.ttf
- Comfortaa-Bold-tff
- Nunito.ttf
All have the same effec…
-
Currently the custom parts `don1_board_top` and `don1_board_bottom` are stored as STEP files exported from FreeCAD.
They need to be replaced with some human readable format like OpenSCAD to enable co…
-
When I create a thread with certain parameters and union it with a plate, the thread (or the plate) disappears.
Here is the minimal code that shows the issue.
```
import cadquery as cq
from cq_war…
-
Would you be willing to accept a PR implementing auto-code-formatting, like in [cadquery issue #244](https://github.com/CadQuery/cadquery/issues/244).
-
Installed CadQuery and cq-editor as prescribed.
> conda activate base
> cq-editor
Namespace(filename=None)
Nothing further happens.
-
I think I should be able to reverse an edge with `e.wrapped.Reversed()`.
```python
>>> e = cq.Edge.makeLine(cq.Vector(0, 0, 0), cq.Vector(0, 0, 1))
>>> e_rev = cq.Edge(e.wrapped.Reversed())
```
…
-
The current OCP GeomLib_Tool.Parameter_s function stores the computed result in the 4th reference argument U and returns a bool indicating success.
https://github.com/CadQuery/OCP/blob/036b08c13652…