From 9adab1875ff0ced58f6ec3323959029c2c3d1869 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 23 Nov 2022 13:06:26 +0100 Subject: [PATCH] T - thermal media type -- fix tu use ribbon --- pbm2ZPL.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbm2ZPL.pl b/pbm2ZPL.pl index 8b9c887..01ab6eb 100755 --- a/pbm2ZPL.pl +++ b/pbm2ZPL.pl @@ -60,7 +60,7 @@ printf '~TA%03d', 0; # tear-off print '~JSN'; # sensor detect N = normal, 90% #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 '^MTT'; # media type T = termal (ribbon) D = direct (termal paper) print '^PON'; # print orientation N = normal I = invert print '^PMN'; # print mirror Y/N print '^LH0,0'; # label home x,y -- 2.20.1