chiark / gitweb /
filamentspool: FilamentGuideArm: Break out FilamentGuideArmStop (nfc)
[reprap-play.git] / crossbar-computer-led-mount.scad
index f5775d415c6a784c08e03410262c1df7341e2124..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,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);
 }