diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 33 insertions, 3 deletions
@@ -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? |