From ea6f2638d9a4dd36fa06397d1d8e97fb030fb8f6 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Thu, 19 Feb 2015 17:28:18 +0100 Subject: fix straps diff --git a/tray.scad b/tray.scad index 9ea7f60..b34fb7c 100644 --- a/tray.scad +++ b/tray.scad @@ -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]) -- cgit v0.10.1