From fda7848075bb2b57267bbff39009119e4f300815 Mon Sep 17 00:00:00 2001 From: Dominic Radermacher <blip@mockmoon-cybernetics.ch> Date: Mon, 13 May 2019 08:27:29 +0200 Subject: [PATCH] fix name of PT-2730, re-order list of devices --- src/libptouch.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libptouch.c b/src/libptouch.c index 4a089c8..3937b2d 100644 --- a/src/libptouch.c +++ b/src/libptouch.c @@ -44,15 +44,15 @@ struct _pt_tape_info tape_info[]= { }; struct _pt_dev_info ptdevs[] = { - {0x04f9, 0x202d, "PT-2430PC", 128, FLAG_NONE}, /* 180dpi, maximum 128px */ {0x04f9, 0x2007, "PT-2420PC", 128, FLAG_RASTER_PACKBITS}, /* 180dpi, 128px, maximum tape width 24mm, must send TIFF compressed pixel data */ {0x04f9, 0x202c, "PT-1230PC", 76, FLAG_NONE}, /* 180dpi, supports tapes up to 12mm - I don't know how much pixels it can print! */ - {0x04f9, 0x2061, "PT-P700", 120, FLAG_UNSUP_RASTER}, /* DOES NOT WORK */ - {0x04f9, 0x2073, "PT-D450VP", 128, FLAG_RASTER_PACKBITS}, - /* Notes about the PT-D450VP: I'm unsure if print width really is 128px */ - {0x04f9, 0x2041, "PT-2730PC", 128, FLAG_NONE}, /* 180dpi, maximum 128px, max tape width 24mm - reported to work with some quirks */ - /* Notes about the PT-2730PC: was reported to need 48px whitespace + {0x04f9, 0x202d, "PT-2430PC", 128, FLAG_NONE}, /* 180dpi, maximum 128px */ + {0x04f9, 0x2041, "PT-2730", 128, FLAG_NONE}, /* 180dpi, maximum 128px, max tape width 24mm - reported to work with some quirks */ + /* Notes about the PT-2730: was reported to need 48px whitespace within png-images before content is actually printed - can not check this */ + {0x04f9, 0x2061, "PT-P700", 120, FLAG_UNSUP_RASTER}, /* DOES NOT WORK */ + {0x04f9, 0x2073, "PT-D450", 128, FLAG_RASTER_PACKBITS}, + /* Notes about the PT-D450: I'm unsure if print width really is 128px */ {0,0,"",0,0} };