参考所有分组,完成尽量多的内容。禁止顺手扩功能 smoke

结论:按 LinuxCNC source policy 将 TOOL_TABLE 恢复为 source coverage only,撤回生成 API/browser switchkins cases,并增加 checker/native 守护;表校验、native、source-link 均通过。
This commit is contained in:
cnc
2026-06-03 15:13:01 +08:00
parent aff6f85d8a
commit 457557dee8
9 changed files with 163 additions and 370 deletions

View File

@@ -106,10 +106,6 @@ export type CncParseOptions = {
subroutinepath?: string;
subroutine_path?: string;
SUBROUTINE_PATH?: string;
toolTable?: string;
tooltable?: string;
tool_table?: string;
TOOL_TABLE?: string;
kinematics?: string;
trt?: "xyzbc" | "xyzac" | string;
pivotLength?: number;