chiark / gitweb /
crossbar-computer-led-mount: move tower_base_height into main params section, nfc
[reprap-play.git] / crossbar-computer-led-mount.scad
index 081663f19fb008bffb3be89690497acd47ead926..0a8bff3de50b77aeafd464f1705fbbe4a01c918e 100644 (file)
@@ -13,6 +13,7 @@ width_space_inside = 10;
 
 backfront_mate_size = 25;
 tower_frontheight = 20;
+tower_base_height = 10;
 tower_slot_width = 3;
 
 cableclamp_ctie_width = 3 + 0.5;
@@ -31,7 +32,6 @@ tube_ctie_thick = 3 + 0.5;
 
 tower_over_angle = 45;
 tower_wall_thick = 1.6;
-tower_base_height = 10;
 tower_forehead_angle = 30;
 lid_wall_thick = 1.6;
 lid_slop = 0.75;
@@ -290,6 +290,7 @@ module BaseT(){ ////toplevel
 
 module Demo(){
   Tower();
+  %Lid();
   translate([0,0, 25]) Lid();
   translate([0, tower_rearwall_y, -(tower_base_height+5)]) Base();
 }
@@ -299,7 +300,7 @@ module Demo(){
 //TowerWallFrontEdge();
 //TowerMainHull();
 //LidT();
-Tower();
+//Tower();
 //Lid();
 //BaseRegistrationProtrusion();
 //Base();