diff options
Diffstat (limited to 'connector_back.scad')
-rw-r--r-- | connector_back.scad | 9 |
1 files changed, 4 insertions, 5 deletions
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); } } |