fix internal gear

This commit is contained in:
looooo
2021-09-29 10:21:00 +02:00
parent 165b52d967
commit 4db17dd2b0

View File

@@ -252,7 +252,7 @@ class InvoluteGear(BaseGear):
edges = [e for e in edges if e is not None]
tooth = Wire(edges)
wi = rotate_tooth(tooth, fp.teeth)
profile = rotate_tooth(tooth, fp.teeth)
if fp.height.Value == 0:
return profile