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

    Interface InterpreterOptions

    Options for the Interpreter

    interface InterpreterOptions {
        arcChordTolerance?: number;
    }
    Index

    Properties

    arcChordTolerance?: number

    Maximum deviation, in millimeters, between tessellated G2/G3 arc chords and the true arc (default 0.05). Lower values produce smoother arcs at the cost of more geometry.