filapro's picture
add data
4696421
raw
history blame
262 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-94,0,0))
r=w0.sketch().segment((-29,-100),(28,-100)).segment((28,-16)).segment((13,-57)).segment((-29,-41)).close().assemble().finalize().extrude(6).union(w0.workplane(offset=188/2).moveTo(0,93).box(58,14,188))