filapro's picture
add data
4696421
raw
history blame
287 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-22))
r=w0.sketch().push([(37,-37)]).circle(18).push([(25,-45)]).circle(2,mode='s').finalize().extrude(-78).union(w0.sketch().segment((-55,26),(-33,21)).segment((-26,49)).segment((-55,55)).close().assemble().finalize().extrude(122))