chiark / gitweb /
lock-inframe-bracket: Fix front hole position
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 14:37:57 +0000 (15:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 14:37:57 +0000 (15:37 +0100)
lock-inframe-bracket.scad

index 0fa9d5ce26b2f4c5ab8fead1a27e89458fbe1352..afe3beb3d1422ceb34e9b8f7b6b72e4f2d76b591 100644 (file)
@@ -124,7 +124,7 @@ module ThroughHoles(){
   }
 
   ThroughHole( clipbolt_dia/2,
-              lock_0y + lock_d/2 + clip_d/2,
+              lock_0y + lock_d/2 + clip_d/2 + front_th/2,
               total_h - cliprecess_h - clip_th - clip_d/2 );
 }