filapro's picture
add data
4696421
raw
history blame
186 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-22,0,0))
r=w0.workplane(offset=-69/2).moveTo(58,49).cylinder(69,42).union(w0.workplane(offset=114/2).moveTo(-79,-47.5).box(42,87,114))