Skip to content
Snippets Groups Projects
Commit 4b4c226d authored by Martin Mareš's avatar Martin Mareš
Browse files

A few comments on finisher settings

parent 4f4057b8
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,20 @@ static void gen_job_template(void)
if (OPT_IS_SET(ORIENTATION))
xcpt_keyword("document-reading-orientation", OPT(ORIENTATION));
// FIXME
/*
* Values used:
*
* 20 = 1 staple
* 29 = 2 staples
* 40 = 4 staples
* 90+94 = 2-hole punch
* 92+93 = 4-hole punch
* 110 = fold & staple
* 111 = fold only
* 113 = fold & swap sides
* 1003 = single-fold inside
* 1004 = single-fold outside
*/
xcpt_set_open("finishings");
xcpt_enum("value", 3);
xcpt_close();
......@@ -434,7 +447,7 @@ static void gen_job_template(void)
xcpt_close();
xcpt_keyword("media-type", OPT(MEDIATYPE));
xcpt_close();
xcpt_keyword("print-quality-level", "standard"); // FIXME
xcpt_keyword("print-quality-level", "standard"); // FIXME: standard / enhanced / highest-resolution / toner-saver
xcpt_keyword("sides", OPT(SIDES));
xcpt_close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment