refactor(demos): use MachiningStep.EndTimecode instead of obsolete AccumulatedTime

DemoSessionMessage console output and the step-present default key list switch off the [Obsolete] AccumulatedTime alias.
This commit is contained in:
2026-06-27 19:16:45 +08:00
parent 0fdba701fa
commit 7a4d0d7999
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ public class UserConfig : IMakeXmlSource
public List<string> DisplayedStepPresentKeyList { get; set; } = new List<string>([
nameof(MachiningStep.StepIndex),
nameof(MachiningStep.FileNo), nameof(MachiningStep.LineNo),
nameof(MachiningStep.FilePath),nameof(MachiningStep.AccumulatedTime),
nameof(MachiningStep.FilePath),nameof(MachiningStep.EndTimecode),
nameof(MachiningStep.LineText),nameof(MachiningStep.FlagsText),
nameof(MachiningStep.ToolId),
nameof(MachiningStep.SpindleSpeed_rpm),nameof(MachiningStep.Feedrate_mmdmin),