Skip to content

Commit

Permalink
Add support for QL-600 (#17)
Browse files Browse the repository at this point in the history
Closes pklaus#94

Co-authored-by: Sergei Silnov <[email protected]>
  • Loading branch information
matmair and kumekay authored Aug 24, 2022
1 parent 1f0f384 commit 699df0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Check out https://github.com/inventree/inventree to see what I forked it for.
✓ means the device was verified by the original project

QL-500 (✓), QL-550 (✓), QL-560 (✓), QL-570 (✓), QL-580N
QL-650TD
QL-600 (✓), QL-650TD
QL-700 (✓), QL-710W (✓), QL-720NW (✓)
QL-800 (✓), QL-810W (✓), QL-820NWB (✓)
QL-1050 (✓), QL-1060N (✓)
Expand Down
1 change: 1 addition & 0 deletions brother_ql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def name(self):
Model('QL-560', (295, 11811), compression=False, mode_setting=False),
Model('QL-570', (150, 11811), compression=False, mode_setting=False),
Model('QL-580N', (150, 11811)),
Model('QL-600', (150, 11811)),
Model('QL-650TD', (295, 11811)),
Model('QL-700', (150, 11811), compression=False, mode_setting=False),
Model('QL-710W', (150, 11811)),
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ keywords = [
"QL-550",
"QL-560",
"QL-570",
"QL-600",
"QL-700",
"QL-710W",
"QL-720NW",
Expand Down

0 comments on commit 699df0b

Please sign in to comment.