chiark / gitweb /
lemon-stand: oops, was 2x too big!
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Jan 2016 00:44:57 +0000 (00:44 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Jan 2016 00:44:57 +0000 (00:44 +0000)
lemon-stand.scad.pl

index ecb6906c76101e2f56f72cf936d8f681e21d67a2..b924c72549d52bac39e9efd89be5da1d3099576c 100755 (executable)
@@ -7,10 +7,10 @@ use IO::File;
 use Data::Dumper;
 use constant tau => pi*2;
 
 use Data::Dumper;
 use constant tau => pi*2;
 
-my $ellipse = 25;
-my $circle = 7;
-my $channel = 5;
-my $xscale = 35/25;
+my $ellipse = 25 / 2;
+my $circle = 7 / 2;
+my $channel = 5 / 2;
+my $xscale = 35 / 25;
 my $N = 180; # around ellipse
 my $M = 80; # around each circle
 my @channeldistprops = (0, 1/3, 2/3);
 my $N = 180; # around ellipse
 my $M = 80; # around each circle
 my @channeldistprops = (0, 1/3, 2/3);