filapro's picture
add data
4696421
raw
history blame
269 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,75,0))
r=w0.sketch().push([(-32,-32)]).circle(68).push([(82,-36)]).circle(18).finalize().extrude(-151).union(w0.sketch().push([(-66.5,82.5)]).rect(17,35).push([(-67,82)]).rect(16,10,mode='s').finalize().extrude(-69))