ondrej-zary / carps-cups

CUPS driver for Canon CARPS printers
GNU General Public License v3.0
69 stars 22 forks source link

Prints (copies)² pages #10

Open merlijn-sebrechts opened 9 years ago

merlijn-sebrechts commented 9 years ago

When asked to print a document 1 time, it prints the document 1 time. When asked to print 3 times, it prints the document 9 times, and so forth.

PC-D320 on Ubuntu 14.04 & 15.04

ondrej-zary commented 9 years ago

Please change the output to file:///home/someone/somefile.prn, print something with one copy, two copies, three copies and run carps-decode on the resulting files. Then do the prints from Windows (set the output to FILE:) and run carps-decode on the files too.

merlijn-sebrechts commented 9 years ago

Ok, it'll take a while though. I don't have a windows machine so I'll have to ask a friend.

Op zondag 28 juni 2015 heeft ondrej-zary notifications@github.com het volgende geschreven:

Please change the output to file:///home/someone/somefile.prn, print something with one copy, two copies, three copies and run carps-decode on the resulting files. Then do the prints from Windows (set the output to FILE:) and run carps-decode on the files too.

— Reply to this email directly or view it on GitHub.< https://ci6.googleusercontent.com/proxy/mLWoqOEDiBDOvgMmUvQXLKdtKm3nKL6w9VAT3srXXyvrHKSVY3Rba4YxgIMBWIwvfbqlNFS_yUO0hS7p1qLbMGlVCzOGfayisS1ACbMmgZr5qvV6Rzogs90jQK3vTYzxtAa9XA9c53tff-rTdzVpwpQN3Nd3XA=s0-d-e1-ft#https://github.com/notifications/beacon/ABbH9VxQIyxm2batRR9KbE0GV_m0za_Hks5oX_J8gaJpZM4FK5vZ.gif

ondrej-zary commented 9 years ago

I've tested D300 windows driver and it works like all other CARPS drivers - it uses the printer's HW copy capability (ESC[?v command where ? is replaced by number of copies).

Probably your CUPS is generating the copies in software too. Check your PPD file (in /etc/cups/ppd/) - it should have a line like this:

*cupsManualCopies: False
merlijn-sebrechts commented 9 years ago

I suspect you are talking about the following file:

/etc/cups/ppd/PC-D300-FAX-L400-ICD300.ppd

This file exists, but is empty. Have I missed something during installation?