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_front.scad | |
parent | 93083e1262ce68048a5ed5006493ec3fe1fb69ba (diff) |
replace vertical thread bar width screws
Diffstat (limited to 'connector_front.scad')
-rw-r--r-- | connector_front.scad | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/connector_front.scad b/connector_front.scad index b3bacb8..ccfe56e 100644 --- a/connector_front.scad +++ b/connector_front.scad @@ -9,7 +9,14 @@ module front_connector_half( border_top = false, border_bottom = false ) difference() { - connector_half(border_side, border_top, border_bottom); + union() { + connector_half(border_side, border_top, border_bottom); + + // vertical thread bold receiver (extremal) + if (!border_side) + translate([tray_width/2 - bar_thickness, bar_thickness, tray_height-bar_thickness]) + cube([bar_thickness, bar_thickness, bar_thickness]); + } // receiver for rail if (!border_side) |