I’m using JAMF to push a script to set defaults for a Sharp BP 70C31 printer with the goals of:
- Printer sharing off,
- B&W default
- Print release on.
My command:
lpadmin -p SHARP_BP_70C31___Main_Building -L Main_Building -E -v lpd://172.16.17.200/ -P /Library/Printers/PPDs/Contents/Resources/SHARP\\ BP-70C31.PPD.gz -o printer-is-shared=false -o ARCMode=CMBW -o ARPrintRelease=True
The first two are working, but print release is not.If I run the command I find the *True value set:
lpoptions -p SHARP_BP_70C31___Main_Building -l ARPrintRelease/Print Release: False *True
CUPS also shows the value set to on, but the print dialog does not have the Print release checkbox checked.
If the jobs afre submitted anyway, the intended print release effect does not happen.
What may be going on with this?