I already said that if I set the 'Out File' path to 'F:\cambam files' it did not restore that when I reloaded the template.
Here's my template.
<?xml version="1.0" encoding="utf-8"?>
<CADFile xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" Version="0.9.8.0" Name="Mytemplate">
<layers>
<layer name="Default" color="127,255,0">
<ModificationCount>0</ModificationCount>
<objects />
</layer>
</layers>
<MachiningOptions>
<OutFile>F:\cambam files\{$cbfile.name}.nc</OutFile>
<PostProcessor>Mach3-CutViewer</PostProcessor>
<Stock>
<PMin>0,0</PMin>
<PMax>0,0</PMax>
<Color>255,165,0</Color>
</Stock>
<ToolProfile>Unspecified</ToolProfile>
</MachiningOptions>
<parts />
<ActiveLayer>Default</ActiveLayer>
</CADFile>
When I open it and go to the 'Out File' line it defaults to the 'System Folder' on C:
What I'm saying is, it shoudl go to <OutFile>F:\cambam files\{$cbfile.name}.nc</OutFile>
How many times do I have to say this ?