User Tools

Site Tools


zebra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zebra [2024/12/31 00:53] – [ZPL] utedasszebra [2024/12/31 01:18] (current) – [38 x 13 mm Labels] utedass
Line 20: Line 20:
 ^FX Print a box, 80 by 80 points (1cm) ^FS ^FX Print a box, 80 by 80 points (1cm) ^FS
 ^FO16,8^GB80,80,5^FS ^FO16,8^GB80,80,5^FS
 +
 +^XZ
 +</code>
 +
 +==== 38 x 13 mm Labels ====
 +
 +Seems to be offset even though I specify dimensions. This ZPL places a box in the upper left corner and puts a text on the label
 +
 +<code zpl>
 +^XA
 +
 +^FO16,8^GB80,80,5^FS
 +^FO100,30^A0,40^FDWorks!^FS
 +
 +^XZ
 +</code>
 +
 +Apparently, the width is set to 330 points by the PC software, can be read by following commands
 +
 +<code zpl>
 +^XA
 +^HH
 +^XZ
 +</code>
 +
 +And can be updated with
 +
 +<code zpl>
 +^XA
 +^PW304
 +^XZ
 +</code>
 +
 +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,0^GB80,80,5^FS
 +^FO100,30^A0,40^FDWorks!^FS
 +
 +^LH0,0
  
 ^XZ ^XZ
 </code> </code>
zebra.1735606402.txt.gz · Last modified: 2024/12/31 00:53 by utedass

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki