painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
196 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(93,0,0))
r=w0.workplane(offset=-193/2).cylinder(193,6).union(w0.sketch().rect(114,48).push([(-25,-2)]).circle(14,mode='s').finalize().extrude(7))