diff options
-rw-r--r-- | parameters.scad | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/parameters.scad b/parameters.scad index d8b36e3..065dd5a 100644 --- a/parameters.scad +++ b/parameters.scad @@ -2,14 +2,14 @@ // size of the array num_hdd_x = 4; -num_hdd_y = 4; +num_hdd_y = 5; /// PRIMARY DIMENSIONS // width of vertical and horizontal bars vrail_width = 15; -hrail_height = 15; +hrail_height = 14.5; // depth of front and back front_depth = 15; @@ -49,6 +49,8 @@ tray_length = hdd_length - hdd_standout; /// OPENSCAD HACKS +$fn = 180; + // a length larger than any constructed feature; use to simulate // infinitely long structures (for difference operations) large = 1000; |