From 4db17dd2b019216b76b0698ce9cfea10b18d1ab3 Mon Sep 17 00:00:00 2001 From: looooo Date: Wed, 29 Sep 2021 10:21:00 +0200 Subject: [PATCH] fix internal gear --- freecad/gears/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freecad/gears/features.py b/freecad/gears/features.py index 33da1b7..d8893cc 100644 --- a/freecad/gears/features.py +++ b/freecad/gears/features.py @@ -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