boxes icon indicating copy to clipboard operation
boxes copied to clipboard

Use stretch setting in flexboxes

Open florianfesti opened this issue 8 years ago • 3 comments

While we have a parameter in the flex settings it is often not used. May be the flex edge should use is directly. But this would require an opposing edge that does the same thing.

florianfesti avatar Feb 26 '17 11:02 florianfesti

Maybe a start could be to add the line

c4 = c4 / self.edges["X"].settings.stretch

also to the definitions of surroundingWall (the same way as in that definition in init.py) in the flexbox generators!?

MAKOMO avatar Dec 09 '19 09:12 MAKOMO

Yes, the coding part is pretty trivial. This is more a question whether the generators still work after the change and whether the defaults are sane.

florianfesti avatar Dec 09 '19 12:12 florianfesti

If it is not used and flexboxes work, maybe set default to 1 (what should have not effect if my guess that it is multiplier is right)

That would make it far less confusing, I am trying to debug why my first box is a failure :)

matkoniecz avatar Mar 16 '21 18:03 matkoniecz