|
| 1 | +Gurich |
| 2 | +----- |
| 3 | + |
1 | 4 | Gurich is a free printer driver for Ricoh SP112.
|
2 | 5 | Other printers in the Ricoh SP100/Ricoh SP110 series probably work too.
|
3 | 6 |
|
4 |
| -In order to install this driver, please see the INSTALL file. |
5 | 7 | Contributions to this project are welcome, but please follow the code style used in this driver.
|
| 8 | +In order to install this driver, please see the INSTALL file. |
| 9 | + |
6 | 10 |
|
7 | 11 | If you want a driver with warranty, then use Ricoh's driver for Microsoft Windows.
|
8 | 12 |
|
9 | 13 | I am not affilated with nor employed by Ricoh, this project is done in my spare time.
|
10 | 14 | All trademarks mentioned in this project are owned by their respective owner.
|
11 | 15 |
|
12 |
| -== Features == |
| 16 | +## Features |
13 | 17 | * Printing (A4 with 600 and 1200 DPI are tested and work reliably)
|
14 | 18 | * Status reports (good, bad, etc)
|
15 | 19 | * Toner reports (how much toner is left)
|
16 | 20 | * Can print the printer's built-in testpage
|
17 | 21 |
|
18 | 22 | The support for CUPS is limited and usage of Gurich with CUPS should be generally avoided.
|
19 | 23 |
|
20 |
| -== Usage == |
| 24 | +## Usage |
21 | 25 | You will store usually postscript files in printfiles/ and then let the driver do the job.
|
22 | 26 | PDFs work, too.
|
23 | 27 |
|
24 | 28 | An example for printing:
|
25 |
| -$ ./bin/gurich -p printfiles/gplv3.ps 600 1 A4 |
| 29 | + |
| 30 | + $ ./bin/gurich -p printfiles/gplv3.ps 600 1 A4 |
26 | 31 |
|
27 | 32 | For other use cases, e.g seeing how much toner is left:
|
28 | 33 |
|
29 |
| -$ ./bin/gurich -s |
30 |
| -[...] |
31 |
| -Printer status: GOOD / ENERGY SAVING MODE 2 / IDLE, reference: 0x31 |
32 |
| -Printer toner: 80 % left |
33 |
| -Printed out pages (stats): 301 |
| 34 | + $ ./bin/gurich -s |
| 35 | + [...] |
| 36 | + Printer status: GOOD / ENERGY SAVING MODE 2 / IDLE, reference: 0x31 |
| 37 | + Printer toner: 80 % left |
| 38 | + Printed out pages (stats): 301 |
34 | 39 |
|
35 |
| -$ ./bin/gurich -h |
36 |
| -[...] |
37 |
| -print: ./bin/gurich -p [ps/pdf file, resolution (600|1200), copies, paper type (A4 is tested)] |
38 |
| -status: ./bin/gurich -s |
39 |
| -testpage: ./bin/gurich -t |
| 40 | + $ ./bin/gurich -h |
| 41 | + [...] |
| 42 | + print: ./bin/gurich -p [ps/pdf file, resolution (600|1200), copies, paper type (A4 is tested)] |
| 43 | + status: ./bin/gurich -s |
| 44 | + testpage: ./bin/gurich -t |
40 | 45 |
|
41 | 46 | You might need to make a rule for udev in order to avoid running gurich with root privileges,
|
42 | 47 | on GNU/Linux-based systems.
|
43 | 48 |
|
44 |
| -== Thanks to == |
| 49 | +## Thanks to |
45 | 50 | Serge V Shistarev for the PPD file,
|
46 |
| -but due to licensing difficulties there is instead a script for the actual PPD file. |
| 51 | +but due to licensing difficulties there is instead a script for the actual PPD file. |
0 commit comments