Skip to content

Commit 98da3e9

Browse files
committed
Added a message that reminds users to do a save-as on the script template after opening it.
1 parent d89b261 commit 98da3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gui/Command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ def Activated(self):
225225
# Use the library that FreeCAD can use as well to open CQ files
226226
ImportCQ.open(os.path.join(templ_dir_path, 'script_template.py'))
227227

228+
FreeCAD.Console.PrintMessage("Please save this template file as another name before creating any others.\r\n")
229+
228230

229231
class CadQueryOpenScript:
230232
"""CadQuery's command to open a script file."""

0 commit comments

Comments
 (0)