This commit is contained in:
Sebastian Hoogen
2014-09-27 13:07:30 -03:00
committed by Yorik van Havre
parent f0bf3cb6ab
commit e820a32653
19 changed files with 51 additions and 50 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def compute():
c = float(l5.text())*m #standard value 0,1*m - 0,3*m
j = float(l6.text())*m #standard value 0,015 - 0,04*m
width = float(l7.text()) #gear width
except:
except ValueError:
FreeCAD.Console.PrintError("Wrong input! Only numbers allowed...\n")