From 14905a17df381a0049ee4be68413f4e24ea20f73 Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Sat, 9 May 2020 08:34:10 +0100 Subject: [PATCH] Change feedrate error to warning. --- src/Mod/Path/PathScripts/PathOp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathOp.py b/src/Mod/Path/PathScripts/PathOp.py index 97a8f0fa19..0d06b44f00 100644 --- a/src/Mod/Path/PathScripts/PathOp.py +++ b/src/Mod/Path/PathScripts/PathOp.py @@ -545,7 +545,7 @@ class ObjectOp(object): 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: