Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kam-printing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wizards
kam-printing
Commits
4b4c226d
Commit
4b4c226d
authored
8 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
A few comments on finisher settings
parent
4f4057b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
xcpt.c
+15
-2
15 additions, 2 deletions
xcpt.c
with
15 additions
and
2 deletions
xcpt.c
+
15
−
2
View file @
4b4c226d
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment