painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
208 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-9,0))
r=w0.workplane(offset=-91/2).moveTo(-68,34).cylinder(91,17).union(w0.sketch().push([(25,0)]).circle(60).circle(55,mode='s').finalize().extrude(109))