From 1ff3c8b665e072f2301fa5ea7632f160a40b54ef Mon Sep 17 00:00:00 2001 From: vulpes2 Date: Tue, 23 Jul 2024 20:48:05 +0000 Subject: [PATCH] add hardware info for PT-P700 and PT-P750W --- brother_ql/models.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/brother_ql/models.py b/brother_ql/models.py index 850423d..ad8983f 100644 --- a/brother_ql/models.py +++ b/brother_ql/models.py @@ -173,7 +173,19 @@ def name(self): identifier="PT-E550W", min_max_length_dots=(31, 14172), number_bytes_per_row=16 ), Model( - identifier="PT-P750W", min_max_length_dots=(31, 14172), number_bytes_per_row=16 + identifier="PT-P700", + min_max_length_dots=(31, 14172), + number_bytes_per_row=16, + series_code=0x30, + model_code=0x67, + product_id=0x2061, + ), + Model( + identifier="PT-P750W", + min_max_length_dots=(31, 14172), + number_bytes_per_row=16, + series_code=0x30, + model_code=0x68, ), Model( identifier="PT-P900W", min_max_length_dots=(57, 28346), number_bytes_per_row=70