filapro's picture
add data
4696421
raw
history blame
182 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-3,0))
r=w0.workplane(offset=-38/2).moveTo(60,-2).cylinder(38,40).union(w0.workplane(offset=44/2).moveTo(-76,18).cylinder(44,24))