Fix position of finger holes

This commit is contained in:
Florian Festi 2016-10-15 20:56:45 +02:00
parent 24a8588485
commit 4f3883374d
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ class FingerHoles:
fingers = bedBolts.numFingers(fingers)
d, d_nut, h_nut, l, l1 = bedBoltSettings or self.boxes.bedBoltSettings
leftover = length - fingers * (s + f) - f
leftover = length - fingers * (s + f) - s
b = self.boxes.burn
if self.boxes.debug: