diff options
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); |