Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
kohaprinter
Commits
929bb408
Commit
929bb408
authored
Jan 24, 2020
by
Benjamin Rokseth
Browse files
Add drivers and tools and update README.pm
parent
d957ebd5
Changes
8
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
929bb408
...
...
@@ -31,7 +31,9 @@ Adding a new printer
The Cups admin service is exposed on port :631 on localhost, so you can add/remove printers and manage queue there
From cli, to add a printer: ./tools/add-kvitt-printer <printqueue> <ip> <location>
From cli, to add a receipt printer:
./tools/add-kvitt-printer <printqueue> <ip> <location>
The components
==
...
...
drivers/pcs-3.17.0.0-1.amd64.deb
0 → 100644
View file @
929bb408
File added
drivers/tm-ba-thermal-rastertotmt.ppd.gz
0 → 100644
View file @
929bb408
File added
drivers/tm-impact-receipt-rastertotmu.ppd.gz
0 → 100644
View file @
929bb408
File added
drivers/tm-slip-rastertotmu.ppd.gz
0 → 100644
View file @
929bb408
File added
drivers/tmx-cups-backend-1.2.4.0-1.amd64.deb
0 → 100644
View file @
929bb408
File added
drivers/tmx-cups_1.2.2-1_amd64.deb
0 → 100644
View file @
929bb408
File added
tools/add-kvitt-printer.sh
0 → 100644
View file @
929bb408
# $1 kønavn
# $2 ip
# $3 location
docker
exec
-t
cups bash
-c
"lpadmin -p
$1
-v socket://
$2
:9100 -L
$3
-m /drivers/tm-ba-thermal-rastertotmt.ppd.gz -D Epson -E"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment