filapro's picture
add data
4696421
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-4,0,0))
w1=cq.Workplane('YZ',origin=(37,0,0))
r=w0.workplane(offset=-20/2).moveTo(11,0).cylinder(20,89).union(w1.sketch().push([(-47.5,-67)]).rect(105,8).push([(-48,-67)]).circle(3,mode='s').finalize().extrude(-74))