painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
217 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-45,0,0))
r=w0.sketch().push([(-62,-76)]).circle(24).push([(81,95)]).circle(5).finalize().extrude(-36).union(w0.workplane(offset=126/2).moveTo(3,51).cylinder(126,26))