We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89b261 commit 98da3e9Copy full SHA for 98da3e9
Gui/Command.py
@@ -225,6 +225,8 @@ def Activated(self):
225
# Use the library that FreeCAD can use as well to open CQ files
226
ImportCQ.open(os.path.join(templ_dir_path, 'script_template.py'))
227
228
+ FreeCAD.Console.PrintMessage("Please save this template file as another name before creating any others.\r\n")
229
+
230
231
class CadQueryOpenScript:
232
"""CadQuery's command to open a script file."""
0 commit comments