<?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 Post processor - write PART Z dimension in Fusion Manufacture</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400154#M149469</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I built a Centroid CNC based router machine and I woult like to put my dust shoe on a separate axis that will be driven directly by an arduino so I need the Z dimension of the part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get this value in the NC file? I'll parse it directly with a macro.&lt;/P&gt;&lt;P&gt;Or maybe there is another way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answear&lt;/P&gt;&lt;P&gt;Julien M&lt;/P&gt;</description>
    <pubDate>Sat, 25 Nov 2023 18:43:21 GMT</pubDate>
    <dc:creator>julien.meklis</dc:creator>
    <dc:date>2023-11-25T18:43:21Z</dc:date>
    <item>
      <title>Post processor - write PART Z dimension</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400154#M149469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I built a Centroid CNC based router machine and I woult like to put my dust shoe on a separate axis that will be driven directly by an arduino so I need the Z dimension of the part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get this value in the NC file? I'll parse it directly with a macro.&lt;/P&gt;&lt;P&gt;Or maybe there is another way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answear&lt;/P&gt;&lt;P&gt;Julien M&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 18:43:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400154#M149469</guid>
      <dc:creator>julien.meklis</dc:creator>
      <dc:date>2023-11-25T18:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor - write PART Z dimension</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400717#M149471</link>
      <description>&lt;P&gt;In my postprocessor the blockform for in machine simulation is given out by workpiece values.&lt;BR /&gt;Maybe you can use it!&lt;/P&gt;&lt;LI-CODE lang="general"&gt;{ // stock - workpiece
    var workpiece = getWorkpiece();
    var delta = Vector.diff(workpiece.upper, workpiece.lower);
    if (delta.isNonZero()) {
      writeBlock("BLK FORM 0.1 Z X" + xyzFormat.format(workpiece.lower.x) + " Y" + xyzFormat.format(workpiece.lower.y) + " Z" + xyzFormat.format(workpiece.lower.z));
      writeBlock("BLK FORM 0.2 X" + xyzFormat.format(workpiece.upper.x) + " Y" + xyzFormat.format(workpiece.upper.y) + " Z" + xyzFormat.format(workpiece.upper.z));
      writeComment("");
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I think&lt;/P&gt;&lt;LI-CODE lang="general"&gt;var workpiece = getWorkpiece();
xyzFormat.format(workpiece.upper.z)&lt;/LI-CODE&gt;&lt;P&gt;what you are looking for&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 07:32:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400717#M149471</guid>
      <dc:creator>marcus.toepke</dc:creator>
      <dc:date>2023-11-26T07:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor - write PART Z dimension</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400893#M149474</link>
      <description>&lt;P&gt;Ohh yes!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn’t look to post processor class description but to documentation which is incomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@579B073A8E0A31B163C6C5AAB07A0A9A/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 11:10:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/post-processor-write-part-z-dimension/m-p/12400893#M149474</guid>
      <dc:creator>julien.meklis</dc:creator>
      <dc:date>2023-11-26T11:10:18Z</dc:date>
    </item>
  </channel>
</rss>

