From e05faa5077b5c8b837b51a249ea6a525b0c57669 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Jun 2013 12:20:21 +0100 Subject: [PATCH] crossbar-computer-led-mount: cable clamps on side, not very good because wires will interfere with lid clamp tie, but check in commented out anyway, nfc --- crossbar-computer-led-mount.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index 218d007..081663f 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -35,6 +35,7 @@ tower_base_height = 10; tower_forehead_angle = 30; lid_wall_thick = 1.6; lid_slop = 0.75; +//cableclamp_ctie_anchor = 5; lidclamp_cableclamp_ctie_between = 0; base_ctie_anchor = 5; tube_ctie_anchor = 5; @@ -205,6 +206,14 @@ module Tower(){ ////toplevel + max(protrusion_size + protrusion_slop + 0.1, base_ctie_anchor_eff)]) cube([50, base_ctie_width, base_ctie_thick], center=true); +// for (extra_y=[0, -(cableclamp_ctie_thick + cableclamp_ctie_anchor)]) { +// translate([-tower_width/2, +// -cableclamp_ctie_thick/2 - tower_wall_thick + extra_y, +// cableclamp_ctie_z]) +// cube([tower_wall_thick+2, +// cableclamp_ctie_thick, +// cableclamp_ctie_width], center=true); +// } for (mir=[0,1]) mirror([mir,0,0]) { translate([tower_width/4, 20, cableclamp_ctie_z]) -- 2.30.2