Skip to main content

Force printing queue in misbehaving printer

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

$ for i in {1..50}; do lp -d L3050-Series -o media=A6 -o fit-to-page -o position=center print.pdf; done

&& if needed 
sudo systemctl restart cups.service