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
@@ -226,8 +226,8 @@ Class FreeContourTray
<a id="Hi_Milling_FluteContours_FreeContourTray__ctor_" data-uid="Hi.Milling.FluteContours.FreeContourTray.#ctor*"></a>
<h3 id="Hi_Milling_FluteContours_FreeContourTray__ctor_System_Xml_Linq_XElement_System_String_System_Object___" data-uid="Hi.Milling.FluteContours.FreeContourTray.#ctor(System.Xml.Linq.XElement,System.String,System.Object[])">
FreeContourTray(XElement, string, params object[])
<h3 id="Hi_Milling_FluteContours_FreeContourTray__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__System_Object___" data-uid="Hi.Milling.FluteContours.FreeContourTray.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object},System.Object[])">
FreeContourTray(XElement, string, IProgress&lt;object&gt;, object[])
</h3>
@@ -236,7 +236,7 @@ Class FreeContourTray
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public FreeContourTray(XElement src, string baseDirectory, params object[] res)</code></pre>
<pre><code class="lang-csharp hljs">public FreeContourTray(XElement src, string baseDirectory, IProgress&lt;object&gt; progress, object[] res)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -247,6 +247,8 @@ Class FreeContourTray
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The base directory 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 resources for initialization</p>
</dd>