Plain English

Alias of `SET TEAR` on some firmware revisions (TSPL2 PG §SET STRIPER p143–144). Same semantics, alternate keyword surfaced for models that ship with a "striper" label on the front panel. See `SET TEAR` for the canonical documentation — anything you can do with one, you can do with the other. Persistent across power cycles.

When to use

Use `SET TEAR` for new code (clearer naming, matches the front-panel label on most printers). Use `SET STRIPER` only when matching legacy or model-specific label scripts.

Syntax

SET STRIPER ON | SET STRIPER OFF

Parameters

ParameterDescription
state
Striper / tear-off mode (case-insensitive).
  • ON - Enable striper / tear-off — advance past tear bar after each label
  • OFF - Disable — stop at the print head

Example

SET STRIPER ON

Enable tear-off advance via the striper alias

Try it in the playground View all TSPL commands