From fdd411a0f1e3b2d71e9c382b8d3d8dc3f0e691b6 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sat, 3 Jan 2015 18:28:24 +0100 Subject: [PATCH] slightly more res --- mobius-maker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);