summaryrefslogtreecommitdiff
path: root/parameters.scad
blob: f95d757ed02f7ab59c7dbe6c864af830b8943689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// space above hdd available for air flow
cooling_height = 10;

// thickness of the support bar
bar_thickness = 10;

// diameter of thread rod used for support
rod_diameter = 4;

// dimensions of HDDs; not model-specific; current values are fake
hdd_width = 80;
hdd_height = 30;
hdd_length = 100;

// dimensions of the L-shaped rail between front and back
rail_width = 15;
rail_height = rail_width;
rail_thickness = 1;

// dimension of a single hdd tray (hdd + space around)
tray_height = hdd_height + cooling_height + rail_thickness;
tray_width = hdd_width + bar_thickness;

pla_epsilon = 0.1;
contact: Jan Huwald // Impressum