From: Ian Jackson Date: Sun, 8 Oct 2017 00:55:37 +0000 (+0100) Subject: poster-tube-lid: wip BayonetCutout X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3cb91f7c6c3b7c44cfac7a8c40acba7491b951a2;p=reprap-play.git poster-tube-lid: wip BayonetCutout --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 8c53a57..a30a1b4 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -46,7 +46,7 @@ bayo_entry_ramp = bayo_entry + bayo_interf; rivet_entry_width = rivet_width + side_rivet_gap; $fs=0.5; -$fa=5; +$fa=1; // bayonet definition @@ -111,7 +111,15 @@ module MainProfile(){ } module BayonetCutout(){ - polygon(bayo_polygon); + offset = 5; + intersection(){ + translate([offset, -10, 0]) + rotate([90,0,0]) + linear_extrude(height= main_dia*2) + polygon(bayo_polygon); + translate([0,0, -25]) + cylinder(h=50, r= main_dia/2 + rivet_tall); + } } module ProfilesDemo(){