This commit is contained in:
looooo
2017-09-18 14:16:27 +02:00
parent 534c3aaad8
commit f316faa37f

View File

@@ -178,7 +178,7 @@ class involute_rack(object):
]
teeth = [tooth]
trans = translation([0., m * pi, 0.])
for i in range(self.z):
for i in range(self.z - 1):
teeth.append(trans(teeth[-1]))
teeth = list(np.vstack(teeth))
teeth.append(list(teeth[-1]))