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
@@ -97,7 +97,7 @@ Class MotionForm
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
</div>
<div class="markdown summary"><p>Motion interpolation form constants used in <a class="xref" href="Hi.NcParsers.Keywords.IMotionDef.html#Hi_NcParsers_Keywords_IMotionDef_Form">Form</a>.
<div class="markdown summary"><p>Motion interpolation form constants used in <a class="xref" href="Hi.NcParsers.Keywords.IMotionEventDef.html#Hi_NcParsers_Keywords_IMotionEventDef_Form">Form</a>.
Each form corresponds to a specialized <a class="xref" href="Hi.NcParsers.Semantics.INcSemantic.html">INcSemantic</a>
that resolves the motion into <a class="xref" href="Hi.Numerical.Acts.IAct.html">IAct</a> sequences.</p>
</div>
@@ -156,6 +156,40 @@ that resolves the motion into <a class="xref" href="Hi.Numerical.Acts.IAct.html"
<h3 id="Hi_NcParsers_Keywords_Generic_MotionForm_ClLinear" data-uid="Hi.NcParsers.Keywords.Generic.MotionForm.ClLinear">
ClLinear
</h3>
<div class="markdown level1 summary"><p>Linear interpolation at cutter-location (CL) level with
per-step inverse kinematics. Used when RTCP (G43.4/TRAORI/M128) is
active and rotary axes move, so the tool orientation changes during
interpolation. Resolved by <a class="xref" href="Hi.NcParsers.Semantics.ClLinearMotionSemantic.html">ClLinearMotionSemantic</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string ClLinear = &quot;ClLinear&quot;</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h3 id="Hi_NcParsers_Keywords_Generic_MotionForm_McArc" data-uid="Hi.NcParsers.Keywords.Generic.MotionForm.McArc">
McArc
@@ -197,7 +231,7 @@ Resolved by <a class="xref" href="Hi.NcParsers.Semantics.McArcMotionSemantic.htm
<div class="markdown level1 summary"><p>Linear interpolation in machine coordinates.
<a class="xref" href="Hi.NcParsers.Semantics.McLinearMotionSemantic.html">McLinearMotionSemantic</a> discriminates
XYZ-only vs XYZABC by checking for rotary axis values in
<a class="xref" href="Hi.NcParsers.Keywords.IMachineCoordinateDef.html#Hi_NcParsers_Keywords_IMachineCoordinateDef_MachineCoordinate">MachineCoordinate</a>.</p>
<a class="xref" href="Hi.NcParsers.Keywords.IMachineCoordinateStateDef.html#Hi_NcParsers_Keywords_IMachineCoordinateStateDef_MachineCoordinateState">MachineCoordinateState</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>