chiark / gitweb /
Revert "lemon-stand.scad.pl: channelstopup (for revert)"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Jan 2016 00:23:09 +0000 (00:23 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Jan 2016 00:23:09 +0000 (00:23 +0000)
This reverts commit 18827f0bf31f512ee96569f47184576b408f8c05.

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]);
     }