filapro's picture
add data
4696421
raw
history blame
304 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,32))
r=w0.sketch().push([(-94.5,35.5)]).rect(11,89).reset().face(w0.sketch().segment((86,-80),(100,-80)).segment((100,-67)).arc((93,-69),(86,-69)).close().assemble()).finalize().extrude(-70).union(w0.workplane(offset=6/2).moveTo(2,0).cylinder(6,36))