filapro's picture
add data
4696421
raw
history blame
286 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-36))
r=w0.sketch().push([(-39.5,80)]).rect(19,40).push([(-44,66)]).circle(4,mode='s').finalize().extrude(63).union(w0.sketch().segment((31,-91),(42,-100)).segment((49,-92)).arc((40,-92),(31,-91)).assemble().finalize().extrude(72))