diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-11 12:27:30 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-11 12:27:30 (GMT) |
commit | 072efd5ee95e95e3f5b47a876236649805172092 (patch) | |
tree | 2dcb32eff46c6ae204d81e3f4e22d599ce03c8d8 /connector.scad | |
parent | 93083e1262ce68048a5ed5006493ec3fe1fb69ba (diff) |
replace vertical thread bar width screws
Diffstat (limited to 'connector.scad')
-rw-r--r-- | connector.scad | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/connector.scad b/connector.scad index b3c3eec..89b5f9d 100644 --- a/connector.scad +++ b/connector.scad @@ -19,16 +19,8 @@ module connector_half( // lower horizontal bar cube([bar_thickness/2 + rail_width + pla_epsilon, bar_thickness, bar_thickness]); - - // vertical thread bold receiver (extremal) - translate([tray_width/2 - bar_thickness, bar_thickness, tray_height-bar_thickness]) - cube([bar_thickness, bar_thickness, bar_thickness]); } - // vertical thread bold receiver (central) - translate([0, bar_thickness, tray_height-bar_thickness]) - cube([bar_thickness/2, bar_thickness, bar_thickness]); - // male downward positioning nippel if (!border_bottom && !border_side) translate([rail_width, bar_thickness / 2, 0]) nipple(); |