reword feedrate error when no tool controller is selected

This commit is contained in:
Daniel Wood
2020-05-09 08:34:55 +01:00
parent 14905a17df
commit 33ad1a3f5f

View File

@@ -536,7 +536,7 @@ class ObjectOp(object):
tc = obj.ToolController
if tc is None or tc.ToolNumber == 0:
FreeCAD.Console.PrintError("No Tool Controller is selected. Tool feed rates required to calculate the cycle time.\n")
FreeCAD.Console.PrintError("No Tool Controller selected.\n")
return translate('PathGui', 'Tool Error')
hFeedrate = tc.HorizFeed.Value