]> git.sur5r.net Git - ptouch-print/commitdiff
added initial support for PT-2730PC
authorDominic Radermacher <blip@mockmoon-cybernetics.ch>
Sun, 12 Nov 2017 18:14:41 +0000 (19:14 +0100)
committerDominic Radermacher <blip@mockmoon-cybernetics.ch>
Sun, 12 Nov 2017 18:14:41 +0000 (19:14 +0100)
src/libptouch.c

index eb1c992f2b5de52aa9157ed09529a62318d74d4a..a8068da9d38bd8342275b6adb57163dd24770c03 100644 (file)
@@ -52,6 +52,9 @@ struct _pt_dev_info ptdevs[] = {
        /* Notes about the PT-D450VP: Tape detecting works, but printing does
           not. The tape is just blank. I assume, the printer does not understand
           the sent rasterdata. I'm also unsure about how many dots width we have */
+       {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
+          within png-images before content is actually printed - can not check this */
        {0,0,"",0,0}
 };