painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
233 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-100,0,0))
r=w0.sketch().push([(5,-47.5)]).rect(188,99).push([(52,-29)]).circle(22,mode='s').finalize().extrude(125).union(w0.workplane(offset=200/2).moveTo(-50,48).cylinder(200,49))