G-code Preview — API Reference
    Preparing search index...
    interface ToolpathTime {
        cumulativeMs: Float64Array;
        hasUnknownFeedrate: boolean;
        totalMs: number;
    }
    Index

    Properties

    cumulativeMs: Float64Array

    Cumulative END time (ms) of each segment; length = segments.count, monotonic non-decreasing.

    hasUnknownFeedrate: boolean

    True if any moving segment had an unknown feedrate (contributed 0). The estimate is then a lower bound / approximate — a consumer should disclose it (and prefer the slicer estimate when present).

    totalMs: number

    Total kinematic duration (ms).