From a943434c7c8b5e50d9c4178450fc73ea29ea2614 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 21 Sep 2016 10:04:08 +0200 Subject: [PATCH] remove non-existing command Path_ToolLibraryEdit from list --- src/Mod/Path/InitGui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Path/InitGui.py b/src/Mod/Path/InitGui.py index 45e3b4ad7..5c5350ee9 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -71,7 +71,8 @@ class PathWorkbench (Workbench): # build commands list projcmdlist = ["Path_Project", "Path_Post", "Path_Inspect", "Path_Sanity"] - toolcmdlist = ["Path_ToolTableEdit", "Path_ToolLibraryEdit", "Path_LoadTool"] + #toolcmdlist = ["Path_ToolTableEdit", "Path_ToolLibraryEdit", "Path_LoadTool"] + toolcmdlist = ["Path_ToolTableEdit", "Path_LoadTool"] prepcmdlist = ["Path_Plane", "Path_Fixture", "Path_ToolLenOffset", "Path_Comment", "Path_Stop", "Path_FaceProfile", "Path_FacePocket", "Path_Custom", "Path_FromShape"] opcmdlist = ["Path_Profile", "Path_Pocket",