painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
158 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(62,0,0))
r=w0.sketch().push([(0,-54.5)]).rect(156,91).push([(9.5,62)]).rect(51,76).finalize().extrude(-124)