G-code Preview — API Reference
    Preparing search index...
    interface ChunkBuildOptions {
        decimation?: number | "auto";
        targetSegmentsPerChunk?: number;
    }
    Index

    Properties

    decimation?: number | "auto"

    Decimation factor N (keep every Nth extrusion segment) or 'auto' (§4.4 thresholds).

    targetSegmentsPerChunk?: number

    Target segments per chunk before closing at the next layer boundary (default 250_000).