From 09ce2bd78b16cd3e3e4834572d7c058ff20aa39f Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 26 Sep 2016 21:54:34 +0200 Subject: [PATCH] Fix size virtual size of gear carrier --- boxes/gears.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/gears.py b/boxes/gears.py index d1d84dc..00cb916 100644 --- a/boxes/gears.py +++ b/boxes/gears.py @@ -525,7 +525,7 @@ class Gears(): return pitch_radius, 2*outer_radius, 2*outer_radius def gearCarrier(self, r, spoke_width, positions, mount_radius, mount_hole, circle=True, move=None): - width = (r+spoke_width)*2 + width = 2*r+spoke_width if self.boxes.move(width, width, move, before=True): return