Plain English

Sets the print direction. 0 = head moves forward (default), 1 = head moves backward. The optional second parameter mirrors the output.

When to use

When the label needs to print in a specific orientation — some applicator setups require reversed printing direction.

Syntax

DIRECTION n[,m]

Parameters

ParameterDescription
nDirection: 0 (forward) or 1 (backward)
mMirror: 0 (normal) or 1 (mirror), optional

Example

DIRECTION 0

Set forward print direction

Try it in the playground View all TSPL commands