<?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 help in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381474#M253</link>
    <description>&lt;P&gt;Your format is off, it looks like you have everything in one line. This does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to make the inside of your file looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]

if $sz &amp;gt;= 30 {
	macro 'c:\pathtoyourmacro\D6-0Angle-RF.mac'
} else {
	macro 'c:\pathtoyourmacro\D4-0Angle-RF.mac'
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOT like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]

if $sz &amp;gt;= 30 {macro 'c:\pathtoyourmacro\D6-0Angle-RF.mac'} 
else {macro 'c:\pathtoyourmacro\D4-0Angle-RF.mac'}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 13:23:35 GMT</pubDate>
    <dc:creator>icse</dc:creator>
    <dc:date>2025-03-20T13:23:35Z</dc:date>
    <item>
      <title>macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13380969#M247</link>
      <description>&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have two Macros, one is D4 and the other is D6. I want to use Macro to determine the model height to execute D4 or D6, but I don't know how to write it. Can anyone help me? Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1479825i7EF489BD1095EE37/image-size/large?v=v2&amp;amp;px=999" role="button" title="22.PNG" alt="22.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="58.PNG" style="width: 872px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1479826i7EFFCDC6805D6A48/image-size/large?v=v2&amp;amp;px=999" role="button" title="58.PNG" alt="58.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 09:07:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13380969#M247</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381203#M248</link>
      <description>&lt;P&gt;you could do somehting like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]

if $sz &amp;gt;= 30 {
	macro 'c:\pathtoyourmacro\D6-0Angle-RF.mac'
} else {
	macro 'c:\pathtoyourmacro\D4-0Angle-RF.mac'
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 20 Mar 2025 11:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381203#M248</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2025-03-20T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381312#M249</link>
      <description>&lt;P&gt;hi icse&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think I did something wrong? Because when executing the following macro, POWERMILL has no action but only counts Z. My powermill version is 2014.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="589.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1479885iD4A414DAC2F41532/image-size/large?v=v2&amp;amp;px=999" role="button" title="589.PNG" alt="589.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 12:09:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381312#M249</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T12:09:35Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381355#M250</link>
      <description>&lt;P&gt;it looks like your formatation is off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does any error shows in command line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 12:31:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381355#M250</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2025-03-20T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381368#M251</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately, PowerMill did not show any errors, so I could not figure out what the problem was.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 12:39:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381368#M251</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381386#M252</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I found the error but I don't know if it's the problem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"No { follows expression"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 12:44:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381386#M252</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381474#M253</link>
      <description>&lt;P&gt;Your format is off, it looks like you have everything in one line. This does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to make the inside of your file looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]

if $sz &amp;gt;= 30 {
	macro 'c:\pathtoyourmacro\D6-0Angle-RF.mac'
} else {
	macro 'c:\pathtoyourmacro\D4-0Angle-RF.mac'
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOT like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]

if $sz &amp;gt;= 30 {macro 'c:\pathtoyourmacro\D6-0Angle-RF.mac'} 
else {macro 'c:\pathtoyourmacro\D4-0Angle-RF.mac'}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 13:23:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381474#M253</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2025-03-20T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381510#M254</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You are right. After I re-edited it, powermill can be executed. Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 13:38:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381510#M254</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T13:38:00Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381532#M255</link>
      <description>&lt;P&gt;hi icse&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to ask you another question. If you want to automatically execute D10-10-0-angle or D10-10-1-angle after determining that the angle is 0 or above 0, how do you edit the macro?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7777.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1479925i2A73FF683AF7181F/image-size/large?v=v2&amp;amp;px=999" role="button" title="7777.PNG" alt="7777.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 13:50:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381532#M255</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381571#M256</link>
      <description>&lt;P&gt;This is much more komplex...&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 14:07:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381571#M256</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2025-03-20T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381610#M257</link>
      <description>&lt;P dir="ltr"&gt;Got it, thanks for your reply, have a nice day&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 14:23:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13381610#M257</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-20T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13399001#M258</link>
      <description>&lt;P&gt;hi icse&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to change the macro, but encountered trouble. Now I want to automatically determine the three dimensions of Z &amp;lt;=28, &amp;gt;=48, &amp;gt;=28.01 or &amp;lt;=47.99. However, when executing this macro, the macro executes the two macros D6R0.2 and D8R0.5, which gives me a headache.How do you think such a macro should be edited? Can you help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;if $sz &amp;lt;= 28 {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;macro 'C:\dcam\pmill4\D6R0.2-poin.mac'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;if $sz &amp;gt;= 45 {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;macro 'C:\dcam\pmill4\D10R0.5-poin.mac'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;} else {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;macro 'C:\dcam\pmill4\D8R0.5-poin.mac'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 31 Mar 2025 05:12:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13399001#M258</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-31T05:12:46Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13399733#M259</link>
      <description>&lt;LI-CODE lang="general"&gt;real $sz = limits(folder('Model')[0])[5] - limits(folder('Model')[0])[4]

if $sz &amp;lt;= 28 {
	macro 'C:\dcam\pmill4\D6R0.2-poin.mac'
} elseif $sz &amp;gt;= 45 {
	macro 'C:\dcam\pmill4\D10R0.5-poin.mac'
} else {
	macro 'C:\dcam\pmill4\D8R0.5-poin.mac'
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 31 Mar 2025 13:22:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13399733#M259</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2025-03-31T13:22:41Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13399815#M260</link>
      <description>&lt;P dir="ltr"&gt;Great, it's no problem now, thank you very much&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 14:07:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13399815#M260</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-03-31T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420298#M261</link>
      <description>&lt;P&gt;hi icse&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to use the surface color to determine which macro to execute? For example, in 3D, if there is red, execute macro A, if there is yellow, execute macro B, if there is blue, execute macro C, and if there is both yellow and red, execute macro D?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="red.PNG" style="width: 276px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1488204i03BA1D5795DF1E7D/image-dimensions/276x295?v=v2" width="276" height="295" role="button" title="red.PNG" alt="red.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ye.PNG" style="width: 273px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1488205i58000D01C24911D5/image-dimensions/273x294?v=v2" width="273" height="294" role="button" title="ye.PNG" alt="ye.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bu.PNG" style="width: 271px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1488206iCF7A64B28A0A9872/image-dimensions/271x294?v=v2" width="271" height="294" role="button" title="bu.PNG" alt="bu.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ry.PNG" style="width: 275px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1488207iEF64051E2F64D717/image-dimensions/275x294?v=v2" width="275" height="294" role="button" title="ry.PNG" alt="ry.PNG" /&gt;&lt;/span&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>Fri, 11 Apr 2025 02:40:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420298#M261</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-04-11T02:40:33Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420312#M262</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;This is the macro I found, but it is used in the hole. I tried to change it, but failed because my English is not good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FORM RIBBON BACKSTAGE CLOSE RESET ALL
VIEW MODEL ; SHADE RAINBOW
EDIT MODEL ALL DESELECT ALL
EDIT SELECTION MODEL CLEAR EDIT SELECTION MODEL APPLY

EDIT SELECTION MODEL FILTER "255,255,0"
 
INT $OP1_HOLES = 0
FOREACH m in folder('model') {
  $OP1_HOLES = $OP1_HOLES + number_selected(m.Components)
}

IF $OP1_HOLES &amp;gt; 0 {
EDIT SELECTION SMART NO FORM MODELSELECT
EDIT SELECTION MODEL DELETE
EDIT SELECTION MODEL FILTER " 255,255,0"
EDIT SELECTION MODEL APPLY
FORM CANCEL MODELSELECT
EDIT FEATURECREATE TYPE HOLE EDIT FEATURECREATE CIRCULAR ON EDIT FEATURECREATE FILTER HOLES EDIT FEATURECREATE TOPDEFINE ABSOLUTE EDIT FEATURECREATE BOTTOMDEFINE ABSOLUTE FORM CANCEL FEATURE FORM CREATEHOLE
EDIT FEATURECREATE HOLES FIXED ON
EDIT FEATURECREATE HOLES DIRECTION DOWN
EDIT FEATURECREATE CREATEHOLES
FORM CANCEL CREATEHOLE
EDIT MODEL ALL DESELECT ALL
RENAME Featureset ; "OP1_HOLES"
} 

IF $OP1_HOLES == 0 {
MACRO ABORT
}

REAL $DIA = 0
REAL $DEPTH = 0

// Print out the diameter of each hole 
FOREACH f in components(entity('featureset','OP1_HOLES')) { 
IF f.Type == "hole" { 
PRINT = f.name + " has a diameter of " + f.Diameter 
$DIA = ROUND(f.diameter,4) 
$DEPTH = ROUND(f.depth,4)


//COUNTERBORE SECTION
IF $DIA LE 1.001 AND $DIA GE .999 AND $DEPTH &amp;lt;= .751 {
FOREACH ent IN folder('setup') { 
FOREACH TP IN components(ent) {
IF $tp.name == '750_DRILL_1' {
/// need some code to skip over this section and contiune on
}
}
}
MACRO"C:\(..path..)\1_000x750_cbore.mac"
}

IF $DIA LE .876 AND $DIA GE .874 AND $DEPTH &amp;lt;= .626 {
FOREACH ent IN folder('setup') { 
FOREACH TP IN components(ent) {
IF $tp.name == '625_DRILL_1' {
/// need some code to skip over this section and contiune on
}
}
}
MACRO"C:\(..path..)\875x625_cbore.mac"
}

//BLIND TAP SECTION//
IF $DIA LE .657 AND $DIA GE .655 {
FOREACH ent IN folder('setup') { 
FOREACH TP IN components(ent) {
IF $tp.name == '656_TAP_DRILL_1' {
/// need some code to skip over this section and contiune on
}
}
}
MACRO"C:\(..path..)\750-10.mac"
}

IF $DIA LE .532 AND $DIA GE .530 {
FOREACH ent IN folder('setup') { 
FOREACH TP IN components(ent) {
IF $tp.name == '546_TAP_DRILL_1' {
/// need some code to skip over this section and contiune on
}
}
}
MACRO"C:\(..path..)\625-11.mac"
}
}
} &lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Apr 2025 02:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420312#M262</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-04-11T02:50:16Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420350#M263</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is this only applicable to one?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 03:52:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420350#M263</guid>
      <dc:creator>CxyAce丶</dc:creator>
      <dc:date>2025-04-11T03:52:58Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro help</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420378#M264</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hi CxyAce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is similar to a macro, but it does more than just determine the color.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 04:16:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help/m-p/13420378#M264</guid>
      <dc:creator>kl1445</dc:creator>
      <dc:date>2025-04-11T04:16:02Z</dc:date>
    </item>
  </channel>
</rss>

