From: Ian Jackson Date: Tue, 27 Nov 2018 22:41:41 +0000 (+0000) Subject: poster-tube-lid: catch: Introduce (and vary) catch_head_th X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ba927e2daa46673b81e7a0b3982823fef11e79d3;hp=d704f7527a6e2c87c232b6b6767431b4ef7947d7;p=reprap-play.git poster-tube-lid: catch: Introduce (and vary) catch_head_th Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 88c0c58..d6190d8 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -79,6 +79,7 @@ sm_closure_cnr = 3.0; catch_stalk_h = 3; catch_stalk_len = 50; +catch_head_th = 3; catch_pin_slop = 0.25; // each side, and above catch_pin_slop_x_extra = 0.0; // only on one side @@ -625,7 +626,7 @@ module CatchCore(){ /////toplevel linear_extrude(height=catch_strap_thick, convexity=10) CatchAssemblyCoreProfile(); - linear_extrude(height=catch_strap_thick, convexity=10) + linear_extrude(height=catch_head_th, convexity=10) CatchHeadProfile(); translate(concat(cppB,[0])) hull(){