painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
203 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-6,0,0))
r=w0.workplane(offset=-27/2).cylinder(27,100).union(w0.sketch().segment((1,-44),(1,44)).arc((-44,0),(1,-44)).assemble().finalize().extrude(40))