diff options
Diffstat (limited to 'prnt/hpcups/dj890PrintModes.h')
-rw-r--r-- | prnt/hpcups/dj890PrintModes.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/prnt/hpcups/dj890PrintModes.h b/prnt/hpcups/dj890PrintModes.h new file mode 100644 index 0000000..b453206 --- /dev/null +++ b/prnt/hpcups/dj890PrintModes.h @@ -0,0 +1,36 @@ +PrintMode dj890PrintModes[] = +{ + { + "PlainDraftColor", + {300, 300, 300, 300, 300, 300}, + {300, 300, 300, 300, 300, 300}, + {1, 1, 1, 1, 1, 1}, 4, FED, + {ulMapDJ895_Binary_KCMY, NULL, NULL}, + 300, 300, false, HTBinary_open, HTBinary_open + }, + { + "PlainDraftGrayK", + {300, 300, 300, 300, 300, 300}, + {300, 300, 300, 300, 300, 300}, + {1, 1, 1, 1, 1, 1}, 1, FED, + {ulMapDJ600_CCM_K, NULL, NULL}, + 300, 300, false, HTBinary_open, HTBinary_open + }, + { + "PlainNormalColor", + {600, 300, 300, 300, 300, 300}, + {600, 300, 300, 300, 300, 300}, + {1, 1, 1, 1, 1, 1}, 4, FED, + {ulMapDJ895_KCMY, NULL, NULL}, + 300, 300, true, HTBinary_open, HT300x3004level_open + }, + { + "PlainNormalGrayK", + {600, 300, 300, 300, 300, 300}, + {600, 300, 300, 300, 300, 300}, + {1, 1, 1, 1, 1, 1}, 1, FED, + {ulMapGRAY_K_6x6x1, NULL, NULL}, + 300, 300, true, HTBinary_open, HTBinary_open + } +}; + |