Skip to main content

Force printing queue in misbehaving printer

when printer misbehaves and doesnt wwant to print, create separate printing instances, e.g. 100

for i in {1..100}; do
    lp -d Epson_L3050 -o media=A6 -o fit-to-page -o position=center /path/to/file.pdf
done

&& if needed 
sudo systemctl restart cups.service