From: Ian Jackson Date: Thu, 28 Jan 2016 00:44:57 +0000 (+0000) Subject: lemon-stand: oops, was 2x too big! X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=3c44d5054f42ab5892c371aebba6371fc918a4d7 lemon-stand: oops, was 2x too big! --- diff --git a/lemon-stand.scad.pl b/lemon-stand.scad.pl index ecb6906..b924c72 100755 --- a/lemon-stand.scad.pl +++ b/lemon-stand.scad.pl @@ -7,10 +7,10 @@ use IO::File; 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);