filapro's picture
add data
4696421
raw
history blame
184 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-4,0,0))
r=w0.workplane(offset=-66/2).moveTo(-52,17).cylinder(66,48).union(w0.workplane(offset=74/2).moveTo(46,-17.5).box(108,95,74))