painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
216 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,22))
r=w0.sketch().push([(-6,35)]).circle(25).push([(56,-85)]).circle(15).finalize().extrude(-115).union(w0.workplane(offset=70/2).moveTo(-6,35).cylinder(70,65))