我正在使用EPL2命令打印标签。 通常,我会使用无间隙的连续标签和带切割器的Zebra ZT410。 但是我无法正确设置标签长度。 标签总是太长。
这是我实际使用的代码:
// Initialize printer
N // Delete buffer
ZB // Set reference point (upper left corner of label)
Q240,0 // Set label height (30 mm)
q480 // Set label width (60 mm)
LW0,0,480,240 // Draw white bar on complete label to erase old data
... // Definitions of barcodes, texts and graphics ...
P1 // Print command
有人知道我在做什么错吗?
亲切的问候, 赫尔曼