chiark / gitweb /
lemon-stand.scad.pl: adjustments
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Jan 2016 00:22:56 +0000 (00:22 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Jan 2016 00:22:56 +0000 (00:22 +0000)
lemon-stand.scad.pl

index 308892ac07c6eb99cc604334ee4054ae4becb94e..ebba9ee874285cab84143eabc5bc23415d60fe9f 100755 (executable)
@@ -7,12 +7,12 @@ use IO::File;
 use Data::Dumper;
 use constant tau => pi*2;
 
-my $ellipse = 20;
-my $circle = 6;
+my $ellipse = 25;
+my $circle = 7;
 my $channel = 5;
-my $xscale = 2;
-my $N = 30; # around ellipse
-my $M = 20; # around each circle
+my $xscale = 35/25;
+my $N = 30; #180; # around ellipse
+my $M = 20; #80; # around each circle
 my @channeldistprops = (0, 1/3, 2/3);
 
 print <<END;