From ad056de77f755bbb88e635b2bee286ba455b32a6 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 13 Mar 2018 19:31:20 +0100 Subject: [PATCH] OttoSoles: Make soles a little bit larger by default --- boxes/generators/ottosoles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/ottosoles.py b/boxes/generators/ottosoles.py index 23141a5..0cc64c2 100644 --- a/boxes/generators/ottosoles.py +++ b/boxes/generators/ottosoles.py @@ -24,7 +24,7 @@ class OttoSoles(Boxes): def __init__(self): Boxes.__init__(self) - self.buildArgParser(x=56., y=36.) + self.buildArgParser(x=58., y=38.) self.argparser.add_argument( "--width", action="store", type=float, default=4., help="width of sole stripe")