chiark / gitweb /
scaffold-clamp: wip, toplevels
[reprap-play.git] / scaffold-clamp.scad
index 0c2f35f7b8c14533474217d7e9b900300ab0c6b7..e621b71ea0f8a2ead88fc29bbc5ced84cbb44591 100644 (file)
@@ -76,7 +76,7 @@ module MainPlanB(){
   }
 }
 
-module HalfClamp(){
+module HalfClamp(){ ////toplevel
   linextr(0, total_z) mirror([0,1]) MainPlanB();
   for (i=[0 : hinge_units-1]) {
     translate([0,0, stride_z*i])
@@ -84,7 +84,7 @@ module HalfClamp(){
   }
 }
 
-module PlanDemo(){
+module PlanDemo(){ ////toplevel
   MainPlan();
   translate([0,0,-4]) color("red") Portion(1);
   translate([0,0,-2]) color("grey") Portion(0);
@@ -97,4 +97,4 @@ module PlanDemo(){
 }
 
 //PlanDemo();
-HalfClamp();
+//HalfClamp();