Plain English

Configures the optional auto-cutter (TSPL2 PG §SET p133). OFF disables the cutter; BATCH cuts once at the end of a print batch; a numeric argument cuts every N labels. Persistent across power cycles. Only effective on cutter-equipped printers — sending this to a non-cutter model is a recognised no-op.

When to use

Once at the top of a label-batch script on cutter-equipped printers. Pair with PRINT for predictable cut points.

Syntax

SET CUTTER OFF | SET CUTTER BATCH | SET CUTTER <pieces>

Parameters

ParameterDescription
mode
Cutter mode (case-insensitive; OFF/BATCH/<pieces>).
  • OFF - Disable the auto-cutter
  • BATCH - Cut once at the end of the batch
  • <pieces> - Numeric: cut every N labels (e.g. SET CUTTER 1 cuts every label)

Example

SET CUTTER 1
PRINT 5

Cut after every label across a 5-label batch

Try it in the playground View all TSPL commands