gcode-preview - v3.0.0-alpha.6
    Preparing search index...

    Type Alias ParseResult

    What a parse call returns: the commands that were read, plus everything learned about the file along the way

    type ParseResult = {
        commands: GCodeCommand[];
        metadata: Metadata;
    }
    Index
    commands: GCodeCommand[]
    metadata: Metadata