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

    One consumer-supplied snapshot of where the printer is. All position facts optional.

    interface ProgressObservation {
        file?: ProgressFileIdentity;
        position?: ProgressPosition;
        state?: ProgressJobState;
        timestampMs: number;
        v: 1;
    }
    Index

    Properties

    position?: ProgressPosition
    timestampMs: number

    Consumer clock (ms) — drives staleness via tick().

    v: 1