chiark / gitweb /
earring-stand: wip EclipRPlan
[reprap-play.git] / earring-stand.scad
index 6b5cea9e957718705b6f46226af11b07f2ada6ba..53c98406970b67e9f4454cbfd1ead68877585546 100644 (file)
@@ -45,7 +45,7 @@ module EclipLPlanCore(alpha){
   }
 }
 
-module EclipRPlanCore(alpha, main_th){
+module EclipRPlan(alpha, main_th){
   rotate(alpha)
     translate([ppxl + main_th + rgap, -r2*2])
     square([eclip_prong_th, r2*(2 + 1/sqrt(2))]);
@@ -70,5 +70,5 @@ module EclipPPlan(main_th){
 rotate(-test_alpha){
 color("red") EclipLPlan(test_alpha);
 color("blue") rotate(test_alpha) EclipPPlan(test_main_th);
-color("green") EclipRPlanCore(test_alpha, test_main_th);
+color("green") EclipRPlan(test_alpha, test_main_th);
 }