filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-3,0))
w1=cq.Workplane('ZX',origin=(0,-18,0))
r=w0.sketch().push([(-32,-36)]).circle(6).push([(-31.5,-36)]).rect(11,4,mode='s').push([(25,29)]).circle(13).finalize().extrude(-47).union(w0.sketch().push([(7,15)]).rect(40,28).circle(6,mode='s').finalize().extrude(-18)).union(w0.workplane(offset=53/2).moveTo(7,15).cylinder(53,12)).union(w1.workplane(offset=-12/2).moveTo(7,14.5).box(48,53,12))