Plain English

Sets the width and height of the label. You can specify the dimensions in mm (millimetres) or inch. This must be the first configuration command — it tells the printer how big the label is.

When to use

Always. It is the very first command in every TSPL label. Without SIZE, the printer does not know the label dimensions.

Syntax

SIZE w [unit], h [unit]

Parameters

ParameterDescription
wLabel width (numeric value)
hLabel height (numeric value)
unitUnit: mm or inch (optional, default is mm)

Example

SIZE 100 mm, 60 mm

Set label size to 100mm wide by 60mm tall

Try it in the playground View all TSPL commands