<?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: User Defined Settings Input Macro Help in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12947947#M1427</link>
    <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;entity list $tps = input entity multiple toolpath 'Select:'

foreach $tp in $tps {

	activate toolpath ${tp.Name}
	
	if not member($tp.Userparameters._keys,'Waxis') {
		EDIT USERPAR toolpath_strategy  $tp.Name  TYPE 'Real'
		CREATE USERPAR toolpath_strategy $tp.Name "Waxis"
	}
	
	edit par "entity('toolpath','').Userparameters.Waxis" '15'
}&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 08 Aug 2024 20:50:21 GMT</pubDate>
    <dc:creator>icse</dc:creator>
    <dc:date>2024-08-08T20:50:21Z</dc:date>
    <item>
      <title>User Defined Settings Input Macro Help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12947237#M1426</link>
      <description>&lt;P&gt;Good Day Everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm hopeful that someone can point me in the right direction with this one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a quill extension built into my machine post. The distance it extends is controlled by a user defined setting in the toolpath.&lt;/P&gt;&lt;P&gt;I can't get passed line 6 in the debugger. It's actually erroring out the debugger.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STRING LIST Toolpaths = INPUT ENTITY MULTIPLE TOOLPATH "Select Toolpaths to Modify"&lt;BR /&gt;DIALOGS MESSAGE OFF&lt;BR /&gt;FOREACH $ENTITY IN $Toolpaths {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACTIVATE TOOLPATH $ENTITY&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EDIT USERPAR toolpath_strategy NAME "Waxis"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EDIT USERPAR toolpath_strategy TYPE 'Real'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CREATE USERPAR toolpath_strategy&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EDIT USERPAR toolpath_strategy "Waxis" '15'&lt;BR /&gt;}&lt;BR /&gt;DIALOGS MESSAGE ON&lt;BR /&gt;PROJECT SAVE&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 15:25:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12947237#M1426</guid>
      <dc:creator>Beta_Librae</dc:creator>
      <dc:date>2024-08-08T15:25:00Z</dc:date>
    </item>
    <item>
      <title>Betreff: User Defined Settings Input Macro Help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12947947#M1427</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;entity list $tps = input entity multiple toolpath 'Select:'

foreach $tp in $tps {

	activate toolpath ${tp.Name}
	
	if not member($tp.Userparameters._keys,'Waxis') {
		EDIT USERPAR toolpath_strategy  $tp.Name  TYPE 'Real'
		CREATE USERPAR toolpath_strategy $tp.Name "Waxis"
	}
	
	edit par "entity('toolpath','').Userparameters.Waxis" '15'
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 08 Aug 2024 20:50:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12947947#M1427</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2024-08-08T20:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Settings Input Macro Help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12949517#M1428</link>
      <description>&lt;P&gt;Thank you kindly sir!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works like a peach. I greatly appreciate your time and effort.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 14:37:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/user-defined-settings-input-macro-help/m-p/12949517#M1428</guid>
      <dc:creator>Beta_Librae</dc:creator>
      <dc:date>2024-08-09T14:37:14Z</dc:date>
    </item>
  </channel>
</rss>

