孔隙检测模块引入到CNC

This commit is contained in:
zhengxuan.zhang
2026-05-19 11:38:31 +08:00
parent 3cfd115d72
commit 80c86e2ed7
5 changed files with 143 additions and 4 deletions
@@ -481,6 +481,10 @@ namespace XplorePlane.ViewModels.ImageProcessing
pipeline.UpdatedAt = DateTime.UtcNow;
targetModuleNode.Pipeline = pipeline;
// 强制刷新右侧检测模块面板:将选中节点切换到目标检测模块,触发重新加载
_cncEditorViewModel.SelectedNode = null;
_cncEditorViewModel.SelectedNode = targetModuleNode;
MessageBox.Show(
$"已将 BGA 检测参数插入到检测模块「{targetModuleNode.Name}」。",
"插入成功", MessageBoxButton.OK, MessageBoxImage.Information);