filapro's picture
add data
4696421
raw
history blame
184 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,100,0))
r=w0.workplane(offset=-200/2).moveTo(-58,47).cylinder(200,23).union(w0.workplane(offset=-26/2).moveTo(8,0).cylinder(26,73))