fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-08 22:17:04 +08:00
parent 2f57932000
commit e026da61b3
197 changed files with 3482 additions and 958 deletions
@@ -187,7 +187,8 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance with all components zero.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -213,7 +214,8 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance with the supplied geometry and wear components.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -223,13 +225,17 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>idealHeight_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Initial value of <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_IdealHeight_mm">IdealHeight_mm</a>.</p>
</dd>
<dt><code>axialWear_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Initial value of <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_AxialWear_mm">AxialWear_mm</a>.</p>
</dd>
<dt><code>idealRadius_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Initial value of <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_IdealRadius_mm">IdealRadius_mm</a>.</p>
</dd>
<dt><code>radialWear_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Initial value of <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_RadialWear_mm">RadialWear_mm</a>.</p>
</dd>
</dl>
@@ -254,7 +260,8 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Accumulated axial wear in millimetres, subtracted from <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_IdealHeight_mm">IdealHeight_mm</a> by <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_FullHeight_mm">FullHeight_mm</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -349,7 +356,8 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Geometric tool height in millimetres before wear is subtracted. Combined with <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_AxialWear_mm">AxialWear_mm</a> via <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_FullHeight_mm">FullHeight_mm</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -380,7 +388,8 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Geometric tool radius in millimetres before wear is subtracted. Combined with <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_RadialWear_mm">RadialWear_mm</a> via <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_FullRadius_mm">FullRadius_mm</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -411,7 +420,8 @@ Matches Fanuc Memory C layout where H and D share the same row.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Accumulated radial wear in millimetres, subtracted from <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_IdealRadius_mm">IdealRadius_mm</a> by <a class="xref" href="Hi.NcParsers.Dependencys.Generic.ToolOffsetRow.html#Hi_NcParsers_Dependencys_Generic_ToolOffsetRow_FullRadius_mm">FullRadius_mm</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">