Interface IProgramEndDef
Program end marker (M02/M30). Written by ProgramEndSyntax. Other syntaxes (e.g. IsoLocalCoordinateOffsetSyntax) read this section to reset modal state instead of detecting M30 directly.
public interface IProgramEndDef
- Extension Methods
Examples
"ProgramEnd": { "Term": "M30" }
Properties
Term
The M-code that triggered program end (M02 or M30).
string Term { get; set; }