]> git.armaanb.net Git - atreides.git/commitdiff
Merge pull request #24 from milkypostman/patch-1
authorPhil Hagelberg <technomancy@gmail.com>
Wed, 10 Aug 2016 15:13:34 +0000 (22:13 +0700)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2016 15:13:34 +0000 (22:13 +0700)
Consider hand separation when placing cable screws

case/openscad/atreus_case.scad

index 9fcb0117ffc8caf3d8cf5175f01bb0cbbdbbcbe8..5af4adfa36a5dc3ecd78354f148ee40241918cf2 100644 (file)
@@ -222,7 +222,7 @@ module right_screw_holes(hole_radius) {
   }
 
   /* add the screw hole near the cable hole */
-  translate([washer_radius - tmp[0],
+  translate([washer_radius - tmp[0] - 0.5*hand_separation,
              back_screw_hole_offset]) {
     rotate_half() {
       add_hand_separation() {