filapro's picture
add data
4696421
raw
history blame
227 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-65,0,0))
r=w0.workplane(offset=46/2).moveTo(-25,-42.5).box(74,115,46).union(w0.sketch().push([(14,52)]).circle(48).push([(-20,70)]).circle(7,mode='s').finalize().extrude(131))