Stretch flex by 10% for surroundingWall
This commit is contained in:
parent
5fd32a2e22
commit
78d4169606
1
boxes.py
1
boxes.py
|
@ -588,6 +588,7 @@ class Boxes:
|
||||||
4 for second half of the first x side
|
4 for second half of the first x side
|
||||||
"""
|
"""
|
||||||
c4 = (r+self.burn)*math.pi*0.5 # circumference of quarter circle
|
c4 = (r+self.burn)*math.pi*0.5 # circumference of quarter circle
|
||||||
|
c4 = 0.9 * c4 # stretch flex 10%
|
||||||
topwidth = self._edgewidth(top)
|
topwidth = self._edgewidth(top)
|
||||||
bottomwidth = self._edgewidth(bottom)
|
bottomwidth = self._edgewidth(bottom)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue