aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Fries <github-raster@xenoworld.de>2015-07-20 22:36:38 +0200
committerClemens Fries <github-raster@xenoworld.de>2015-07-20 22:36:38 +0200
commitd5a3c12cd8fb44f327b70910eab3806e09aafbde (patch)
treec97310b101db299409abf1d69863ec56225c9067
parent365762010303d2b1089952fcf2a0743f1b0317bc (diff)
README.md: Minor work on the documentation
-rw-r--r--README.md36
1 files changed, 33 insertions, 3 deletions
diff --git a/README.md b/README.md
index a7e1a73..90aa07c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
+Raster to QL-570
+================
+
+
+What is this?
+-------------
+
+A CUPS driver for printing labels on the QL-570. This can also be used to
+directly drive the printer (see example below).
+
+
Motivation
----------
@@ -23,10 +34,29 @@ The files generated by Doxygen can be viewed here:
http://static.xenoworld.de/docs/rastertoql570
-What has been tested?
----------------------
+What works?
+-----------
+
+### Media types
+
+I use the printer mainly with 62mm continuous tape.
+
+| media type | works |
+|------------|-------|
+| 62mm | ✔ |
+| 29x90.3mm | ✗ ❶ |
+
+❶ Tried this only briefly, the output was not as expected. I will investigate
+further, but I suppose that the problems are on the user side of things.
+
+
+### Features
+
+These work in principle, some of these are not yet configurable.
-Right now, _only 62mm continuous labels have been tested_.
+* Automatic cutting after each label
+* Automatic cutting after every n labels
+* 300dpi and 600dpi printing
How do I use this?