filapro's picture
add data
4696421
raw
history blame
185 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-9,0,0))
r=w0.workplane(offset=-90/2).moveTo(-68,-24).cylinder(90,32).union(w0.workplane(offset=109/2).moveTo(62,5.5).box(76,101,109))