cad-recode / train /batch_20 /200002.py
filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,19))
r=w0.workplane(offset=-38/2).moveTo(5,11).cylinder(38,39).union(w0.sketch().push([(-40,-46)]).circle(4).push([(-39.5,-46)]).rect(5,4,mode='s').finalize().extrude(-10))