fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-16 18:08:35 +08:00
parent da83e59432
commit 523d1b6733
2 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@ namespace Sample.Machining
localProjectService.LoadProject(projectPath);
MachiningProject machiningProject = localProjectService.MachiningProject;
localProjectService.RuntimeApi.SessionStepSelected += (MachiningStep step) =>
localProjectService.SessionShell.SessionStepSelected += (MachiningStep step) =>
{
var sourceCommand = step.SourceCommand;
var indexedFileLine = sourceCommand.GetSentence().FirstIndexedFileLine;