zebra
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| zebra [2024/12/31 00:54] – [ZPL] utedass | zebra [2026/04/21 06:08] (current) – utedass | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ==== Resources ==== | ==== Resources ==== | ||
| * [[https:// | * [[https:// | ||
| - | * [[https://support.zebra.com/cpws/docs/zpl/zpl-zbi2-pm-en.pdf|Zebra Programming Guide]] -- Official guide | + | * [[https://www.zebra.com/content/dam/support-dam/ |
| ===== ZPL ===== | ===== ZPL ===== | ||
| Line 33: | Line 33: | ||
| ^FO16, | ^FO16, | ||
| ^FO100, | ^FO100, | ||
| + | |||
| + | ^XZ | ||
| + | </ | ||
| + | |||
| + | Apparently, the width is set to 330 points by the PC software, can be read by following commands | ||
| + | |||
| + | <code zpl> | ||
| + | ^XA | ||
| + | ^HH | ||
| + | ^XZ | ||
| + | </ | ||
| + | |||
| + | And can be updated with | ||
| + | |||
| + | <code zpl> | ||
| + | ^XA | ||
| + | ^PW304 | ||
| + | ^XZ | ||
| + | </ | ||
| + | |||
| + | But to avoid conflict with the PC software it's probably better to move the Label Home, and then return it. | ||
| + | |||
| + | <code zpl> | ||
| + | ^XA | ||
| + | |||
| + | ^LH16,8 | ||
| + | |||
| + | ^FO0, | ||
| + | ^FO100, | ||
| + | |||
| + | ^LH0,0 | ||
| ^XZ | ^XZ | ||
| </ | </ | ||
zebra.1735606474.txt.gz · Last modified: 2024/12/31 00:54 by utedass
