From 0cad8e469e893f87f683eaf48435cd12eccf4f42 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Tue, 11 Feb 2014 15:51:16 +0100 Subject: full model: add back connector, fix front connector position diff --git a/full_model.scad b/full_model.scad index aec1780..7f139d4 100644 --- a/full_model.scad +++ b/full_model.scad @@ -1,5 +1,6 @@ include +use use use use @@ -15,7 +16,7 @@ for (x = [0:num_hdd_x]) for (y = [0:num_hdd_y-1]) translate([bar_thickness/2 + x*tray_width, 0, y*tray_height]) { // front connector - rand_color([0.0, 0.8, 0.0], x, y) translate([bar_thickness/2, 0, 0]) + rand_color([0.0, 0.8, 0.0], x, y) front_connector( border_left = x == 0, border_right = x == num_hdd_x, @@ -24,6 +25,8 @@ translate([bar_thickness/2 + x*tray_width, 0, y*tray_height]) { ); // TODO: back connector + translate([0, hdd_length - hdd_standout - bar_thickness, 0]) + back_connector(); // internal elements (that have nothing right of the last hdd column) if (x != num_hdd_x) { -- cgit v0.10.1