filapro's picture
add data
4696421
raw
history blame
184 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-100,0,0))
r=w0.workplane(offset=62/2).moveTo(67,-45).cylinder(62,20).union(w0.workplane(offset=200/2).moveTo(-71,21).box(32,88,200))