]> git.armaanb.net Git - atreides.git/commitdiff
Consider hand separation when placing cable screws
authorDonald Curtis <milkypostman@users.noreply.github.com>
Tue, 9 Aug 2016 02:38:07 +0000 (19:38 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2016 02:38:07 +0000 (19:38 -0700)
When increasing the hand_separation screw holes near the USB hole were getting farther apart but the cut for the usb hole is fixed. As the hands separate the screw holes need to be negatively offset.

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() {