diff options
author | Přemysl Janouch <p@janouch.name> | 2019-04-12 03:00:17 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2019-04-12 03:47:36 +0200 |
commit | 43b5536c4d6f90fdd0125928a0c2a44c89122c8b (patch) | |
tree | c00e0c579cf15f3b554c97d2b9324bb22adfbc6e /ql | |
parent | c9e5b4d1e9affe3309fc2eae2aed73bc554117b9 (diff) | |
download | sklad-43b5536c4d6f90fdd0125928a0c2a44c89122c8b.tar.gz sklad-43b5536c4d6f90fdd0125928a0c2a44c89122c8b.tar.xz sklad-43b5536c4d6f90fdd0125928a0c2a44c89122c8b.zip |
Fix status decoding
Mainly to reflect a real-world printer.
Diffstat (limited to 'ql')
-rw-r--r-- | ql/ql.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ package ql // Resources: +// http://etc.nkadesign.com/Printers/QL550LabelPrinterProtocol +// https://github.com/torvalds/linux/blob/master/drivers/usb/class/usblp.c // http://www.undocprint.org/formats/page_description_languages/brother_p-touch import ( |