filapro's picture
add data
4696421
raw
history blame
208 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-9,0))
r=w0.workplane(offset=-91/2).moveTo(-68,34).cylinder(91,17).union(w0.sketch().push([(25,0)]).circle(60).circle(55,mode='s').finalize().extrude(109))