chiark / gitweb /
lock-inframe-bracket: fix mount screw holes for backflange_angle
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 19 Sep 2018 09:25:57 +0000 (10:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 19 Sep 2018 09:25:57 +0000 (10:25 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
lock-inframe-bracket.scad

index 376662eb0d55bcab7b0f8c5e8b70e6cf9ae53dc1..01357e3177e9f3f3319d71832d38e66228523389 100644 (file)
@@ -219,9 +219,10 @@ module ThroughHole(r, y, z) {
 
 module ThroughHoles(){
   for (z=[ 1/4, 3/4 ]) {
-    ThroughHole( mountscrew_dia/2,
-                -tube_or -0.5*backflange_d,
-                total_h * z );
+    rotate([0,0, backflange_angle])
+      ThroughHole( mountscrew_dia/2,
+                  -tube_or -0.5*backflange_d,
+                  total_h * z );
   }
 
   ThroughHole( clipbolt_dia/2,