diff options
author | Jan Huwald <jh@sotun.de> | 2015-02-20 10:05:22 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2015-02-20 10:05:22 (GMT) |
commit | 67b175140dd97b90583150ac41080018b0f8dafb (patch) | |
tree | 3db8310c499398170058d79a4259dd3739b74e90 /tray.scad | |
parent | c8d30e2dab7a1c513db9a76d5e00c303e960034c (diff) |
change strap positions to avoid collision with other features
Diffstat (limited to 'tray.scad')
-rw-r--r-- | tray.scad | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ union() { // notches to attach cable strap if (straps) { // horizontal strap holes - for (i = [-0.65, -0.12, 0.25, 0.65]) + for (i = [-0.55, -0.18, 0.18, 0.55]) for (k = [-1, 1]) translate([i*hdd_width/2, 0, k*(hrail_height/2 - SH/2)]) strap_hole(D); |