Plain English

Triggers printing of the label. The first parameter sets the number of label sets; the optional second sets the number of copies per set. This is always the last command in a TSPL label — like pressing "Print".

When to use

Always. It is the very last command in every label. Without PRINT, nothing comes out of the printer.

Syntax

PRINT qty[,copies]

Parameters

ParameterDescription
qtyNumber of label sets to print (1-999999)
copiesNumber of copies per set (optional, default 1)

Example

SIZE 100 mm, 60 mm
GAP 3 mm, 0 mm
CLS
TEXT 50,30,"4",0,1,1,"Hello"
PRINT 1

Print one copy of the label

Try it in the playground View all TSPL commands