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

    Class JobStats

    Statistics accumulated while interpreting a job's G-code

    The command handlers tally into these fields as they execute; the counts reset naturally with each new Job.

    Index

    Constructors

    Properties

    deretractions: number = 0

    Number of deretraction moves (zero-length moves with negative E)

    extrusionDistance: number = 0

    Total extrusion distance over all extrusion moves

    feedrateChanges: number = 0

    Number of bare feedrate changes (F with no movement)

    others: number = 0

    Number of zero-length moves that were neither a retraction nor a feedrate change

    points: number = 0

    For reference, how many points were added to the job

    retractions: number = 0

    Number of retraction moves (zero-length moves with positive E)