按规划持续工作
结论:浏览器 interpreter smoke 和 INI panel UI 已接入 vendored LinuxCNC 五轴 switchkins remap 执行路径,只复制 LinuxCNC sample machine 文件到 WASM FS 并调用 SDK C ABI;host 聚合 smoke 通过,未新增 JavaScript M428/M429/M430 或运动学语义。
This commit is contained in:
@@ -180,6 +180,7 @@
|
||||
<button id="query" class="secondary">Query LinuxCNC Fields</button>
|
||||
<button id="load-session" class="secondary">Load Machine Session</button>
|
||||
<button id="run-gcode" class="secondary">Run G-code</button>
|
||||
<button id="run-fiveaxis-remap" class="secondary">Run 5-Axis Remap</button>
|
||||
</div>
|
||||
<textarea id="ini-editor" spellcheck="false"></textarea>
|
||||
</section>
|
||||
@@ -221,6 +222,8 @@
|
||||
<dd id="field-session-gcode">-</dd>
|
||||
<dt>Run Status</dt>
|
||||
<dd id="field-run-status">-</dd>
|
||||
<dt>5-Axis Remap</dt>
|
||||
<dd id="field-fiveaxis-remap">-</dd>
|
||||
</dl>
|
||||
|
||||
<div class="log" id="log"></div>
|
||||
|
||||
Reference in New Issue
Block a user