filapro's picture
add data
4696421
raw
history blame
182 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-23))
r=w0.sketch().rect(132,188).rect(108,4,mode='s').finalize().extrude(42).union(w0.workplane(offset=46/2).cylinder(46,100))