按规划继续工作

结论:补齐 INI 派生自定义参数文件路径的浏览器 OPFS 保存和备份读回验证,继续通过 vendored LinuxCNC save_parameters 路径覆盖。
This commit is contained in:
2026-06-08 12:05:55 +08:00
parent 38fb69e535
commit ebb931c78d
2 changed files with 61 additions and 3 deletions

View File

@@ -296,9 +296,9 @@ rejection, missing-file success, missing required numeric parameter defaulting,
required numeric parameter writeback, removal of named-parameter-only lines
from saved output, and the `.bak` backup produced by vendored
`save_parameters()`, including browser OPFS readback of the backup text after
the host bridge writes it to persistent storage, plus explicit host
parameter-file override paths saved back to OPFS with their LinuxCNC-produced
backup text. It also covers LinuxCNC tool-table
the host bridge writes it to persistent storage, plus INI-derived custom and
explicit host override parameter-file paths saved back to OPFS with their
LinuxCNC-produced backup text. It also covers LinuxCNC tool-table
load/save behavior through vendored `tooldata_common.cc`, including the
non-random and random-toolchanger `tooldata_init()` branches, with the SDK
only copying text into the Emscripten filesystem and calling the exported C