-
Hi @Shimwell
You can build different parts of a Dockerfile by target, which enables you to specify whether to build the final image, or just the dependencies, e.g.
```bash
docker build . --targe…
-
## To Reproduce
Here's the cadquery script I am using. Rendering this causes CQ-Editor to segfault.
```python
import cadquery as cq
start_radius = 30
slot_size = 7
slot_inset = 10
length …
-
We run Flask app that converts step files to stl for further processing. When we were testing the app we noticed that when supplied with manually broken step file, the cadquery library _crash_ gracefu…
-
I think it would be nice providing an AppImage for Linux. I think AppImage suits better than flatpak/snap for CQ-editor. And it is easier to create it (this is my first AppImage; I just leart how to d…
-
* taperable_helix version: 0.8.9
* Python version: 3.7
* Operating System: Linux
### Code coverage is not 100%
The reason is that there is an extraenous "if" statement that
can't be tested. T…
-
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…
-
When I use CadQuery for a specific project I always start by creating an environment where CadQuery and CQ-editor are pinned to specific commits (and sometimes a commit is from my fork instead of the …
-
Hey, would you consider working on/with https://github.com/CadQuery/cadquery/issues/1684 ? IDK yet what the architecture of it should be, but it would be nice to be able to have visualization-layer ag…
-
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…