filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,15))
r=w0.sketch().push([(6,-18.5)]).rect(88,57).push([(-26,-28)]).circle(5,mode='s').finalize().extrude(-47).union(w0.sketch().segment((-50,-9),(-23,11)).segment((-50,47)).close().assemble().finalize().extrude(-5)).union(w0.sketch().push([(6,-18.5)]).rect(76,7).push([(6,-19)]).rect(2,6,mode='s').push([(19,-17)]).circle(2,mode='s').finalize().extrude(16))