filapro's picture
add data
4696421
raw
history blame
185 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-42,0,0))
r=w0.sketch().push([(-70.5,-54)]).rect(59,18).push([(-44,40)]).circle(23).push([(86,-18)]).circle(14).finalize().extrude(85)