From 67b175140dd97b90583150ac41080018b0f8dafb Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 20 Feb 2015 11:05:22 +0100 Subject: change strap positions to avoid collision with other features diff --git a/tray.scad b/tray.scad index df0ab3c..25343bf 100644 --- a/tray.scad +++ b/tray.scad @@ -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); -- cgit v0.10.1