I have this CUPS command to print an ink purge document and I want to have it print in best quality. When I get CUPS to show me the command options it only lists the print quality with this line:
EPIJ_Qual/Print Quality: 301 302 *303 308 304 305 307
Does anyone know how this would be correctly formatted? Does it use the number or does it use settings text like my script below:
And how does the Quality option look in the UI? Also, does it have any effect when you change it in the UI?
This UI string normally should be found when you run lpoptions (or whatever other method you use to get the options).
For example, in EPIJ_Qual/Print Quality, “Print Quality” is the UI string (although it doesn’t necessarily mean this option appears in the UI at all).
Changing the defaults gets me what I want but I would think the options would override the default settings. Here’s what shows with lpoptions: It’s listing all and i mean All for the ET-7750. I’ve excluded some of the more obscure ones.
Can you post a screenshot of this setting in the UI?
Is it possible that this setting is provided by a PDE (print dialog extension)? In this case, it won’t show up in lpoptions. There’s no way to manipulate PDE settings via the command line (that is, in theory it might be possible, but that’s beyond the scope of this forum).
Also, how do you change the defaults? Via the command line or in the UI?
Please remember, not everyone may know exactly what you’re asking for when you say “UI”. If you had said printer settings dialog, I’d know what you meant. Is this what you’re asking for/
Ok I see. Then it’s possible that EPIJ_Qual/Print Quality is not the same as this:
Next qestions:
-Does the popup menu of the Quality option have seven items?
-How does the same option appear in the standard system Print dialog (for example, in Preview)?
-Can you reveal this line in full… I assume it doesn’t list any quality settings?
This script is being run in Lingon on a timer every other day. As it is it works, but I had to change the CUPS default settings to get it to print at a better resolution. I think I’ve driven you down an unnecessary rabbit hole. I’m beginning to think that even though the options show the different quality settings, they aren’t fully implemented so the CUPS default settings had to be modified.
I apologize for perhaps not being clear enough in what i was trying to do. I just wanted to control the print quailty in the script itself but it seems that might not be possible. At this time, it’s doing what I need it to do.
Thanks again,
matt
You give me more credit than I deserve. I was an acft mechanic in the USAF for 21 yrs… I know about airplanes but I’m “a scripting novice” and know just enough to be dangerous. I do appreciate all your help and for now I’ll dig in some more on my own about the PPD possible issue.
matt