G-code Preview — API Reference
    Preparing search index...
    interface ContainerMetadata {
        filaments?: FilamentInfo[];
        machine?: MachineGeometry;
        raw: Record<string, string>;
        warnings: { code: string; message: string }[];
    }
    Index

    Properties

    filaments?: FilamentInfo[]
    machine?: MachineGeometry
    raw: Record<string, string>

    Whitelisted key/value settings (bounded) — also feeds dialect detection.

    warnings: { code: string; message: string }[]