fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -313,10 +313,11 @@ authored values (the latter have no
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Default-configured <a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html">ModalCarrySyntax</a> with the standard
|
||||
modal sections (<code>TiltTransform</code>, <code>PathSmoothing</code>,
|
||||
<code>IsoLocalCoordinateOffset</code>, <code>CannedCycle</code>, <code>MotionState</code>,
|
||||
<code>MachineCoordinateState</code>) tracked.</p>
|
||||
<div class="markdown level1 summary"><p>Full-set carrier (<a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html#Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_Logic">Logic</a> ∪ <a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html#Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_PostLogic">PostLogic</a>) —
|
||||
retained for the legacy backstop in
|
||||
<a class="xref" href="Hi.NcParsers.SoftNcRunner.html">SoftNcRunner</a> that appends a single ModalCarry to
|
||||
pre-3.1.168 project syntax lists. New brand syntax kits should
|
||||
split into <a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html#Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_Logic">Logic</a> + <a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html#Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_PostLogic">PostLogic</a> instead.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -341,6 +342,45 @@ modal sections (<code>TiltTransform</code>, <code>PathSmoothing</code>,
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_Logic_" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.Logic*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_Logic" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.Logic">
|
||||
Logic
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Logic-stage carrier — modal sections that are written in the Logic
|
||||
bundle and never mutated by PostLogic. Carrying these at the end of
|
||||
each block's Logic bundle keeps single-step
|
||||
<code>node.Previous</code> modal lookups from Logic syntaxes correct, even
|
||||
when a PostLogic syntax (e.g.
|
||||
<a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.RadiusCompensationSyntax.html">RadiusCompensationSyntax</a>) does <code>node.Next</code>
|
||||
look-forward and drags subsequent blocks' Logic builds forward
|
||||
before the intermediate block's PostLogic ModalCarry has run.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static ModalCarrySyntax Logic { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html">ModalCarrySyntax</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_Name_" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.Name*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_Name" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.Name">
|
||||
@@ -373,6 +413,43 @@ modal sections (<code>TiltTransform</code>, <code>PathSmoothing</code>,
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_PostLogic_" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.PostLogic*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_PostLogic" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.PostLogic">
|
||||
PostLogic
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>PostLogic-stage carrier — modal sections that may still be mutated
|
||||
by PostLogic syntaxes after Logic completes. Today only
|
||||
<code>MachineCoordinateState</code> qualifies (overwritten by
|
||||
<a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.RadiusCompensationSyntax.html">RadiusCompensationSyntax</a> with the radius-compensated
|
||||
position). Carrying these at the end of PostLogic ensures the
|
||||
modal value reflects the final, post-compensation state.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static ModalCarrySyntax PostLogic { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html">ModalCarrySyntax</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_TrackedKeys_" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.TrackedKeys*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_PostLogicSyntaxs_ModalCarrySyntax_TrackedKeys" data-uid="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.TrackedKeys">
|
||||
|
||||
Reference in New Issue
Block a user