From 4438241cf057ece049ec85d33161c7468c091517 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 30 Oct 2012 20:00:14 +0100 Subject: [PATCH] leave margin to be setting on printer --- pbm2ZPL.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbm2ZPL.pl b/pbm2ZPL.pl index 2556f26..8b9c887 100755 --- a/pbm2ZPL.pl +++ b/pbm2ZPL.pl @@ -58,7 +58,7 @@ if ( $magic eq 'P4' ) { print '^XA'; printf '~TA%03d', 0; # tear-off print '~JSN'; # sensor detect N = normal, 90% -print '^LT18'; # label top -120 .. 120 +#print '^LT18'; # label top -120 .. 120 print '^MNW'; # media tracking N = continuous Y/W = web sensing M = mark sensing print '^MTD'; # media type T = termal D = direct (ribbon!) print '^PON'; # print orientation N = normal I = invert -- 2.20.1