filapro's picture
add data
4696421
raw
history blame
177 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(3,0,0))
r=w0.sketch().rect(34,14).circle(2,mode='s').finalize().extrude(-103).union(w0.workplane(offset=97/2).cylinder(97,13))