filapro's picture
add data
4696421
raw
history blame
181 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,4))
r=w0.workplane(offset=-94/2).moveTo(32.5,-62).box(35,76,94).union(w0.workplane(offset=85/2).moveTo(-20,48).box(60,104,85))