filapro's picture
add data
4696421
raw
history blame
190 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(64,0,0))
r=w0.workplane(offset=-129/2).moveTo(-19,30.5).box(86,139,129).union(w0.workplane(offset=-116/2).moveTo(0,-35.5).box(132,129,116))