chiark / gitweb /
xeno-drivebay-bracket: RearCableProtector: diagonal screw holes
[reprap-play.git] / xeno-drivebay-bracket.scad
index 29a5f457680f453eb91765fb00b1dfd332e7df5c..1e5f4350e038aad58fa1e4a3ca3b63c3dcce4da5 100644 (file)
@@ -123,7 +123,7 @@ module RearCableProtector(){
        translate([0, 0, 0])
          cube([protwingw, protwingd, protbaset]);
        translate([protwingw/2, protwingd/2, 0])
-         rotate([0,0, lr ? 90 : 0])
+         rotate([0,0, lr ? 45 : -45])
          slothole(baseholesz, baseholeslot, baset, slop=baseholeslop);
       }
     }