diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-05 09:27:34 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-05 09:27:34 (GMT) |
commit | 15cb9b73002b6b41b805743114100ee52a348f5b (patch) | |
tree | bae68a33a6c63992bd4060744832c7e207b81223 | |
parent | 492f057621f29c9d5dbe29cfd8ce67928c6b9846 (diff) |
front: create downward nipples again
-rw-r--r-- | connector_front.scad | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/connector_front.scad b/connector_front.scad index 52e84da..434729f 100644 --- a/connector_front.scad +++ b/connector_front.scad @@ -28,11 +28,10 @@ module front_connector_half( // vertical thread bold receiver (central) translate([0, bar_thickness, tray_height-bar_thickness]) cube([bar_thickness/2, bar_thickness, bar_thickness]); - } - if (!border_bottom) { // male downward positioning nippel - translate([rail_width, bar_thickness / 2, 0]) nipple(); + if (!border_bottom) + translate([rail_width, bar_thickness / 2, 0]) nipple(); } // receiver for rail |