G-code Preview — API Reference
    Preparing search index...

    Progressive-preview snapshot (#60): a path-aligned DELTA of segments since the previous partial, transferred zero-copy. header.complete is always false; the terminal done IR REPLACES the accumulated preview wholesale.

    interface PartialMessage {
        cumulativeSegments: number;
        id: number;
        slice: ToolpathIR;
        type: "partial";
        v: number;
    }
    Index

    Properties

    cumulativeSegments: number

    Total segments emitted across all partials so far (= end of this delta).

    id: number
    slice: ToolpathIR
    type: "partial"
    v: number