<?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 Setup Sheet Modificaion in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/setup-sheet-modificaion/m-p/12558382#M1130</link>
    <description>&lt;P&gt;So Ive already been down the path of using the excel sheet to setup my own custom setup sheet.&amp;nbsp; I have it all organized how I want but having one issue. My part dimensions are metric, but my stock dimensions are inches.&amp;nbsp; I cant figure out how to get both to be inches. Can someone help me with this? Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="james_eppARR4H_1-1707855767606.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1325734i0536E49595256806/image-size/medium?v=v2&amp;amp;px=400" role="button" title="james_eppARR4H_1-1707855767606.png" alt="james_eppARR4H_1-1707855767606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 20:23:49 GMT</pubDate>
    <dc:creator>james_eppARR4H</dc:creator>
    <dc:date>2024-02-13T20:23:49Z</dc:date>
    <item>
      <title>Setup Sheet Modificaion</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/setup-sheet-modificaion/m-p/12558382#M1130</link>
      <description>&lt;P&gt;So Ive already been down the path of using the excel sheet to setup my own custom setup sheet.&amp;nbsp; I have it all organized how I want but having one issue. My part dimensions are metric, but my stock dimensions are inches.&amp;nbsp; I cant figure out how to get both to be inches. Can someone help me with this? Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="james_eppARR4H_1-1707855767606.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1325734i0536E49595256806/image-size/medium?v=v2&amp;amp;px=400" role="button" title="james_eppARR4H_1-1707855767606.png" alt="james_eppARR4H_1-1707855767606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 20:23:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/setup-sheet-modificaion/m-p/12558382#M1130</guid>
      <dc:creator>james_eppARR4H</dc:creator>
      <dc:date>2024-02-13T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Sheet Modificaion</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/setup-sheet-modificaion/m-p/12562438#M1131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14854712"&gt;@james_eppARR4H&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems like a bug in the generic post as well I will make a ticket to fix it&lt;BR /&gt;To fix it edit the .cps file&lt;BR /&gt;&lt;BR /&gt;find for the following line of codes&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;  programInfo["program.partLowerX"] = partLowerX;
  programInfo["program.partLowerY"] = partLowerY;
  programInfo["program.partLowerZ"] = partLowerZ;
  programInfo["program.partUpperX"] = partUpperX;
  programInfo["program.partUpperY"] = partUpperY;
  programInfo["program.partUpperZ"] = partUpperZ;
  programInfo["program.partDX"] = partUpperX - partLowerX;
  programInfo["program.partDY"] = partUpperY - partLowerY;
  programInfo["program.partDZ"] = partUpperZ - partLowerZ;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;and change it to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;  programInfo["program.partLowerX"] = toPreciseUnit(partLowerX, MM);
  programInfo["program.partLowerY"] = toPreciseUnit(partLowerY, MM);
  programInfo["program.partLowerZ"] = toPreciseUnit(partLowerZ, MM);
  programInfo["program.partUpperX"] = toPreciseUnit(partUpperX, MM);
  programInfo["program.partUpperY"] = toPreciseUnit(partUpperY, MM);
  programInfo["program.partUpperZ"] = toPreciseUnit(partUpperZ, MM);
  programInfo["program.partDX"] = toPreciseUnit(partUpperX - partLowerX, MM);
  programInfo["program.partDY"] = toPreciseUnit(partUpperY - partLowerY, MM);
  programInfo["program.partDZ"] = toPreciseUnit(partUpperZ - partLowerZ, MM);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Save the post and test now it should respect the units&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/setup-sheet-modificaion/m-p/12562438#M1131</guid>
      <dc:creator>boopathi.sivakumar</dc:creator>
      <dc:date>2024-02-15T15:38:24Z</dc:date>
    </item>
  </channel>
</rss>

