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
@@ -147,7 +147,8 @@ Supported by all major CNC brands.
<h2 id="Hi_NcParsers_Keywords_IFeedrateDef_examples">Examples</h2>
<pre><code class="lang-csharp">"Feedrate": {
"FeedrateValue": 300.0,
"Mode": "G94"
"Mode": "G94",
"Unit": "mm/min"
}</code></pre>
@@ -222,6 +223,39 @@ See <a class="xref" href="Hi.NcParsers.Keywords.Generic.IsoKeywords.html">IsoKey
<a id="Hi_NcParsers_Keywords_IFeedrateDef_Unit_" data-uid="Hi.NcParsers.Keywords.IFeedrateDef.Unit*"></a>
<h3 id="Hi_NcParsers_Keywords_IFeedrateDef_Unit" data-uid="Hi.NcParsers.Keywords.IFeedrateDef.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">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>
</article>