diff --git a/mobius-maker b/mobius-maker index e8c5737..32d574d 100755 --- a/mobius-maker +++ b/mobius-maker @@ -3,7 +3,7 @@ use warnings; use strict; -my $sections = 6; +my $sections = 12; my $thickness = 14; my $radius = [40,0,0]; my $pi = 2*atan2(1,0);