aboutsummaryrefslogtreecommitdiff
path: root/ql
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2019-04-12 03:00:17 +0200
committerPřemysl Janouch <p@janouch.name>2019-04-12 03:47:36 +0200
commit43b5536c4d6f90fdd0125928a0c2a44c89122c8b (patch)
treec00e0c579cf15f3b554c97d2b9324bb22adfbc6e /ql
parentc9e5b4d1e9affe3309fc2eae2aed73bc554117b9 (diff)
downloadsklad-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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ql/ql.go b/ql/ql.go
index 9f507da..8db263d 100644
--- a/ql/ql.go
+++ b/ql/ql.go
@@ -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 (