On gutenprint 5.2.12
When printing on a DNP RX-1 multi copy of a photo with cutter format, it print more than requested copy :
1 request --> 1 copy printer (2 strips)
2 request --> 4 copy printer (8 strips)
3 request --> 8 copy printed (16 strips)
Here is my LPR command :
lpr -o landscape -o fit-to-page -o media=w288h432-div2 -#3 /tmp/phototwix_13924.jpg
Unfortunately, I'm not able to recreate this on my RX1 using the exact same command line -- only three copies came out. Granted, I'm using the latest 5.2.13-pre gutenprint sources, but nothing has changed with respect to the RX1 since 5.2.12's release.
Thanks for your quick test,
I'd intended for you to run gutenprint52+usb and send the output, but looking at that exectutable shows that it corresponds with gutenprint 5.2.11, not 5.2.12.
So I'm guessing that you compiled and installed 5.2.12 over an existing 5.2.11 installation (perhaps from a system package), but were missing one of the pre-requisites needed to compile the newer backend (probably the libusb1 stuff).
(The configure script output should say something like:
Build CUPS dyesub USB backend: yes)
Thanks a lot for your help. I will correct that asap and come back to you
It's been two years; I'm closing this ticket..