-
Whilst I mostly 3D print and make things in OpenSCAD (and love it), if I want anything CNC / Laser cut I generally have to switch to using another CAD program (e.g. cadquery, or Fusion360[^1]) as Open…
-
Hi roipoussiere
I have been using OpenSCAD in VSCodium for a while now, however, as my models become more complex, I am running into performance issues, so I decided to give CadQuery a whirl. I fol…
-
Hi, very cool Project!
Don't know if you know the CadQuery framework, but they have very powerful selectors. Maybe they would also fit for CascadeStudio.
[https://cadquery.readthedocs.io/en/latest/…
-
I'm working on https://github.com/CadQuery/cadquery/pull/694 and I'd like to test if the resulting splines allow to calculate an 2D offset curve. Which of the profiles should I use for testing?
-
Hey all,
Has anyone considered submitting the CadQuery project to [NumFOCUS' Fiscal Sponsorship Program](https://numfocus.org/projects-overview)?
For those unaware NumFOCUS is the organisati…
noce2 updated
3 years ago
-
I am trying to run the debugger for my code. The editor works for the normal "run" mode but when I turn on the debugger, it can't find local files.
```python
import cadquery as cq
from top_plate …
f0lie updated
2 years ago
-
Simple example:
```py
import cadquery as cq
r = 0.5 # Radius of the helix
p = 0.4 # Pitch of the helix - vertical distance between loops
h = 2.4 # Height of the helix - total height
# Hel…
-
Related to https://github.com/adam-urbanczyk/cadquery/pull/6
-
Hi, thanks for creating this resource! I'm very new to cadquery and not very used to Jupyter Notebooks either, so I'm probably doing several things wrong, sorry to take your time.
I'm using Firefox…
-
1. I installed cq-editor and cadquery
2. started cq-editor for the first time
3. it showed me some sample code.
4. I changed it, added some symbols in my native language as comment
5. and tried t…