diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-04 14:14:26 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-04 14:14:26 (GMT) |
commit | 7d58abe41ab862a2a3f0dbf3a88680c113ddee1d (patch) | |
tree | 252b6843e423ee7ef051004b1e32cf8e9413ae3d /parameters.scad | |
parent | 7a57e259ab38d2bf92ac7b1a897637f0ccf82026 (diff) |
add hdd frontal standout
So that hard drives can be grabbed without obstruction of the
connector structures.
Diffstat (limited to 'parameters.scad')
-rw-r--r-- | parameters.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parameters.scad b/parameters.scad index daea23a..a1f1b2e 100644 --- a/parameters.scad +++ b/parameters.scad @@ -8,6 +8,9 @@ cooling_height = 10; // thickness of the support bar bar_thickness = 10; +// length hdd is standing out to be grabbed +hdd_standout = 25; + // outer diameter of thread rod and nut used for support rod_diameter = 4; nut_diameter = 6; |