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
@@ -269,8 +269,8 @@ This profile uses APT definitions to describe the cutter geometry.</p>
<a id="Hi_Milling_Cutters_AptProfile__ctor_" data-uid="Hi.Milling.Cutters.AptProfile.#ctor*"></a>
<h3 id="Hi_Milling_Cutters_AptProfile__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.Milling.Cutters.AptProfile.#ctor(System.Xml.Linq.XElement,System.String)">
AptProfile(XElement, string)
<h3 id="Hi_Milling_Cutters_AptProfile__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__" data-uid="Hi.Milling.Cutters.AptProfile.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object})">
AptProfile(XElement, string, IProgress&lt;object&gt;)
</h3>
@@ -279,7 +279,7 @@ This profile uses APT definitions to describe the cutter geometry.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AptProfile(XElement src, string baseDirectory)</code></pre>
<pre><code class="lang-csharp hljs">public AptProfile(XElement src, string baseDirectory, IProgress&lt;object&gt; progress)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -290,6 +290,8 @@ This profile uses APT definitions to describe the cutter geometry.</p>
<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>
</dl>