summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2014-02-11 10:51:45 (GMT)
committerJan Huwald <jh@sotun.de>2014-02-11 10:51:45 (GMT)
commit7c3bafcc3ce2ed80538e7d2bc47bfe01e58f5873 (patch)
treec2d1964b0db95d75ee61c3470b422e446f253a42
parent26e6cec586e9c27643a4f238523930c8b9e3cc6d (diff)
full model: add backplane
-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