OpenSCAD: fix py syntax error
This commit is contained in:
@@ -38,9 +38,11 @@ class OpenSCADWorkbench ( Workbench ):
|
||||
def __init__(self):
|
||||
self.__class__.Icon = FreeCAD.getResourceDir() + "Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg"
|
||||
self.__class__.MenuText = "OpenSCAD"
|
||||
self.__class__.ToolTip = "OpenSCAD is an application for creating solid 3D CAD." + '\n' +
|
||||
"FreeCAD utizes OpenSCAD's capability as a script-only based modeller that uses its own description language" + '\n' +
|
||||
"Note: the Mesh workbench heavily uses the boolean operations of this workbench because they are quite robust"
|
||||
self.__class__.ToolTip = (
|
||||
"OpenSCAD is an application for creating solid 3D CAD.\n"
|
||||
"FreeCAD utizes OpenSCAD's capability as a script-only based modeller that uses its own description language\n"
|
||||
"Note: the Mesh workbench heavily uses the boolean operations of this workbench because they are quite robust"
|
||||
)
|
||||
|
||||
def Initialize(self):
|
||||
def QT_TRANSLATE_NOOP(scope, text):
|
||||
|
||||
Reference in New Issue
Block a user