diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-04 11:42:54 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-04 11:42:54 (GMT) |
commit | 9eeb7724efed6a8f960713120b3ffd002950049d (patch) | |
tree | c66d8240267c3b449ec9bd43a88acd5bff179fff /parameters.scad | |
parent | c6c73e8c8c7dca865a1bc3937e62b5fa33dd36f7 (diff) |
add nut hole on bottom
Otherwise the structure would stand on a single nut.
Diffstat (limited to 'parameters.scad')
-rw-r--r-- | parameters.scad | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parameters.scad b/parameters.scad index f95d757..cd4f964 100644 --- a/parameters.scad +++ b/parameters.scad @@ -4,8 +4,10 @@ cooling_height = 10; // thickness of the support bar bar_thickness = 10; -// diameter of thread rod used for support +// outer diameter of thread rod and nut used for support rod_diameter = 4; +nut_diameter = 6; +nut_height = 3; // dimensions of HDDs; not model-specific; current values are fake hdd_width = 80; |