filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,27))
r=w0.workplane(offset=-55/2).moveTo(-32,5).box(6,70,55).union(w0.sketch().segment((-50,-19),(48,-40)).segment((50,-32)).arc((35,-26),(22,-19)).close().assemble().finalize().extrude(-34))