filapro's picture
add data
4696421
raw
history blame
267 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,5))
r=w0.sketch().push([(32,-17.5)]).rect(136,137).push([(32,-17)]).circle(23,mode='s').finalize().extrude(-102).union(w0.sketch().push([(-94,80)]).circle(6).push([(32.5,-17)]).rect(37,20).finalize().extrude(92))