diff options
Diffstat (limited to 'parameters.scad')
-rw-r--r-- | parameters.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameters.scad b/parameters.scad index f437c46..d130b40 100644 --- a/parameters.scad +++ b/parameters.scad @@ -64,6 +64,8 @@ epsilon = 0.0001; tray_width = hdd_width + vrail_width/2; tray_height = hdd_height + hrail_height; +connector_width = vrail_width - 2*(1 + rail_thickness); + /// COMMON FUNCTIONS // they do not belong here but are not enough to warrant a seperate |