What ^SZ does
^SZ switches the printer between original ZPL and ZPL II parsing. Modern labels use ZPL II (mode 2); mode 1 exists for backward compatibility with very old formats.
Syntax
^SZaParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
a | ZPL mode | 1 = ZPL, 2 = ZPL II | 2 |
Example
^XA
^SZ2
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- Leave at 2 (ZPL II) for all modern work.
- Mode 1 changes how some commands behave.
Related commands
See the full ZPL command reference for all 92 documented commands.
