From 95574e35306f98d4fc920b6d4ce9d971939ecfd4 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sat, 7 Mar 2015 13:19:36 -0500 Subject: [PATCH] size tweaks --- mobius-maker | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobius-maker b/mobius-maker index ea0e8a5..c41782c 100755 --- a/mobius-maker +++ b/mobius-maker @@ -7,10 +7,10 @@ use warnings; use strict; -my $sections = 12; -my $thickness = 50; -my $twist = 240.0; -my $radius = [70,0,0]; +my $sections = 9; +my $thickness = 150; +my $twist = 120.0; +my $radius = [200,0,0]; my $pi = 2*atan2(1,0); my $h = sqrt(3)/2;