diff options
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(); } } |