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('YZ',origin=(6,0,0))
r=w0.workplane(offset=-94/2).moveTo(17,40).cylinder(94,60).union(w0.sketch().push([(-34,-57)]).circle(43).circle(22,mode='s').finalize().extrude(82))