I had to quickly print a pdf that I had filled in Preview, clicked Print but the printer was stuck in paused state. It would not let me resume it in System Preferences > Printers & Scanners.
Opened Terminal and ran this command to resume the default printer:
cupsenable $(lpstat -d | cut -d: -f2)
And it printed my unsaved document! Hoorah 🎉
Comments
1 comment
When I typed that same command in terminal, I received the following message:.
Operation failed: client-error-not-found
Â
Please sign in to leave a comment.