PRINT — Print Label
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
| Parameter | Description |
|---|---|
qty | Number of label sets to print (1-999999) |
copies | Number 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