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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user