diff options
-rw-r--r-- | tray.scad | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -61,7 +61,6 @@ module back() { module ccube(x) cube(x, center=true); module tray(D, power_hole=true, straps=true, inlet=[-1,1], rail=true, support_bar=true) -//translate([0, D/2, H/2]) union() { difference() { union() { @@ -85,7 +84,7 @@ union() { for (i = [-0.65, -0.12, 0.25, 0.65]) for (k = [-1, 1]) translate([i*hdd_width/2, 0, k*(hrail_height/2 - SH/2)]) - strap_hole(); + strap_hole(D); // vertical strap holes for (i = [-1, 1]) |