filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('YZ',origin=(16,0,0))
r=w0.workplane(offset=-41/2).moveTo(6.5,24.5).box(31,5,41).union(w0.sketch().push([(-37,-9.5)]).rect(26,39).push([(45,22)]).circle(5).finalize().extrude(-7)).union(w0.workplane(offset=8/2).moveTo(6,25).cylinder(8,4))