Skip to content

Commit

Permalink
Change feedrate error to warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dubstar-04 committed May 9, 2020
1 parent 9a43391 commit 526328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathOp.py
Expand Up @@ -545,7 +545,7 @@ def getCycleTimeEstimate(self, obj):
vRapidrate = tc.VertRapid.Value

if hFeedrate == 0 or vFeedrate == 0:
FreeCAD.Console.PrintError("Tool Controller requires feed rates. Tool feed rates required to calculate the cycle time.\n")
FreeCAD.Console.PrintWarning("Tool Controller feedrate error: Tool feed rates required to calculate the cycle time.\n")
return translate('PathGui', 'Feedrate Error')

if hRapidrate == 0 or vRapidrate == 0:
Expand Down

0 comments on commit 526328d

Please sign in to comment.