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

    Interface BuildVolumeDef

    The dimensions a caller supplies to describe a build volume

    interface BuildVolumeDef {
        smallGrid?: boolean;
        x: number;
        y: number;
        z: number;
    }
    Index
    smallGrid?: boolean

    Whether the finer secondary grid is drawn on the build plate. Defaults to false.

    x: number

    Width of the build volume in mm

    y: number

    Depth of the build volume in mm

    z: number

    Height of the build volume in mm