Working on simulation

working on camotics with multiple file output and tests
This commit is contained in:
sliptonic
2022-03-12 15:50:11 -06:00
parent 642b261fb0
commit f94aecad70
10 changed files with 1230 additions and 11 deletions

View File

@@ -88,6 +88,7 @@ class PathWorkbench(Workbench):
from PySide.QtCore import QT_TRANSLATE_NOOP
import PathCommands
import subprocess
PathGuiInit.Startup()
@@ -158,7 +159,13 @@ class PathWorkbench(Workbench):
if PathPreferences.advancedOCLFeaturesEnabled():
try:
import ocl
subprocess.call(["camsim", "-v"])
toolcmdlist.append("Path_Camotics")
except FileNotFoundError:
pass
try:
import ocl # pylint: disable=unused-variable
from PathScripts import PathSurfaceGui
from PathScripts import PathWaterlineGui