G-code Preview — API Reference
    Preparing search index...
    interface DialectRun {
        detections: DialectDetection[];
        onCommand: (event: CommandEvent) => void;
        onComment: (text: string, srcByte: number) => void;
        finalize(ir: ToolpathIR): DialectRunResult;
    }
    Index

    Properties

    detections: DialectDetection[]
    onCommand: (event: CommandEvent) => void
    onComment: (text: string, srcByte: number) => void

    Methods