filapro's picture
add data
4696421
raw
history blame
183 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-71))
r=w0.workplane(offset=25/2).moveTo(33,-87).cylinder(25,13).union(w0.workplane(offset=143/2).moveTo(-12,69).box(68,62,143))