update ISO coordinate rendering for 3+2axis machine.

This commit is contained in:
2026-04-06 15:08:59 +08:00
parent 8dd5309e0e
commit 0fe9497552
219 changed files with 23941 additions and 12629 deletions
@@ -249,6 +249,80 @@ See <a class="xref" href="Hi.NcParsers.Keywords.Generic.IsoKeywords.html">IsoKey
<a id="Hi_NcParsers_Keywords_Feedrate_Unit_" data-uid="Hi.NcParsers.Keywords.Feedrate.Unit*"></a>
<h3 id="Hi_NcParsers_Keywords_Feedrate_Unit" data-uid="Hi.NcParsers.Keywords.Feedrate.Unit">
Unit
</h3>
<div class="markdown level1 summary"><p>Display unit derived from <a class="xref" href="Hi.NcParsers.Keywords.IFeedrateDef.html#Hi_NcParsers_Keywords_IFeedrateDef_Mode">Mode</a>:
&ldquo;mm/min&rdquo; for G94, &ldquo;mm/rev&rdquo; for G95.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Unit { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_NcParsers_Keywords_Feedrate_GetUnit_" data-uid="Hi.NcParsers.Keywords.Feedrate.GetUnit*"></a>
<h3 id="Hi_NcParsers_Keywords_Feedrate_GetUnit_System_String_" data-uid="Hi.NcParsers.Keywords.Feedrate.GetUnit(System.String)">
GetUnit(string)
</h3>
<div class="markdown level1 summary"><p>Returns the display unit for a given feedrate mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetUnit(string mode)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>mode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
</article>