filapro's picture
add data
4696421
raw
history blame
403 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(11,0,0))
r=w0.workplane(offset=-90/2).moveTo(-37,-78).cylinder(90,22).union(w0.sketch().segment((-45,7),(7,-7)).segment((21,45)).segment((21,42)).segment((59,46)).segment((57,71)).segment((27,67)).segment((32,86)).segment((-20,100)).close().assemble().push([(-11,87)]).circle(4,mode='s').push([(38.5,56.5)]).rect(15,19,mode='s').finalize().extrude(68))