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

    Per-chunk split for the live-progress overlay (DD-006 §4.5).

    interface OverlayDrawStates {
        band: ChunkDrawState;
        completed: ChunkDrawState;
        ghost: ChunkDrawState;
    }
    Index

    Properties

    Properties

    Uncertainty band (loSeg < index <= hiSeg) — empty when loSeg === hiSeg.

    completed: ChunkDrawState

    Segments completed by the printer (IR index <= loSeg), within the layer range.

    Remaining path (index > hiSeg) — the translucent ghost pass.