README backends: move legend into describing sentence

This commit is contained in:
Philipp Klaus
2018-09-14 16:29:49 +02:00
parent 660c7bbdf6
commit 4820b673bb
+2 -3
View File
@@ -168,7 +168,7 @@ it will be scaled to fit the width.
### Backends ### Backends
There are multiple backends for connecting to the printer available: There are multiple backends for connecting to the printer available (✔: supported, ✘: not supported):
Backend | Kind | Linux | Mac OS | Windows Backend | Kind | Linux | Mac OS | Windows
-------|-------|---------|---------|-------- -------|-------|---------|---------|--------
@@ -176,8 +176,7 @@ network | TCP | ✔ | ✔ | ✔
linux\_kernel | USB | ✔ (1) | ✘ | ✘ linux\_kernel | USB | ✔ (1) | ✘ | ✘
pyusb (2) | USB | ✔ (2a) | ✔ (2b) | ✔ (2c) pyusb (2) | USB | ✔ (2a) | ✔ (2b) | ✔ (2c)
✔: works Notes:
✘: doesn't work
1. The label printer should show up automatically as `/dev/usb/lp0` when connected. 1. The label printer should show up automatically as `/dev/usb/lp0` when connected.
Please check the ownership (user, group) of this file to be able to print as a regular user. Please check the ownership (user, group) of this file to be able to print as a regular user.