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

added PT-P710BT - thanks to Florian Bruhin for reporting

This commit is contained in:
Dominic Radermacher 2020-09-19 08:25:11 +02:00
parent 4a6c15d32e
commit 53f15661de

View File

@ -73,6 +73,7 @@ struct _pt_dev_info ptdevs[] = {
/* 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, 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},
{0,0,"",0,0,0} {0,0,"",0,0,0}
}; };