diff options
Diffstat (limited to 'full_model.scad')
-rw-r--r-- | full_model.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/full_model.scad b/full_model.scad index dc9a523..e8eb6aa 100644 --- a/full_model.scad +++ b/full_model.scad @@ -46,3 +46,6 @@ for (y = [0:num_hdd_y-1]) translate([bar_thickness + floor(num_hdd_x/2) * tray_width, -hdd_standout, bar_thickness + floor(num_hdd_y/2) * tray_height]) 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); |