filapro's picture
add data
4696421
raw
history blame
248 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-74,0))
r=w0.sketch().segment((-59,-70),(-46,-100)).segment((-26,-91)).segment((-38,-61)).close().assemble().finalize().extrude(13).union(w0.workplane(offset=148/2).moveTo(52,93).cylinder(148,7))