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

穿精又带淫゛_ 提交于 2019-12-03 07:52:00

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.

I had a similar problem but a different cause (GK420T) - for some reason I had turned of backfeed using ~JSO, and the rest position (~TA) placed the next label already halfway under the print head.

Without backfeed, the printer started from this position so it looked like the bottom of the label was cropped and length and page size was ignored.

Changing the backfeed sequence to ~JSN (default - 90%) causes the printer to roll the label back before printing starts so the whole label is accessible.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!