fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.

This commit is contained in:
2026-03-19 17:25:33 +08:00
parent 2c586333b6
commit 52a3412ecb
826 changed files with 41648 additions and 6499 deletions
@@ -380,7 +380,8 @@ or <a class="xref" href="Hi.Common.Collections.LazyLinkedList-1.html#Hi_Common_C
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the last materialized node in the list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -415,7 +416,8 @@ or <a class="xref" href="Hi.Common.Collections.LazyLinkedList-1.html#Hi_Common_C
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Appends a new node with the specified value to the end of the list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -425,13 +427,15 @@ or <a class="xref" href="Hi.Common.Collections.LazyLinkedList-1.html#Hi_Common_C
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</code> <span class="xref">T</span></dt>
<dd></dd>
<dd><p>The value to add.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Common.Collections.LazyLinkedListNode-1.html">LazyLinkedListNode</a>&lt;T&gt;</dt>
<dd></dd>
<dd><p>The newly created node.</p>
</dd>
</dl>