First Draft of Surface operation.

-uses ocl waterline
-uses ocl dropcutter
This commit is contained in:
sliptonic 2016-03-06 10:37:26 -06:00 committed by Yorik van Havre
parent dcdbf75e55
commit 670ae854f3

View File

@ -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"]