merge error

This commit is contained in:
looooo
2021-07-21 14:54:37 +02:00
parent 56acace6ef
commit 4e16fd2560

View File

@@ -209,6 +209,8 @@ class InvoluteGear(BaseGear):
fp.da = "{}mm".format(fp.gear.da)
fp.df = "{}mm".format(fp.gear.df)
if not fp.simple:
pts = fp.gear.points(num=fp.numpoints)
rot = rotation(-fp.gear.phipart)
rotated_pts = list(map(rot, pts))