filapro's picture
add data
4696421
raw
history blame
379 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-39))
r=w0.workplane(offset=-43/2).moveTo(-15,42.5).box(120,115,43).union(w0.sketch().push([(43,16)]).circle(11).rect(6,2,mode='s').finalize().extrude(-38)).union(w0.sketch().push([(-26,-69)]).circle(31).push([(59,-42)]).circle(16).push([(58.5,-41.5)]).rect(25,17,mode='s').push([(54,43)]).circle(8).finalize().extrude(121))