<?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 Betreff: Macro to Copy Toolpath with Query of how many times to copy in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917427#M1512</link>
    <description>&lt;P&gt;here you go:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;if not entity_exists('toolpath','') {
	return
}

int $n = input 'NumberOfCopies'

while $n &amp;gt; 0 {
	$n = $n - 1
	COPY TOOLPATH ;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this copies the active toolpath&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 15:59:31 GMT</pubDate>
    <dc:creator>icse</dc:creator>
    <dc:date>2024-07-24T15:59:31Z</dc:date>
    <item>
      <title>Macro to Copy Toolpath with Query of how many times to copy</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917413#M1511</link>
      <description>&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if someone would be able to help me with the creation of a macro that would copy a toolpath and ask how many i would like to copy.&amp;nbsp; There are times that I need to copy the same toolpath many times but am forced to right click or clone.&amp;nbsp; Can be very annoying after copying over 100X.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You In Advance.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:51:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917413#M1511</guid>
      <dc:creator>mgaultEUT5R</dc:creator>
      <dc:date>2024-07-24T15:51:32Z</dc:date>
    </item>
    <item>
      <title>Betreff: Macro to Copy Toolpath with Query of how many times to copy</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917427#M1512</link>
      <description>&lt;P&gt;here you go:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;if not entity_exists('toolpath','') {
	return
}

int $n = input 'NumberOfCopies'

while $n &amp;gt; 0 {
	$n = $n - 1
	COPY TOOLPATH ;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this copies the active toolpath&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:59:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917427#M1512</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2024-07-24T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: Macro to Copy Toolpath with Query of how many times to copy</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917436#M1513</link>
      <description>&lt;P&gt;Thank you so much for the quick turn around.&amp;nbsp; I have tested the macro and is running great.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 16:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-to-copy-toolpath-with-query-of-how-many-times-to-copy/m-p/12917436#M1513</guid>
      <dc:creator>mgaultEUT5R</dc:creator>
      <dc:date>2024-07-24T16:03:06Z</dc:date>
    </item>
  </channel>
</rss>

