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
@@ -218,8 +218,8 @@ Class UniformContourTray
<a id="Hi_Milling_FluteContours_UniformContourTray__ctor_" data-uid="Hi.Milling.FluteContours.UniformContourTray.#ctor*"></a>
<h3 id="Hi_Milling_FluteContours_UniformContourTray__ctor_System_Xml_Linq_XElement_System_String_System_Object___" data-uid="Hi.Milling.FluteContours.UniformContourTray.#ctor(System.Xml.Linq.XElement,System.String,System.Object[])">
UniformContourTray(XElement, string, params object[])
<h3 id="Hi_Milling_FluteContours_UniformContourTray__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__System_Object___" data-uid="Hi.Milling.FluteContours.UniformContourTray.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object},System.Object[])">
UniformContourTray(XElement, string, IProgress&lt;object&gt;, object[])
</h3>
@@ -228,7 +228,7 @@ Class UniformContourTray
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public UniformContourTray(XElement src, string baseDirectory, params object[] res)</code></pre>
<pre><code class="lang-csharp hljs">public UniformContourTray(XElement src, string baseDirectory, IProgress&lt;object&gt; progress, object[] res)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -239,6 +239,8 @@ Class UniformContourTray
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>Base directory path for resolving relative paths</p>
</dd>
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd></dd>
<dt><code>res</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
<dd><p>Additional optional resources</p>
</dd>