diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-11 15:20:14 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-11 15:20:14 (GMT) |
commit | b990f202e02acea7fe2355b44f76f8019c9f830e (patch) | |
tree | 8b3adaf653de21cd2aa3de0f6879d50d7c3ac7f8 /full_model.scad | |
parent | f28a842470f9bcabbf8c6b5eba5c92842886d361 (diff) |
reorder & document parameters
Diffstat (limited to 'full_model.scad')
-rw-r--r-- | full_model.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/full_model.scad b/full_model.scad index 22621f6..fa34e79 100644 --- a/full_model.scad +++ b/full_model.scad @@ -47,8 +47,8 @@ translate([bar_thickness/2 + x*tray_width, 0, y*tray_height]) { rail(); // backplane (to be inserted into the back connector) - translate([bar_thickness + backplane_hoffset, hdd_length - hdd_standout, - bar_thickness + backplane_voffset]) + translate([backplane_hoffset, hdd_length - hdd_standout, + backplane_voffset]) backplane_populated(); } } |