Skip to content

Commit

Permalink
reword feedrate error when no tool controller is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
dubstar-04 committed May 9, 2020
1 parent 526328d commit 1d9c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathOp.py
Expand Up @@ -536,7 +536,7 @@ def getCycleTimeEstimate(self, obj):
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
Expand Down

0 comments on commit 1d9c1f8

Please sign in to comment.