cad-recode / train /batch_12 /120004.py
filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-20,0,0))
r=w0.sketch().push([(-24,13)]).circle(2).push([(22,9)]).circle(28).finalize().extrude(25).union(w0.workplane(offset=41/2).moveTo(-30,-17).cylinder(41,20))