#[SOLVED] other printer issue : print page order unconfigurable and reversed
14 messages · Page 1 of 1 (latest)
@empty ice check the settings
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 :/
here are all my parameters
I mean : all the things I can configure
/shrug Okay, for a reason I dont get : it worked
Okay, for a reason I dont get : it worked ¯_(ツ)_/¯
... solved
#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
@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: Reversein the ppd file located in/etc/cups/ppd/ - using this
sudo lpadmin -p Canon_MG3600_series -o outputorder-default=reverseandsudo lpadmin -p Canon_MG3600_series -o outputorder=reverse
After each steps, try restarting cups and... find the right solution 🤷