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

    Identity evidence for the file the printer is executing (mismatch detection, DD-006 §4.4.1).

    interface ProgressFileIdentity {
        name?: string;
        sha256?: string;
        sizeBytes?: number;
    }
    Index

    Properties

    name?: string
    sha256?: string
    sizeBytes?: number