fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -216,10 +216,10 @@ Class Feedrate
<a id="Hi_NcParsers_Keywords_Feedrate_Mode_" data-uid="Hi.NcParsers.Keywords.Feedrate.Mode*"></a>
<a id="Hi_NcParsers_Keywords_Feedrate_Term_" data-uid="Hi.NcParsers.Keywords.Feedrate.Term*"></a>
<h3 id="Hi_NcParsers_Keywords_Feedrate_Mode" data-uid="Hi.NcParsers.Keywords.Feedrate.Mode">
Mode
<h3 id="Hi_NcParsers_Keywords_Feedrate_Term" data-uid="Hi.NcParsers.Keywords.Feedrate.Term">
Term
</h3>
@@ -229,7 +229,7 @@ See <a class="xref" href="Hi.NcParsers.Keywords.Generic.IsoKeywords.html">IsoKey
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Mode { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public string Term { get; set; }</code></pre>
</div>
@@ -256,7 +256,7 @@ See <a class="xref" href="Hi.NcParsers.Keywords.Generic.IsoKeywords.html">IsoKey
</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>:
<div class="markdown level1 summary"><p>Display unit derived from <a class="xref" href="Hi.NcParsers.Keywords.IFeedrateDef.html#Hi_NcParsers_Keywords_IFeedrateDef_Term">Term</a>:
&ldquo;mm/min&rdquo; for G94, &ldquo;mm/rev&rdquo; for G95.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -293,17 +293,17 @@ See <a class="xref" href="Hi.NcParsers.Keywords.Generic.IsoKeywords.html">IsoKey
</h3>
<div class="markdown level1 summary"><p>Returns the display unit for a given feedrate mode.</p>
<div class="markdown level1 summary"><p>Returns the display unit for a given feedrate term.</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>
<pre><code class="lang-csharp hljs">public static string GetUnit(string term)</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>
<dt><code>term</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>