diff options
-rw-r--r-- | pttarget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttarget.py b/pttarget.py index cb4c118..e0bf7ac 100644 --- a/pttarget.py +++ b/pttarget.py @@ -181,7 +181,7 @@ class PTUSB(PTPrinter): class PTLabelData(object): def __init__(self): # margins: '\x1bid\x00\x00' + - self.init = '\x1biR\x01' + '\x1biM\x00' + self.init = '\x1biR\x01' + '\x1biM\x40' + '\x1bid\x00\x00' + '\x1biK\x00' self.raw = '' # self.fini = '\x1a' # Z / feed ? self.fini = '\x0c' |