-
Snippet:
```
import cadquery as cq
from cadquery import Vector
from cadquery import exporters
wp = cq.Workplane('front')
if True:
# --- simple union example ---
sp1 = wp.sphere(r…
-
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…
-
Can sketches be exported to SVGs? I'm running this program:
```
import cadquery as cq
result = cq.Workplane("front").sketch().circle(1).parent
result.exportSvg('test.svg')
```
This is th…
-
Currently the custom parts `don1_board_top` and `don1_board_bottom` are stored as STEP files exported from FreeCAD.
They need to be replaced with some human readable format like OpenSCAD to enable co…
-
Hello,
I have noticed that if I have in a file 'file1.py' a function like this this :
```
import cadquery as cq
def make_cylinder(radius):
cyl = cq.Workplane().circle(5).extrude(10)
try…
-
It looks like [this example](https://github.com/CadQuery/cadquery-contrib/blob/master/examples/3D_Printer_Extruder_Support.py) was broken in the transition to PythonOCC. It fails in both CQ-editor and…
-
To prepare for future workflows we need a Brep file of the Cad geomentry.
This can be produced using the PPP https://github.com/ukaea/parallel-preprocessor
The future workflows this could be use…
-
Hi,
I’ve just started to discover open source modeling programs (Gmsh,FreeCad,Cadquery).I wonder , does cadquery has capability of fragment operation like Gmsh and FreeCad ?
thx
-
Hi,
the [`project`](https://build123d.readthedocs.io/en/latest/operations.html#operations_generic.project) function silently generates an unusable `Compound` when trying to `project(some_solid)`.. …
-
Related to https://github.com/adam-urbanczyk/cadquery/pull/6