X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=crossbar-computer-led-mount.scad;h=535c680599d00addd496d5221d0a191e1425fe70;hp=080dc7a3aae7e50ed6afe37542d4b1d72c47b417;hb=77c39f4394b1ede3825b88234a0d9832cc6d3b78;hpb=319f03fa93e73b39ee64ae7f368d8fda5a283523 diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index 080dc7a..535c680 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -16,17 +16,17 @@ tower_frontheight = 10; tower_base_height = 20; tower_slot_width = 3; -cableclamp_ctie_width = 3 + 0.5; -cableclamp_ctie_thick = 2 + 0.5; +cableclamp_ctie_width = 4.0 + 1.0; +cableclamp_ctie_thick = 2.5 + 0.5; -lidclamp_ctie_width = 4.0 + 0.5; +lidclamp_ctie_width = 4.0 + 1.0; lidclamp_ctie_thick = 2.5 + 0.5; -base_ctie_width = 4.0 + 0.5; +base_ctie_width = 4.0 + 1.0; base_ctie_thick = 2.5 + 0.5; -tube_ctie_width = 5 + 0.5; -tube_ctie_thick = 3 + 0.5; +tube_ctie_width = 4.0 + 1.0; +tube_ctie_thick = 2.5 + 0.5; // tuning @@ -194,7 +194,7 @@ module TowerMain(){ module LedHole(){ translate([0, led_head_y, led_head_z]) - rotate([90 + led_angle]) + rotate([90 + led_angle, 0, 0]) translate([0,0,-10]) cylinder(r=led_dia/2, h=led_depth+1+10, $fn=26, $fa=10); } @@ -268,11 +268,11 @@ module Lid(){ difference(){ minkowski(){ TowerMainHull(); - sphere(r=lid_wall_thick+lid_slop, $fn=4); + sphere(r=lid_wall_thick+lid_slop, $fn=8); } minkowski(){ TowerMainHull(); - sphere(r=lid_slop, $fn=4); + sphere(r=lid_slop, $fn=6); } } translate([-50,-50,led_head_z]) cube([100,100,100]);