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=4bb12db8866cf8e12c9b7a3e0779f260802a6f9f;hb=217da87315570a1a9313d0be54cbf7bfc81baf11;hpb=2439a1300b3ee521368f408c652c5881c60429c1 diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index 4bb12db..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,9 +194,9 @@ 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+0.1+10, $fn=31); + cylinder(r=led_dia/2, h=led_depth+1+10, $fn=26, $fa=10); } module TowerProper(){ @@ -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]);