mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-19 00:30:17 -07:00
add model MX09
This commit is contained in:
parent
9a29e401fc
commit
0f2a9a7fc9
@ -19,7 +19,7 @@ class Model():
|
|||||||
Models = {}
|
Models = {}
|
||||||
|
|
||||||
# all known supported models
|
# all known supported models
|
||||||
for name in '_ZZ00 GB01 GB02 GB03 GT01 MX05 MX06 MX08 YT01'.split(' '):
|
for name in '_ZZ00 GB01 GB02 GB03 GT01 MX05 MX06 MX08 MX09 YT01'.split(' '):
|
||||||
Models[name] = Model()
|
Models[name] = Model()
|
||||||
|
|
||||||
# that can receive compressed data
|
# that can receive compressed data
|
||||||
@ -27,5 +27,5 @@ for name in 'GB03'.split(' '):
|
|||||||
Models[name].is_new_kind = True
|
Models[name].is_new_kind = True
|
||||||
|
|
||||||
# that have problem giving feed command
|
# that have problem giving feed command
|
||||||
for name in 'MX05 MX06 MX08'.split(' '):
|
for name in 'MX05 MX06 MX08 MX09'.split(' '):
|
||||||
Models[name].problem_feeding = True
|
Models[name].problem_feeding = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user