filapro's picture
add data
4696421
raw
history blame
182 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-49,0,0))
r=w0.workplane(offset=98/2).moveTo(-8,-41).box(122,118,98).union(w0.workplane(offset=99/2).moveTo(56.5,92).box(25,16,99))