mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-06-06 01:21:37 -04:00
Refinements
This commit is contained in:
parent
42d24ef460
commit
d5676bfb4f
1 changed files with 5 additions and 0 deletions
|
@ -805,6 +805,7 @@ class EpsonPrinter:
|
||||||
0x2a: "Card loading Error",
|
0x2a: "Card loading Error",
|
||||||
0x47: "Printing disable error",
|
0x47: "Printing disable error",
|
||||||
0x4a: "Maintenance Box near End error",
|
0x4a: "Maintenance Box near End error",
|
||||||
|
0x4b: "Driver mismatch error ",
|
||||||
}
|
}
|
||||||
|
|
||||||
warning_ids = {
|
warning_ids = {
|
||||||
|
@ -897,6 +898,10 @@ class EpsonPrinter:
|
||||||
data_set["paper_path"] = "Roll paper"
|
data_set["paper_path"] = "Roll paper"
|
||||||
if item == b'\x03\x02':
|
if item == b'\x03\x02':
|
||||||
data_set["paper_path"] = "Photo Album"
|
data_set["paper_path"] = "Photo Album"
|
||||||
|
if item == b'\x02\x01\x00':
|
||||||
|
data_set["paper_path"] = "Cut Sheet (Auto Select)"
|
||||||
|
if item == b'\x02\x01':
|
||||||
|
data_set["paper_path"] = "CD-R, cardboard"
|
||||||
if item == b'\x02\x01':
|
if item == b'\x02\x01':
|
||||||
data_set["paper_path"] = "CD-R, cardboard"
|
data_set["paper_path"] = "CD-R, cardboard"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue