-
Running
```sh
conda install -c cadquery -c conda-forge cq-editor=master
```
fails with
```
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initi…
-
Hi All,
I am trying to get CQ editor running. I followed the instructions for installation with a new environment (win10).
- conda install -c conda-forge -c cadquery cadquery=master
Here pyth…
-
@jdegenstein has kindly addressed the upstream issue with CQ not having build wheels for Apple Silicon.
Would you be willing to update this plugin to take advantage of the new build wheels, so that …
-
I understand from reading other issue threads that this project is transitioning to cadquery 2.
I'm curious if there is any way to use it in the interim. I've not been successful with installing a …
-
`exec` fails with simple (an natural) approaches:
```python
import cadquery as cq
l = 1
w = 2
h = 3
def box():
return cq.Workplane().box(l, w, h).edges().fillet(0.1)
show(box())
`…
-
**Issue by [jmwright](https://github.com/jmwright)**
_Wednesday May 09, 2018 at 14:55 GMT_
_Originally opened as https://github.com/dcowden/cadquery/issues/263_
----
This issue began over on the Go…
-
I have a python file that emits a .STEP file. I am trying to make this into an .exe file. It is been quite a headache in doing so.
What is proper way of making a .exe file using CADQUERY in pyinstal…
-
Currently if we want to output an STL, a STEP and a GLB we have to run all cq-cli 3 times. However as `main.py` runs cadquery to get the build result and then passes it into the codec, it would be pos…
-
We could do with 3d models for some of the missing components.
I don't think we should do every component but could do with updating the [/docs/source/paramak.parametric_components.rst](https://git…
-
conda create -n cq-editor
conda activate cq-editor
conda install -c cadquery -c conda-forge cq-editor=master
I have been trying for sometime now to install and run the (cq-editor) as shown above.…
gtdun updated
4 years ago