filapro's picture
add data
4696421
raw
history blame
245 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(48,0,0))
w1=cq.Workplane('ZX',origin=(0,-57,0))
r=w0.workplane(offset=-97/2).moveTo(54,8).cylinder(97,46).union(w1.sketch().push([(-38,7)]).circle(16).circle(8,mode='s').finalize().extrude(-43))