filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-16,0))
w1=cq.Workplane('ZX',origin=(0,4,0))
r=w0.workplane(offset=-34/2).moveTo(-36.5,-26.5).box(1,45,34).union(w0.workplane(offset=-31/2).moveTo(-37,-26).cylinder(31,11)).union(w1.workplane(offset=46/2).moveTo(45,46).cylinder(46,3))