From: Ian Jackson Date: Sat, 23 Jul 2016 13:17:21 +0000 (+0100) Subject: earring-stand: wip EclipRPlan X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1764fe36d6e96b8274b63eaa0911fcde9b1bb7e1;p=reprap-play.git earring-stand: wip EclipRPlan --- diff --git a/earring-stand.scad b/earring-stand.scad index 6b5cea9..53c9840 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -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); }