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

    Themed styling (DD-009 D4, #153). Omitted fields keep the original constants; the origin tripod (semantic RGB axes) is never themed.

    interface BuildVolumeStyle {
        bedSurface?: BedSurface;
        boxColor?: ThemeColor;
        boxOpacity?: number;
        gridColor?: ThemeColor;
        gridOpacity?: number;
        showCage?: boolean;
    }
    Index

    Properties

    bedSurface?: BedSurface

    Build-plate surface (#185); default { mode: 'none' } (bare grid).

    boxColor?: ThemeColor
    boxOpacity?: number
    gridColor?: ThemeColor
    gridOpacity?: number
    showCage?: boolean

    Show the full build-volume wireframe cage (the box up to def.z). Default true. When false, only the bed/plate (grid + surface + origin) shows — the cage is decoupled from the plate (#306/#6), so a consumer can present the printable bed without the whole machine volume.