FEM and OpenSCAD: add some hint and remove not needed line

This commit is contained in:
Bernd Hahnebach
2020-02-12 23:27:46 +01:00
parent 4327e7bca6
commit 76aa788e5f
2 changed files with 1 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ class FemWorkbench(Workbench):
import femcommands.commands
def GetClassName(self):
# see https://forum.freecadweb.org/viewtopic.php?f=10&t=43300
return "FemGui::Workbench"

View File

@@ -86,7 +86,6 @@ class OpenSCADWorkbench ( Workbench ):
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addPreferencePage(":/ui/openscadprefs-base.ui","OpenSCAD")
def GetClassName(self):
#return "OpenSCADGui::Workbench"
return "Gui::PythonWorkbench"