Hi all,
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.20477 (Git)
Build type: Release
Branch: master
Hash: 7d8ab175a68e476427e6e337fe3099b52da49dc8
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/United States (en_US)
Having just learned (duh!) about exporting path job templates, I set one up using an existing job, exported it, then created a new project to test it. When I tried to create a job using my new template I got the following error:
Running the Python command 'Path_Job' failed:
Traceback (most recent call last):
File "E:\Downloads\3D Printer software installers etc\FreeCAD\FreeCAD_0.19.20477_x64_LP_12.1.2_PY3QT5-WinVS2015\FreeCAD_0.19.20477_x64_LP_12.1.2_PY3QT5-WinVS2015\Mod\Path\PathScripts\PathJobCmd.py", line 71, in Activated
self.Execute(models, dialog.getTemplate())
File "E:\Downloads\3D Printer software installers etc\FreeCAD\FreeCAD_0.19.20477_x64_LP_12.1.2_PY3QT5-WinVS2015\FreeCAD_0.19.20477_x64_LP_12.1.2_PY3QT5-WinVS2015\Mod\Path\PathScripts\PathJobCmd.py", line 81, in Execute
FreeCADGui.doCommand('PathScripts.PathJobGui.Create(%s, %s)' % ([o.Name for o in base], template))
("(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape", ('<string>', 1, 40, None))
Is this a known error? If so, what did I do wrong, and how can I avoid it in the future?
The template is attached.
Thanks in advance,
Frank