chiark / gitweb /
earring-stand: toplevels
[reprap-play.git] / earring-stand.scad
index 3383aa6a4fc95cde625efb7b75ee4fd309814480..0114a3710438fb089cad46b5dc509be1140f29e0 100644 (file)
@@ -80,7 +80,7 @@ module EclipPPlan(main_th){
   translate([ppxl, 0]) square([main_th, r2]);
 }
 
-module TestBase(){
+module TestBase(){ ////toplevel
   translate([0,0, eclip_base_offset]){
     for (i=[0 : 2: test_eclips-1]) {
       translate([0, i*eclip_each_every])
@@ -101,14 +101,14 @@ module TestBase(){
          test_base_th]);
 }
 
-module TestProtr(){
+module TestProtr(){ ////toplevel
   translate([0,0, test_main_th - eclip_wall_offset])
     rotate([0,90,0])
     linear_extrude(height=test_len)
     EclipPPlan(test_main_th);
 }
 
-module TestRAProtr(){
+module TestRAProtr(){ ////toplevel
   rotate([-90,0,0]) TestProtr();
   mirror([1,0,0])
     translate([-test_len,
@@ -128,4 +128,4 @@ module PlanDemo(){
 //PlanDemo();
 //TestBase();
 //TestProtr();
-TestRAProtr();
+//TestRAProtr();