From 670ae854f313f40a0a7855878ff20fe25c5d1ff1 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Sun, 6 Mar 2016 10:37:26 -0600 Subject: [PATCH] First Draft of Surface operation. -uses ocl waterline -uses ocl dropcutter --- 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 6194298d4..f704dabc0 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -63,11 +63,12 @@ class PathWorkbench ( Workbench ): from PathScripts import PathInspect from PathScripts import PathSimpleCopy from PathScripts import PathEngrave + from PathScripts import PathSurface # build commands list projcmdlist = ["Path_Project", "Path_ToolTableEdit","Path_Post","Path_Inspect"] prepcmdlist = ["Path_Plane","Path_Fixture","Path_LoadTool","Path_ToolLenOffset","Path_Comment","Path_Stop","Path_FaceProfile","Path_FacePocket","Path_Custom","Path_FromShape"] - opcmdlist = ["Path_Profile","Path_Pocket","Path_Drilling","Path_Engrave"] + opcmdlist = ["Path_Profile","Path_Pocket","Path_Drilling","Path_Engrave","Path_Surfacing"] modcmdlist = ["Path_Copy","Path_CompoundExtended","Path_Dressup","Path_Hop","Path_Array","Path_SimpleCopy"]