Skip to content
Snippets Groups Projects
Unverified Commit d84402fb authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

fixed small bug in adding the overhang in multiple times

parent 1255d23e
No related branches found
No related tags found
No related merge requests found
......@@ -113,9 +113,9 @@ class ShelfInsert(Boxes):
return 0
def xSlots(self):
posx = -0.5 * self.thickness
posx = -0.5 * self.thickness + self.Overhang_front_overhang
for x in self.sx[:-1]:
posx += x + self.thickness + self.Overhang_front_overhang
posx += x + self.thickness
posy = 0
for y in self.sy:
self.fingerHolesAt(posx, posy, y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment