#[SOLVED] other printer issue : print page order unconfigurable and reversed

14 messages · Page 1 of 1 (latest)

empty ice
#

Sorry, again, the printer prints pages backward : 1,2,3... instead of 3,2,1 (so I get the document in order when I take it from the printer x))

lyric saffron
#

@empty ice check the settings

empty ice
#

Yep, no setting on output order and I even tried adding *DefaultOutputOrder: "reverse" in the pdd... But I think I know what might have not worked with this last fix... I'll tell you if it worked

#

basically I changed from *DefaultOutputOrder: "reverse" to *DefaultOutputOrder: reverse

#

But didn't work 😦

#

Nope, not working :/

#

I mean : all the things I can configure

empty ice
#

/shrug Okay, for a reason I dont get : it worked

#

Okay, for a reason I dont get : it worked ¯_(ツ)_/¯

lyric saffron
#

... solved

graceful condorBOT
#

#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you

lyric saffron
#

@empty ice

empty ice
#

I'll just summurized the solutions I used

  • Knowing how to restart cups service : sudo systemctl restart cups.service
  • Addin the line *DefaultOutputOrder: Reverse in the ppd file located in /etc/cups/ppd/
  • using this sudo lpadmin -p Canon_MG3600_series -o outputorder-default=reverse and sudo lpadmin -p Canon_MG3600_series -o outputorder=reverse

After each steps, try restarting cups and... find the right solution 🤷