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=(-27,0,0))
r=w0.workplane(offset=-25/2).moveTo(-39,-62).cylinder(25,38).union(w0.sketch().push([(50,3.5)]).rect(54,59).push([(48,98)]).circle(2).finalize().extrude(80))