From 78d4169606ad000c27ddc6dc2399442cc6767af9 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 29 Jun 2013 13:57:05 +0200 Subject: [PATCH] Stretch flex by 10% for surroundingWall --- boxes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes.py b/boxes.py index dade467..f3c0fb9 100755 --- a/boxes.py +++ b/boxes.py @@ -588,6 +588,7 @@ class Boxes: 4 for second half of the first x side """ c4 = (r+self.burn)*math.pi*0.5 # circumference of quarter circle + c4 = 0.9 * c4 # stretch flex 10% topwidth = self._edgewidth(top) bottomwidth = self._edgewidth(bottom)