From 73fb44a0e7c4ff8dda95697441607d4d037569bd Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 20 Feb 2015 11:06:36 +0100 Subject: change default params: more disks, more compact 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; -- cgit v0.10.1