Skip to main content
Question

fiery printers and double sided printing

  • May 6, 2014
  • 2 replies
  • 17 views

ImAMacGuy
Forum|alt.badge.img+23

is there a simple way to set the default to single sided printing for canon fiery printers? Keeping in mind the end users don't have admin rights.

2 replies

stevewood
Forum|alt.badge.img+38
  • Hall of Fame
  • May 6, 2014

I typically do that with lpadmin. This is the command for a Fiery driving a Xerox XC570, but should be similar for a Fiery driving a Canon printer:

lpadmin -p <printername> -o EFDuplex=false

You can use the lpoptions command to find what options you can set:

lpoptions -l -d <printername>

Throw in a pipe to grep to look for duplex options and you might be in luck. Just test the settings to see what you get:

lpoptions -l -d <printername> | grep -i duplex

As always, TEST, TEST, TEST.


bentoms
Forum|alt.badge.img+35
  • Hall of Fame
  • May 6, 2014