filapro's picture
add data
4696421
raw
history blame
201 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-71))
r=w0.sketch().arc((-90,-56),(-28,7),(-90,70)).close().assemble().finalize().extrude(137).union(w0.workplane(offset=143/2).cylinder(143,100))