From 9dce1306bc218f9650fb4d1a159860fa0fcf9e78 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Oct 2021 12:16:40 +0100 Subject: [PATCH] lock-inframe-bracket: wip taller stronger Signed-off-by: Ian Jackson --- lock-inframe-bracket.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lock-inframe-bracket.scad b/lock-inframe-bracket.scad index 09fe5c9..b7804d8 100644 --- a/lock-inframe-bracket.scad +++ b/lock-inframe-bracket.scad @@ -14,7 +14,7 @@ backflange_hole_dy = -1; lockshaft_dia = 14.35; cliprecess_h = 16; -total_h = 45; +total_h = 75; back_gap = 12.5; main_th = 4.50; @@ -202,7 +202,7 @@ module MainPlan(){ ////toplevel lockshaft_or = lockshaft_r + [clip_th,clip_th]; cliprecess_ymax = cliprecess_h - lockshaft_r[1]; -clip_ymin = cliprecess_ymax - total_h; +clip_ymin = cliprecess_ymax - main_h; clip_ogap = clip_gap + clip_th*2; module ClipElevationPositive(){ @@ -262,7 +262,7 @@ module ThroughHoles(){ ThroughHole( clipbolt_dia/2, lock_0y + lock_d/2 + clip_d/2 + front_th/2, - total_h - cliprecess_h - clip_th - clip_d/2 ); + main_h - cliprecess_h - clip_th - clip_d/2 ); } module MainPositive(){ -- 2.30.2