filapro's picture
add data
4696421
import cadquery as cq
w0=cq.Workplane('YZ',origin=(38,0,0))
w1=cq.Workplane('YZ',origin=(69,0,0))
r=w0.workplane(offset=-108/2).moveTo(-42,41).cylinder(108,43).union(w0.workplane(offset=5/2).moveTo(33,-17).cylinder(5,67)).union(w1.sketch().push([(-85,41)]).rect(30,36).push([(-86.5,38.5)]).rect(25,27,mode='s').finalize().extrude(-63))