Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 622 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 622 Bytes

Pay 2 Print Extension - repository extension

TODO

  • validate size of the print

share a printer via the network on cups

https://www.cups.org/doc/sharing.html

1. install cups and configure printer

apt-get install cups
systemctl start cups
systemctl enable cups

lpadmin -p MyPrinterName -o printer-is-shared=true
# set default printer
# lpoptions -d MyPrinterName
cupsctl --share-printers

server where you access the sharedprinter via the network

apt-get install cups-client
# check if printer is shared
lpstat -h 10.5.5.2 -a