Fix size virtual size of gear carrier

This commit is contained in:
Florian Festi 2016-09-26 21:54:34 +02:00
parent 46f40bdae6
commit 09ce2bd78b
1 changed files with 1 additions and 1 deletions

View File

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