diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-11 12:06:48 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-11 12:06:48 (GMT) |
commit | 93083e1262ce68048a5ed5006493ec3fe1fb69ba (patch) | |
tree | 0b997527536c45658f0a3da307d915ae8e180532 /connector.scad | |
parent | ac8c4ea248cb8d94a402c708a68eeb0656f1d816 (diff) |
connector: remove extraneous side nippel
Diffstat (limited to 'connector.scad')
-rw-r--r-- | connector.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector.scad b/connector.scad index 384d692..b3c3eec 100644 --- a/connector.scad +++ b/connector.scad @@ -30,6 +30,6 @@ module connector_half( cube([bar_thickness/2, bar_thickness, bar_thickness]); // male downward positioning nippel - if (!border_bottom) + if (!border_bottom && !border_side) translate([rail_width, bar_thickness / 2, 0]) nipple(); } |