Fix position of finger holes
This commit is contained in:
parent
24a8588485
commit
4f3883374d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue