filapro's picture
add data
4696421
raw
history blame
181 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-4,0,0))
r=w0.workplane(offset=-9/2).moveTo(65,22.5).box(70,79,9).union(w0.workplane(offset=18/2).moveTo(-60,-22).cylinder(18,40))