按规划持续工作

结论:浏览器 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:
2026-06-08 18:12:27 +08:00
parent 149095274c
commit 7cdfc458f9
8 changed files with 211 additions and 13 deletions

View File

@@ -810,13 +810,16 @@ Current five-axis switchkins status:
Python-only runtime edge stub, and the Node WASM smoke runs vendored
`xyzac_switchkins.ngc` and `xyzbc_switchkins.ngc` through the SDK C ABI
without JavaScript M-code or kinematics semantics.
8. Browser smoke and the INI panel UI now expose the same validated 5-axis
remap execution path by copying vendored LinuxCNC sample-machine files into
the interpreter WASM filesystem and calling the SDK C ABI.
Next work:
1. Add browser smoke/UI exposure for the validated switchkins/remap status
without adding JavaScript CNC semantics.
2. Continue broadening five-axis fixture coverage after the browser path is
stable.
1. Continue broadening five-axis fixture coverage after the native, Node WASM,
browser, and UI remap paths are stable.
2. Evaluate larger vendored LinuxCNC TRT demos such as boat/impeller through
the same source-backed execution boundary.
Involved LinuxCNC source: