filapro's picture
add data
4696421
raw
history blame
208 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(6,0,0))
r=w0.workplane(offset=-94/2).moveTo(17,40).cylinder(94,60).union(w0.sketch().push([(-34,-57)]).circle(43).circle(22,mode='s').finalize().extrude(82))