<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need macro help to save template to a folder in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8173351#M20156</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177"&gt;@rafael.sansao&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The path string that the "FILESELECT" returns, can be used for anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;To import a template, use:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;STRING $Filesave = ""
$Filesave = FILESELECT "Select template to open" "*.ptf" "Z:\PATH" //change this
IMPORT TEMPLATE PROJECT $Filesave&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Worked great, thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 14:06:18 GMT</pubDate>
    <dc:creator>johnc4668</dc:creator>
    <dc:date>2018-08-02T14:06:18Z</dc:date>
    <item>
      <title>Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170253#M20151</link>
      <description>&lt;P&gt;Is there a way to setup a macro to save templates to a certain folder? Right now powermill just brings up the standard powermill window folder but we dont save them there. I need to save it to&amp;nbsp;Z:\Software\PowerMill\Powermill_Templates and have the folder open to this destination. Not a big deal, but this would save our operators some time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-08-01_8-32-09.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/529806iB8CC2249B26B8AA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-08-01_8-32-09.jpg" alt="2018-08-01_8-32-09.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 12:42:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170253#M20151</guid>
      <dc:creator>johnc4668</dc:creator>
      <dc:date>2018-08-01T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170319#M20152</link>
      <description>&lt;P&gt;Try adding this to your macro&lt;/P&gt;&lt;PRE&gt;STRING $Filesave = ""
$Filesave = FILESELECT "file location here"&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170319#M20152</guid>
      <dc:creator>iamcdn79</dc:creator>
      <dc:date>2018-08-01T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170404#M20153</link>
      <description>&lt;PRE&gt;STRING $Filesave = ""
$Filesave = FILESELECT "Select template" "*.ptf" "Z:\PATH" //change this path
KEEP ADVTOOLPATH ; $Filesave&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:29:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170404#M20153</guid>
      <dc:creator>rafael.sansao</dc:creator>
      <dc:date>2018-08-01T13:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170733#M20154</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177"&gt;@rafael.sansao&lt;/a&gt;, worked great thanks! this could work for a template open macro too right? Maybe just change the $filesave to $fileopen? Pm doesnt have an option to open templates from a certain path everytime i believe.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 15:19:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170733#M20154</guid>
      <dc:creator>johnc4668</dc:creator>
      <dc:date>2018-08-01T15:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170811#M20155</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The path string that the "FILESELECT" returns, can be used for anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;To import a template, use:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;STRING $Filesave = ""
$Filesave = FILESELECT "Select template to open" "*.ptf" "Z:\PATH" //change this
IMPORT TEMPLATE PROJECT $Filesave&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 15:41:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8170811#M20155</guid>
      <dc:creator>rafael.sansao</dc:creator>
      <dc:date>2018-08-01T15:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8173351#M20156</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177"&gt;@rafael.sansao&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The path string that the "FILESELECT" returns, can be used for anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;To import a template, use:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;STRING $Filesave = ""
$Filesave = FILESELECT "Select template to open" "*.ptf" "Z:\PATH" //change this
IMPORT TEMPLATE PROJECT $Filesave&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Worked great, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:06:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8173351#M20156</guid>
      <dc:creator>johnc4668</dc:creator>
      <dc:date>2018-08-02T14:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro help to save template to a folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8174149#M20157</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177"&gt;@rafael.sansao&lt;/a&gt;&amp;nbsp;Tested this macro again and it seems to only save the active toolpath rather than all the toolpaths, workplanes, boundaries, tools, etc. I need this to save everything in the project if possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 18:26:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-help-to-save-template-to-a-folder/m-p/8174149#M20157</guid>
      <dc:creator>johnc4668</dc:creator>
      <dc:date>2018-08-02T18:26:01Z</dc:date>
    </item>
  </channel>
</rss>

