-
Doing a fresh install using the conda script fails as the cadquery package requires Python 3.9+ yet the conda pytyon version is set to 3.8.
-
First, I'm new to CAD (but not to programming). I find the OpenSCAD approach (especially when extended by BOSL2) very attractive and intuitive. However there is an important missing feature which is d…
-
### Issue Kind
Change in current behaviour
### Description
There is `partcad` package which depends on `cadquery-ocp`. Wheels for which are provided by:
* https://github.com/CadQuery/ocp-build-s…
-
cadquery and solidpython .stl output files are generally much bigger than trimesh. This is due to the different default accuracy settings.
Particularly,
* 'T-splinerev.stl' (trimesh): ~80kB
* '…
bat52 updated
2 weeks ago
-
I followed these steps to get cadquery and CQ-Editor installed:
```bash
python3 -m venv ~/local/cadquery
source ~/local/cadquery/bin/activate
pip3 install --upgrade pip
pip3 install cadquery
…
-
I am trying to run the example code from the cylindrical_gear.py but get the error as below, if there is any solution I can solve this and make it start running?:
Using port 3939 taken from config …
-
```
from cadquery.occ_impl.shapes import *
base = face(rect(50, 50)) - face(rect(40, 40))
base = base.fillet2D(5, base.vertices('X')) # B
from cadquery import version
print(version('cadquery'…
-
Do you use CadQuery models for your CNC machine?
How do you generate programs from CadQuery models?
-
Hi,
I installed pipx using Homebrew:
```
> python3 --version
Python 3.12.4
> pipx --version
1.6.0
```
Then trying to install gfthings:
```
> pipx install gfthings
Fatal error from pip…
-
Hi,
Calling `project` on the individual faces of a `Box` creates wrong results or crashes.
## Reproducer
```py
from build123d import *
from ocp_vscode import *
NUM=0
box = Location((0,0…