-
Just posting this here for future reference, as I couldn't find this solution anywhere in the README or in past issues on this topic.
I was able to install cadquery on my M1 Mac using the following…
-
I'm having trouble getting `parastell` installed on either MacOS (12.7.6, x86) or on my Debian machine (GNU/Linux 12, 6.1.0-28-amd64, x86). On the mac I tried following your intall instructions using…
-
cadquery-server is a great tool for people like me, that want to work with existing IDEs (like pycharm, vscode).
With the help of cadquery-server creating a CAD model feels like creating a website.
…
-
Occasionally the CI workflow under Windows fails for `testOffset2D`. Always seems to pass on rerun.
https://github.com/CadQuery/cadquery/blob/0b2a075b8c40fe3a546c23b6414a83be1de29c68/tests/test_cad…
-
script:
``` python
import cadquery
result = cadquery.importers.importDXF("D:/Machine.dxf")
```
output:
``` console
Traceback (most recent call last):
File "D:\python scripts\cadTrans.py", li…
-
See [the announcement](https://github.com/CadQuery/ocp-build-system/issues/20) on the ocp-build-system repo. You will need to download the cadquery-ocp wheel for your version of Python, and do a local…
-
∨⋌、
btw gltf specification defines that y+ is up and z+ is forward and i noticed that cadquery export does not respect this, is this something we can fix, or is it internal to occt?
-
For example, the output of
```python
import cadquery
from cadquery import cq, CQ
mwp = CQ("ZX").circle(80.0).extrude(12)
mwp = mwp.translate((99, 99, 99))
mwp = mwp.faces("
-
Same post as [here](https://github.com/dcowden/cadquery/issues/307). I can loft a 2D shape from one plane to another like this:
```
import cadquery as cq
from jupyter_cadquery.cadquery import sho…
-
Hi I just updated my machine this morning and when trying to reinstall cadquery with
pip install cadquery
I get "ERROR: Failed building wheel for nlopt". Anyone else got this experience?
KadaB updated
8 months ago