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
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class HomeMcInitializer | HiAPI-C# 2025 ">
<meta name="description" content="Sets the initial MachineCoordinate on the first SyntaxPiece from and .">
<meta name="description" content="Sets the initial on the first SyntaxPiece from and . Only configured linear axes are written; rotary axes (which typically have no home) are omitted — downstream readers must tolerate missing axis keys.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -97,8 +97,11 @@ Class HomeMcInitializer
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
</div>
<div class="markdown summary"><p>Sets the initial <code>MachineCoordinate</code> on the first SyntaxPiece
from <a class="xref" href="Hi.NcParsers.Dependencys.IHomeMcConfig.html">IHomeMcConfig</a> and <a class="xref" href="Hi.NcParsers.Dependencys.IMachineAxisConfig.html">IMachineAxisConfig</a>.</p>
<div class="markdown summary"><p>Sets the initial <a class="xref" href="Hi.NcParsers.Keywords.MachineCoordinateState.html">MachineCoordinateState</a> on the first
SyntaxPiece from <a class="xref" href="Hi.NcParsers.Dependencys.IHomeMcConfig.html">IHomeMcConfig</a> and
<a class="xref" href="Hi.NcParsers.Dependencys.IMachineAxisConfig.html">IMachineAxisConfig</a>. Only configured linear axes are
written; rotary axes (which typically have no home) are omitted —
downstream readers must tolerate missing axis keys.</p>
</div>
<div class="markdown conceptual"></div>