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
@@ -190,7 +190,7 @@ Class CompoundMotion
</h3>
<div class="markdown level1 summary"><p>JSON key for feedrate (mm/s) inside the <a class="xref" href="Hi.NcParsers.Keywords.Motion.html">Motion</a>
<div class="markdown level1 summary"><p>JSON key for feedrate (mm/s) inside the <a class="xref" href="Hi.Motion.html">Hi.Motion</a>
section of non-rapid items. Absent on rapid items whose speed is
determined by machine config.</p>
</div>
@@ -225,7 +225,7 @@ determined by machine config.</p>
<div class="markdown level1 summary"><p>JSON array key for the sub-operation items
within the section. Items are discriminated by
<a class="xref" href="Hi.NcParsers.Keywords.Motion.html">Motion</a> or <a class="xref" href="Hi.NcParsers.Keywords.Dwell.html">Dwell</a> key presence.</p>
<a class="xref" href="Hi.Motion.html">Hi.Motion</a> or <a class="xref" href="Hi.NcParsers.Keywords.Dwell.html">Dwell</a> key presence.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -254,19 +254,19 @@ within the section. Items are discriminated by
</h2>
<a id="Hi_NcParsers_Keywords_CompoundMotion_Mode_" data-uid="Hi.NcParsers.Keywords.CompoundMotion.Mode*"></a>
<a id="Hi_NcParsers_Keywords_CompoundMotion_Term_" data-uid="Hi.NcParsers.Keywords.CompoundMotion.Term*"></a>
<h3 id="Hi_NcParsers_Keywords_CompoundMotion_Mode" data-uid="Hi.NcParsers.Keywords.CompoundMotion.Mode">
Mode
<h3 id="Hi_NcParsers_Keywords_CompoundMotion_Term" data-uid="Hi.NcParsers.Keywords.CompoundMotion.Term">
Term
</h3>
<div class="markdown level1 summary"><p>G-code that triggered this compound motion (e.g., &ldquo;G28&rdquo;, &ldquo;G81&rdquo;).</p>
<div class="markdown level1 summary"><p>CNC term that triggered this compound motion (e.g., &ldquo;G28&rdquo;, &ldquo;G81&rdquo;).</p>
</div>
<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>