minor fix for the cycloide gear

This commit is contained in:
looooo
2021-09-30 11:26:58 +02:00
parent b7a4192f70
commit 7cb84f17e1

View File

@@ -742,7 +742,7 @@ class CycloidGear(BaseGear):
tooth = Wire(edges)
wi = rotate_tooth(tooth, fp.teeth)
profile = rotate_tooth(tooth, fp.teeth)
if fp.height.Value == 0:
return profile
base = Face(profile)