painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
207 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,24))
r=w0.workplane(offset=-53/2).moveTo(71.5,-1).box(57,90,53).union(w0.sketch().push([(-76,22)]).circle(24).rect(40,8,mode='s').finalize().extrude(5))