filapro's picture
add data
4696421
raw
history blame
225 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,15))
r=w0.sketch().push([(2,21)]).circle(28).push([(3,28)]).circle(17,mode='s').finalize().extrude(-115).union(w0.workplane(offset=85/2).moveTo(-7.5,-30.5).box(45,37,85))