Fix FingerJointEdge for not so short length

This commit is contained in:
Florian Festi 2013-09-01 14:39:26 +02:00
parent b89390b729
commit 3b36c390a0
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class FingerJointEdge(Edge):
d, d_nut, h_nut, l, l1 = bedBoltSettings or self.bedBoltSettings
p = 1 if positive else -1
if fingers < 0:
if fingers <= 0:
fingers = 0
leftover = length