Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Support PPD keyword KMDuplex #88

Closed
jacobmarble opened this issue Sep 23, 2015 · 4 comments
Closed

Support PPD keyword KMDuplex #88

jacobmarble opened this issue Sep 23, 2015 · 4 comments
Assignees

Comments

@jacobmarble
Copy link
Contributor

Jobs via connector always print duplex on some Konica Minolta printers. This might be an easy fix by parsing CUPS sides attribute.

*OpenUI  *KMDuplex/Print Type: PickOne
*OrderDependency: 5 AnySetup *KMDuplex
*DefaultKMDuplex: Double
*KMDuplex Single/1-Sided:  "<< /Duplex false >> setpagedevice
 << /Layout 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*KMDuplex Double/2-Sided:  "<< /Duplex true >> setpagedevice
 << /Layout 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*KMDuplex Booklet/Booklet:  "<< /Duplex true >> setpagedevice
 << /Layout 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *KMDuplex
@jacobmarble jacobmarble changed the title Support duplex on Konica Minolta Support PPD keyword KMDuplex Sep 24, 2015
@jacobmarble jacobmarble self-assigned this Sep 24, 2015
@jacobmarble
Copy link
Contributor Author

This is not fixed. The PPD is parsed correctly, but the ticket is not. I'm yet not sure which is the correct way to fix this.

@jacobmarble
Copy link
Contributor Author

@charlie2alpha if you have a moment, verify that duplexing is broken on your printer. This patch should fix it.

@charlie2alpha
Copy link

Oh, I tried the patch just this morning actually, I did manage to print in both sides of the paper. Last time I tried it, some time last week, that didn't work. Seems to work for me.

@jacobmarble
Copy link
Contributor Author

Neat-o, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants