painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
218 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(34,0,0))
r=w0.sketch().push([(-39,67)]).circle(33).push([(10,-38)]).rect(8,86).finalize().extrude(-69).union(w0.workplane(offset=-44/2).moveTo(10,-38).cylinder(44,62))