From 1a3915dded85df1f6ab6c0546ecfbb403d1b1fd8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 27 Nov 2019 12:23:48 -0500 Subject: [PATCH] Always send roll select command. --- filter/rastertolabel.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c index c576edaa0..73ac4d76e 100644 --- a/filter/rastertolabel.c +++ b/filter/rastertolabel.c @@ -191,9 +191,7 @@ StartPage(ppd_file_t *ppd, /* I - PPD file */ printf("\033D%c", header->cupsBytesPerLine); printf("\033%c", header->cupsCompression + 'c'); /* Darkness */ - - if (header->MediaPosition) - printf("\033q%d", header->MediaPosition + 1); /* Roll Select */ + printf("\033q%d", header->MediaPosition + 1); /* Roll Select */ break; case ZEBRA_EPL_LINE :