fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -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., “G28”, “G81”).</p>
|
||||
<div class="markdown level1 summary"><p>CNC term that triggered this compound motion (e.g., “G28”, “G81”).</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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user