fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-16 18:08:13 +08:00
parent e026da61b3
commit 8b285cc863
765 changed files with 18689 additions and 9785 deletions
@@ -163,17 +163,6 @@ for each subsequent file so that <code>Previous</code>/<code>Next</code> connect
<dt><a class="xref" href="Hi.MachiningProcs.ProxyProjectService.html">ProxyProjectService</a></dt>
<dd><p>Delegate (User-based) Project Service.
Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProjectService.html#Hi_MachiningProcs_ProxyProjectService_AdminDirectory">AdminDirectory</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.MachiningProcs.RuntimeApi.html">RuntimeApi</a></dt>
<dd><p>Runtime API for machining operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.MachiningProcs.RuntimeController.html">RuntimeController</a></dt>
<dd><p>Provides a C# scripting API for controlling and manipulating the milling course.
Allows for runtime control of milling operations, geometry manipulation, and data analysis.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -190,6 +179,20 @@ such as source commands, machining steps, exceptions, and tagged messages.</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.MachiningProcs.SessionProgress.html">SessionProgress</a></dt>
<dd><p>Represents a host for managing milling messages with thread-safe operations and stable index tracking.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.MachiningProcs.SessionShell.html">SessionShell</a></dt>
<dd><p>End-user-facing facade for a machining session: aggregates session lifecycle,
NC playback, optimization, geometry I/O, and scripting infrastructure into a
single delegation surface. Used as the C# script globals object and as the
concrete target of <a class="xref" href="Hi.SessionCommands.ISessionCommand.html">ISessionCommand</a> implementations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.MachiningProcs.SessionShellController.html">SessionShellController</a></dt>
<dd><p>HTTP controller exposing <a class="xref" href="Hi.MachiningProcs.SessionShell.html">SessionShell</a> over the web API.
Each action delegates to the underlying <a class="xref" href="Hi.MachiningProcs.SessionShell.html">SessionShell</a> instance owned by <span class="xref">Hi.MachiningProcs.SessionShellController.LocalProjectService</span>.</p>
</dd>
</dl>
<dl class="jumplist">