1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-13 15:22:56 +00:00

added PT-D610BT

Signed-off-by: Florian J. Breunig <Florian.J.Breunig@my-flow.com>
This commit is contained in:
Florian J. Breunig 2024-01-02 21:54:57 +01:00 committed by Dominic Radermacher
parent 5fbd590f01
commit 06a8001bf4

View File

@ -75,6 +75,7 @@ struct _pt_dev_info ptdevs[] = {
{0x04f9, 0x2074, "PT-D600", 128, 180, FLAG_RASTER_PACKBITS}, {0x04f9, 0x2074, "PT-D600", 128, 180, FLAG_RASTER_PACKBITS},
/* PT-D600 was reported to work, but with some quirks (premature /* PT-D600 was reported to work, but with some quirks (premature
cutting of tape, printing maximum of 73mm length) */ cutting of tape, printing maximum of 73mm length) */
{0x04f9, 0x20e1, "PT-D610BT", 128, 180, FLAG_P700_INIT|FLAG_USE_INFO_CMD|FLAG_HAS_PRECUT|FLAG_D460BT_MAGIC},
//{0x04f9, 0x200d, "PT-3600", 384, 360, FLAG_RASTER_PACKBITS}, //{0x04f9, 0x200d, "PT-3600", 384, 360, FLAG_RASTER_PACKBITS},
{0x04f9, 0x20af, "PT-P710BT", 128, 180, FLAG_RASTER_PACKBITS}, {0x04f9, 0x20af, "PT-P710BT", 128, 180, FLAG_RASTER_PACKBITS},
{0,0,"",0,0,0} {0,0,"",0,0,0}