painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
222 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-13,0,0))
r=w0.sketch().push([(-76,55)]).circle(24).push([(52.5,-15.5)]).rect(95,115).finalize().extrude(8).union(w0.workplane(offset=26/2).moveTo(69,-52).cylinder(26,27))