chiark / gitweb /
Revert "lemon-stand.scad.pl: channelstopup (for revert)"
[reprap-play.git] / lemon-stand.scad.pl
index d63c0cdd8ff629cff9b6a03363eb0ca637087658..ebba9ee874285cab84143eabc5bc23415d60fe9f 100755 (executable)
@@ -21,7 +21,6 @@ print <<END;
 END
 
 print "torusyup = ", ($circle / sqrt(2)), ";\n";
-print "channelstopup = ", ($channel / sqrt(2)), ";\n";
 
 our @ellipse = map {
     my $theta = tau * $_ / $N;
@@ -149,11 +148,7 @@ module Stand(){
     difference(){
        translate([0,0,torusyup])
            Torusy();
-       intersection(){
-           Channels();
-           translate([-200,-200,-50])
-               cube([400,400, 50+channelstopup]);
-       }
+       Channels();
        translate([-200,-200,-50])
            cube([400,400,50]);
     }