From 9b4a78808bd94cba3fa794c664e2690a4eb96f8b Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Wed, 5 Feb 2014 10:28:08 +0100 Subject: full model: print total size 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); -- cgit v0.10.1