chiark / gitweb /
lock-inframe-bracket: wip taller stronger
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Oct 2021 11:16:40 +0000 (12:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Oct 2021 11:16:40 +0000 (12:16 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
lock-inframe-bracket.scad

index 09fe5c99fafe7dc600ac40bcd8b79ed4de528e26..b7804d8b76213c4554a6924963132e00f4ecff0f 100644 (file)
@@ -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(){