Stretch flex by 10% for surroundingWall

This commit is contained in:
Florian Festi 2013-06-29 13:57:05 +02:00
parent 5fd32a2e22
commit 78d4169606
1 changed files with 1 additions and 0 deletions

View File

@ -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)