filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-26))
w1=cq.Workplane('ZX',origin=(0,-20,0))
r=w0.workplane(offset=15/2).moveTo(19,-30).cylinder(15,20).union(w0.sketch().push([(-27,-15)]).rect(12,30).rect(6,4,mode='s').push([(-7,38.5)]).rect(36,23).finalize().extrude(52)).union(w1.workplane(offset=22/2).moveTo(-14,-27).cylinder(22,12))