chiark / gitweb /
belt-hole-cut-jig: toplevel
[reprap-play.git] / crossbar-computer-led-mount.scad
index 4bb12db8866cf8e12c9b7a3e0779f260802a6f9f..535c680599d00addd496d5221d0a191e1425fe70 100644 (file)
@@ -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]);