summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--full_model.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/full_model.scad b/full_model.scad
index e8eb6aa..876c972 100644
--- a/full_model.scad
+++ b/full_model.scad
@@ -3,6 +3,7 @@ include <parameters.scad>
use <connector_front.scad>
use <hdd.scad>
use <rail.scad>
+use <backplane.scad>
module rand_color(base, seed1=0, seed2=0, seed3=0) {
c = base + rands(0, 0.2, 3, round(1000000 * sin(0.329045 + 17*seed1 + 23*seed2 + 29*seed3)));
@@ -32,6 +33,10 @@ for (x = [0:num_hdd_x])
// TODO: back connector
+ // backplane (to be inserted into the back connector)
+ translate([bar_thickness + backplane_hoffset, hdd_length - hdd_standout,
+ bar_thickness + backplane_voffset])
+ backplane_populated();
}
// thread rods
contact: Jan Huwald // Impressum