From ba927e2daa46673b81e7a0b3982823fef11e79d3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Nov 2018 22:41:41 +0000 Subject: [PATCH] poster-tube-lid: catch: Introduce (and vary) catch_head_th Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(){ -- 2.30.2