From 990e107e1a66bb60f22fe84f99d2a581fe342597 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sun, 4 Jan 2015 14:59:59 -0500 Subject: [PATCH] make a fat mobius that is easier to fold --- mobius-maker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobius-maker b/mobius-maker index 9b1f322..cfe2423 100755 --- a/mobius-maker +++ b/mobius-maker @@ -8,7 +8,7 @@ use warnings; use strict; my $sections = 12; -my $thickness = 14; +my $thickness = 30; my $radius = [40,0,0]; my $pi = 2*atan2(1,0);