按建议,继续完成后续工作

结论:将解释器外部长度单位读取接入共享 emcStatus 状态边界,并补充 inch/mm 初始化验证。
This commit is contained in:
2026-06-07 23:51:13 +08:00
parent 3ef68fe2e5
commit 335ab61a61
9 changed files with 38 additions and 10 deletions

View File

@@ -343,6 +343,7 @@ STATE_PROBE_SOURCES=(
)
EMC_STATUS_PROBE_SOURCES=(
"$WRAP_DIR/linuxcnc_emc_status_runtime.cpp"
"$WRAP_DIR/linuxcnc_emc_status_probe.cpp"
)
@@ -611,6 +612,7 @@ INTERP_CORE_SOURCES=(
"$VENDOR_DIR/src/emc/rs274ngc/interp_o_word.cc"
"$VENDOR_DIR/src/emc/rs274ngc/rs274ngc_pre.cc"
"$WRAP_DIR/linuxcnc_hal_adapter.cpp"
"$WRAP_DIR/linuxcnc_emc_status_runtime.cpp"
"$WRAP_DIR/linuxcnc_interp_edge_stubs.cpp"
"$WRAP_DIR/linuxcnc_runtime_state_stubs.cpp"
"$WRAP_DIR/linuxcnc_tool_adapter.cpp"