fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -266,8 +266,8 @@ Shank and Flute compose the full cutter.</p>
|
||||
|
||||
<a id="Hi_Milling_Cutters_MillingCutter__ctor_" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Milling_Cutters_MillingCutter__ctor_System_Xml_Linq_XElement_System_String_System_String_System_Object___" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.Object[])">
|
||||
MillingCutter(XElement, string, string, params object[])
|
||||
<h3 id="Hi_Milling_Cutters_MillingCutter__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__System_Object___" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object},System.Object[])">
|
||||
MillingCutter(XElement, string, string, IProgress<object>, object[])
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -276,7 +276,7 @@ Shank and Flute compose the full cutter.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public MillingCutter(XElement src, string baseDirectory, string relFile, params object[] res)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public MillingCutter(XElement src, string baseDirectory, string relFile, IProgress<object> progress, object[] res)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -290,6 +290,8 @@ Shank and Flute compose the full cutter.</p>
|
||||
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Relative file path</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></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>
|
||||
|
||||
Reference in New Issue
Block a user