接续上一轮:推进浏览器验证与M428配置收拢

结论:已完成浏览器侧真实加载验证,M428/M429/M430 的配置入口进一步从 LinuxCNC INI/HALFILE/REMAP 来源生成,native 与 source-link 验证通过。
This commit is contained in:
cnc
2026-05-30 10:03:21 +08:00
parent b40914747d
commit de273bf830
141 changed files with 11255 additions and 1259 deletions

View File

@@ -26,6 +26,14 @@ core:src/emc/rs274ngc/rs274ngc_pre.cc:Interp implementation covered by rs274ngc_
core:src/emc/tooldata/tooldata_common.cc:shared tool table parser/format logic linked with wasm-safe mmap backend
core:src/emc/ini/inifile.cc:INI reader needed by rs274ngc_pre source-link probe
blocked:src/emc/tooldata/tooldata_mmap.cc:native mmap implementation
blocked:src/emc/rs274ngc/canonmodule.cc:Python module binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/gcodemodule.cc:Python gcode module binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/interpmodule.cc:Boost.Python interpreter module binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/pyarrays.cc:Boost.Python array binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/pyblock.cc:Boost.Python block binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/pyemctypes.cc:Boost.Python EMC type binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/pyinterp1.cc:Boost.Python interpreter binding, tracked for full rs274ngc source coverage
blocked:src/emc/rs274ngc/pyparamclass.cc:Boost.Python parameter binding, tracked for full rs274ngc source coverage
header:src/emc/rs274ngc/array1.hh:LinuxCNC rs274 header tracked for full interpreter source coverage
blocked-header:src/emc/rs274ngc/boost_pyenum_macros.hh:Boost.Python helper header, tracked but not wasm-safe API surface
header:src/emc/rs274ngc/interp_array_types.hh:LinuxCNC rs274 block array type definitions
@@ -42,3 +50,5 @@ header:src/emc/rs274ngc/rs274ngc.hh:LinuxCNC rs274 public interface header
header:src/emc/rs274ngc/rs274ngc_interp.hh:LinuxCNC rs274 interpreter class header
header:src/emc/rs274ngc/rs274ngc_return.hh:LinuxCNC rs274 return code header
header:src/emc/rs274ngc/units.h:LinuxCNC rs274 units helper header
metadata:src/emc/rs274ngc/Submakefile:LinuxCNC rs274 make build metadata tracked for full directory coverage
metadata:src/emc/rs274ngc/meson.build:LinuxCNC rs274 meson build metadata tracked for full directory coverage