From a036ac75004cc45f9f0b8741c46c0395bfd1116c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Nov 2018 22:18:43 +0000 Subject: [PATCH] poster-tube-lid: catch: set catch_pin_slop_x_extra to 0 Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 641b05d..525db2b 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -82,7 +82,7 @@ catch_stem_len = 50; catch_stem_th = 3; catch_pin_slop = 0.25; // each side, and above -catch_pin_slop_x_extra = 0.25; // only on one side +catch_pin_slop_x_extra = 0.0; // only on one side catch_stalk_above_gap = 1.5; catch_stalk_eff_bend_rad = catch_stem_len * 0.75; -- 2.30.2