painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
160 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-49,0,0))
r=w0.sketch().push([(-75.5,-55.5)]).rect(49,9).push([(90.5,29)]).rect(19,62).finalize().extrude(98)