filapro's picture
add data
4696421
raw
history blame
304 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,65))
r=w0.sketch().push([(0,24)]).circle(76).reset().face(w0.sketch().segment((37,-3),(45,-16)).segment((60,-7)).segment((52,6)).close().assemble(),mode='s').finalize().extrude(-131).union(w0.workplane(offset=-108/2).moveTo(-7,-82).cylinder(108,18))