Skip to content

Commit f2a5244

Browse files
author
Gustaf Haglund
committed
Update 'readme.md'
1 parent f01a785 commit f2a5244

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

readme readme.md

+21-16
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,51 @@
1+
Gurich
2+
-----
3+
14
Gurich is a free printer driver for Ricoh SP112.
25
Other printers in the Ricoh SP100/Ricoh SP110 series probably work too.
36

4-
In order to install this driver, please see the INSTALL file.
57
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+
610

711
If you want a driver with warranty, then use Ricoh's driver for Microsoft Windows.
812

913
I am not affilated with nor employed by Ricoh, this project is done in my spare time.
1014
All trademarks mentioned in this project are owned by their respective owner.
1115

12-
== Features ==
16+
## Features
1317
* Printing (A4 with 600 and 1200 DPI are tested and work reliably)
1418
* Status reports (good, bad, etc)
1519
* Toner reports (how much toner is left)
1620
* Can print the printer's built-in testpage
1721

1822
The support for CUPS is limited and usage of Gurich with CUPS should be generally avoided.
1923

20-
== Usage ==
24+
## Usage
2125
You will store usually postscript files in printfiles/ and then let the driver do the job.
2226
PDFs work, too.
2327

2428
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
2631

2732
For other use cases, e.g seeing how much toner is left:
2833

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
3439

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
4045

4146
You might need to make a rule for udev in order to avoid running gurich with root privileges,
4247
on GNU/Linux-based systems.
4348

44-
== Thanks to ==
49+
## Thanks to
4550
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

Comments
 (0)