I am printing labels on a Zebra ZT410 by sending EPL2 commands to this printer. I am using continioues labels. The label is printed correctly but the length of the label is not correctly. It is double the length.
Example:
N
ZT
q480
Q240,0
LW0,0,480,240
A152,96,0,1,2,2,N,"TEXT"
A27,21,0,1,2,3,N,"TEXT"
P1
The label should be 30mm long. But the label is 60mm long. If I press the FEED-button on the printer it feeds a 30mm long label. So I guess that the printer is appending extra feed / separator page after each print job.
Does anybody now how I can prevent this?