From 00a7610ed55d0517f1b488d25229c3fa0999d046 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 16 Nov 2017 07:47:47 -0500 Subject: [PATCH] Part Design: Gear.py typo fix [skip ci] --- src/Mod/PartDesign/Scripts/Gear.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/PartDesign/Scripts/Gear.py b/src/Mod/PartDesign/Scripts/Gear.py index 48e5be2d78..cff57c3421 100644 --- a/src/Mod/PartDesign/Scripts/Gear.py +++ b/src/Mod/PartDesign/Scripts/Gear.py @@ -36,7 +36,7 @@ def compute(): FreeCAD.Console.PrintError("Wrong input! Only numbers allowed...\n") - #tooth hight + #tooth hieght h=2*y*m+c #pitch diameter @@ -259,7 +259,7 @@ la.addWidget(t3) l3 = QtGui.QLineEdit() l3.setText("20") la.addWidget(l3) -t4 = QtGui.QLabel("Tooth hight factor (y)") +t4 = QtGui.QLabel("Tooth height factor (y)") la.addWidget(t4) l4 = QtGui.QLineEdit() l4.setText("1.0")