filapro's picture
add data
4696421
raw
history blame
214 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-34))
r=w0.workplane(offset=-66/2).moveTo(27,-42).cylinder(66,26).union(w0.sketch().arc((-51,68),(-38,44),(-26,68)).close().assemble().finalize().extrude(134))