Always send roll select command.

Esse commit está contido em:
Michael R Sweet
2019-11-27 12:23:48 -05:00
commit 1a3915dded
+1 -3
Ver Arquivo
@@ -191,9 +191,7 @@ StartPage(ppd_file_t *ppd, /* I - PPD file */
printf("\033D%c", header->cupsBytesPerLine); printf("\033D%c", header->cupsBytesPerLine);
printf("\033%c", header->cupsCompression + 'c'); /* Darkness */ printf("\033%c", header->cupsCompression + 'c'); /* Darkness */
printf("\033q%d", header->MediaPosition + 1); /* Roll Select */
if (header->MediaPosition)
printf("\033q%d", header->MediaPosition + 1); /* Roll Select */
break; break;
case ZEBRA_EPL_LINE : case ZEBRA_EPL_LINE :