filapro's picture
add data
4696421
raw
history blame
364 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(3,0,0))
r=w0.sketch().segment((6,-36),(11,-36)).segment((13,-15)).segment((7,-15)).close().assemble().push([(10,-22)]).circle(2,mode='s').finalize().extrude(-103).union(w0.workplane(offset=70/2).moveTo(7,-52.5).box(82,13,70)).union(w0.sketch().push([(-45,56)]).circle(3).circle(2,mode='s').finalize().extrude(97))