filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-12,0,0))
w1=cq.Workplane('XY',origin=(0,0,-6))
r=w0.sketch().push([(31,30)]).rect(16,40).push([(30.5,30.5)]).rect(5,13,mode='s').finalize().extrude(9).union(w1.sketch().push([(4.5,-31)]).rect(15,16).push([(-3,-35)]).circle(1,mode='s').finalize().extrude(-44))