diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-11 11:50:56 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-11 11:50:56 (GMT) |
commit | b4f0e8ec9d2d9dd99ffcb381f9656de51ae5bf9d (patch) | |
tree | 5c835677285d4487cecaf1818b6c370be30557c4 /full_model.scad | |
parent | b9b67906c16d5bc7098161af6cc8d01d21dfecfb (diff) |
.
Diffstat (limited to 'full_model.scad')
-rw-r--r-- | full_model.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/full_model.scad b/full_model.scad index 3918d32..b0c0a2f 100644 --- a/full_model.scad +++ b/full_model.scad @@ -54,4 +54,4 @@ translate([bar_thickness + floor(num_hdd_x/2) * tray_width, -hdd_standout, bar_t color("Blue") hdd(); echo("MODEL INFO: total height = ", num_hdd_y * tray_height); -echo("MODEL INFO: total width = ", num_hdd_x * tray_width + bar_thickness); +echo("MODEL INFO: total width = ", num_hdd_x * tray_width + bar_thickness); |