DIRECTION — Print Direction
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
| Parameter | Description |
|---|---|
n | Direction: 0 (forward) or 1 (backward) |
m | Mirror: 0 (normal) or 1 (mirror), optional |
Example
DIRECTION 0
Set forward print direction