chiark / gitweb /
crossbar-computer-led-mount: fixes
[reprap-play.git] / crossbar-computer-led-mount.scad
index 0a8bff3de50b77aeafd464f1705fbbe4a01c918e..21200c038957f0a1d273200f58d4e8eada129d5a 100644 (file)
@@ -12,8 +12,8 @@ backfront_space_inside = 12;
 width_space_inside = 10;
 
 backfront_mate_size = 25;
-tower_frontheight = 20;
-tower_base_height = 10;
+tower_frontheight = 15;
+tower_base_height = 15;
 tower_slot_width = 3;
 
 cableclamp_ctie_width = 3 + 0.5;
@@ -184,9 +184,9 @@ module TowerMain(){
 
 module LedHole(){
   translate([0, led_head_y, led_head_z])
-    rotate([90 + led_angle])
+    rotate([90 - led_angle])
     translate([0,0,-10])
-    cylinder(r=led_dia/2, h=led_depth+0.1+10, $fn=30);
+    cylinder(r=led_dia/2, h=led_depth+0.1+10, $fn=31);
 }
 
 module Tower(){ ////toplevel
@@ -263,7 +263,7 @@ module BaseRegistrationProtrusion(extra){
   }
 }
 
-module Base(){ ////toplevel
+module Base(){
   difference(){
     mirror([0,0,1]){
       hull(){
@@ -273,9 +273,9 @@ module Base(){ ////toplevel
          cube([base_width, base_backfront, crossbar_dia/2]);
       }
     }
-    translate([-50, base_backfront/2, -base_ctie_anchor_eff])
+    translate([0, base_backfront/2, -base_ctie_anchor_eff])
       cube([100, base_ctie_width, base_ctie_thick], center=true);
-    translate([-50, base_backfront/2, -base_height + tube_ctie_anchor_eff])
+    translate([0, base_backfront/2, -base_height + tube_ctie_anchor_eff])
       cube([100, tube_ctie_width, tube_ctie_thick], center=true);
     translate([0, -1, -(base_height + crossbar_dia/2)])
       rotate([-90,0,0])