扩展解释器WASM刀具夹具
结论:解释器核心WASM验证新增刀具选择、刀表设置、刀具重载以及缺刀错误夹具,继续复用LinuxCNC解释器和tool adapter边界。
This commit is contained in:
@@ -116,6 +116,9 @@ const fixtureNames = [
|
||||
"spindle_orient",
|
||||
"comment_logging",
|
||||
"numbered_params",
|
||||
"tool_semantics",
|
||||
"tool_table_setup",
|
||||
"tool_reload",
|
||||
];
|
||||
|
||||
for (const fixtureName of fixtureNames) {
|
||||
@@ -157,6 +160,8 @@ const errorFixtureNames = [
|
||||
"arc_radius_mismatch",
|
||||
"arc_zero_radius",
|
||||
"g53_incremental",
|
||||
"tool_not_found",
|
||||
"tool_length_offset_not_found",
|
||||
];
|
||||
|
||||
for (const fixtureName of errorFixtureNames) {
|
||||
|
||||
Reference in New Issue
Block a user