继续推进:浏览器批量验证LinuxCNC配置入口
结论:浏览器 WASM smoke 已读取 LinuxCNC 生成的 64 个 switchkins 配置用例,覆盖 config/MACHINE/KINEMATICS/HALFILE 入口;native 与 source-link 验证通过。
This commit is contained in:
@@ -80,6 +80,12 @@ export type CncParseOptions = {
|
||||
block_delete?: boolean;
|
||||
switchkins?: string;
|
||||
remap?: string;
|
||||
machine?: string;
|
||||
config?: string;
|
||||
configPath?: string;
|
||||
config_path?: string;
|
||||
halfile?: string;
|
||||
hal_file?: string;
|
||||
kinematics?: string;
|
||||
trt?: "xyzbc" | "xyzac" | string;
|
||||
pivotLength?: number;
|
||||
|
||||
Reference in New Issue
Block a user