@schie/fluent-zpl - v0.10.0
    Preparing search index...

    Interface PrinterConfigOpts

    Options for building printer configuration blocks outside of label formats.

    interface PrinterConfigOpts {
        additionalCommands?: string[];
        backfeedSpeed?: number;
        configuration?: PrinterConfiguration;
        darkness?: number;
        labelHome?: Position;
        mediaTracking?: MediaTracking;
        mode?: PrinterMode;
        printSpeed?: number;
        printWidth?: number;
        slewSpeed?: number;
        tearOff?: number;
    }
    Index

    Properties

    additionalCommands?: string[]

    Pass-through commands appended after the typed options.

    backfeedSpeed?: number

    Backfeed speed component (^PR). Rounded to an integer and clamped between 0 and 30.

    configuration?: PrinterConfiguration

    Printer configuration save/load action (^JU)

    darkness?: number

    Darkness setting (^MD). Rounded to an integer and clamped between -30 and 30.

    labelHome?: Position

    Label home offset (^LH)

    mediaTracking?: MediaTracking

    Media tracking / sensor strategy (^MN)

    Print mode selection (^MM)

    printSpeed?: number

    Print speed component (^PR). Rounded to an integer and clamped between 0 and 30.

    printWidth?: number

    Print width (^PW). Uses the current unit context.

    slewSpeed?: number

    Slew speed component (^PR). Rounded to an integer and clamped between 0 and 30.

    tearOff?: number

    Tear-off adjustment (~TA). Uses the current unit context, rounded and clamped between -120 and 120.