From f28a842470f9bcabbf8c6b5eba5c92842886d361 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Tue, 11 Feb 2014 16:04:15 +0100 Subject: back connector: add screw holes on right border Required to fixate back connector elements at the right border. diff --git a/connector_back.scad b/connector_back.scad index 23e67df..7672bce 100644 --- a/connector_back.scad +++ b/connector_back.scad @@ -31,11 +31,10 @@ module back_connector( } // screw holes for PCB screws - if (!border_right) - for (h = [bar_thickness/2, tray_height - bar_thickness/2]) - translate([0, 0, h]) - rotate([-90, 0, 0]) - screw_hole(nut_depth = 1.1 * nut_height); + for (h = [bar_thickness/2, tray_height - bar_thickness/2]) + translate([0, 0, h]) + rotate([-90, 0, 0]) + screw_hole(nut_depth = 1.1 * nut_height); } } -- cgit v0.10.1