Skip to content

Commit

Permalink
remove non-existing command Path_ToolLibraryEdit from list
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Sep 21, 2016
1 parent 97c0838 commit a943434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Path/InitGui.py
Expand Up @@ -71,7 +71,8 @@ def Initialize(self):

# 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",
Expand Down

0 comments on commit a943434

Please sign in to comment.