summaryrefslogtreecommitdiff
path: root/full_model.scad
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2014-02-04 11:58:37 (GMT)
committerJan Huwald <jh@sotun.de>2014-02-04 11:58:37 (GMT)
commita89d060d468e9a18aac46e7ee26d818919491aa0 (patch)
tree007ee69d1a1d15e192ef377dfd38f4b8c1591efc /full_model.scad
parent9eeb7724efed6a8f960713120b3ffd002950049d (diff)
add full model of hdd cage (unfinished), add border cases
Diffstat (limited to 'full_model.scad')
-rw-r--r--full_model.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/full_model.scad b/full_model.scad
new file mode 100644
index 0000000..368b82c
--- /dev/null
+++ b/full_model.scad
@@ -0,0 +1,7 @@
+include <parameters.scad>
+
+use <connector_front.scad>
+
+for (x = [0:num_hdd_x-1])
+ for (y = [0:num_hdd_x-1])
+ translate([x*tray_width, 0, y*tray_height]) front_connector();
contact: Jan Huwald // Impressum