From: Ian Jackson Date: Tue, 12 Oct 2021 11:16:40 +0000 (+0100) Subject: lock-inframe-bracket: wip taller stronger X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9dce1306bc218f9650fb4d1a159860fa0fcf9e78;p=reprap-play.git lock-inframe-bracket: wip taller stronger Signed-off-by: Ian Jackson --- 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(){