From 037bc7abf5d11b0a963bbe6fd1a0344dc4f124d9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Nov 2018 22:42:27 +0000 Subject: [PATCH] poster-tube-lid: catch: Adjust catch_knob_height * Include catch_head_th, so catch_knob_height is relative to that * Decrease catch_knob_heeight a bit to partially compensate * Result is that knob is somewhat higher Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index d6190d8..c6a0144 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -90,7 +90,7 @@ catch_stalk_base_width = 15; catch_knob_dia = 6; catch_knob_above_gap = 8; -catch_knob_height = 6; +catch_knob_height = 5; catch_stalk_below_gap = 1.0; catch_stalk_beside_gap = 2.0; @@ -630,7 +630,7 @@ module CatchCore(){ /////toplevel CatchHeadProfile(); translate(concat(cppB,[0])) hull(){ - translate([0,0, catch_knob_height - catch_knob_dia/2]) + translate([0,0, catch_knob_height + catch_head_th - catch_knob_dia/2]) sphere(r = catch_knob_dia/2); cylinder(r = catch_knob_dia/2, h = 0.1); } -- 2.30.2