Can't define label length - ZPL (RW 220)

后端 未结 2 1842
难免孤独
难免孤独 2021-02-09 18:17

fellows,

what I\'m trying to do should be simple: to print an example label from ZPL II Programming Guide. But no matter what I write, the label is always printed with 4

2条回答
  •  难免孤独
    2021-02-09 19:06

    Do you have gap or black mark label media loaded in the printer? Or continuous receipt paper?

    If the printer is in non-continuous mode with receipt paper, it will look for a label gap (or black mark) so that it can feed up to the next label. If the printer is loaded with continuous receipt paper, it will not find it and feed up to some maximum. Look at the ^MN command and try to set it to continuous, while also using the ^LL command in your ZPL format. You can send ^XA^MNN^LL400^XZ^XA^JUS^XZ to set and save the printer in continuous mode, 400 dots length just to see if it works.

提交回复
热议问题