forked from Controls/gitea-pages
move printing to desktop
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
# Printing
|
||||
Printing at PSI usually goes via the Findme printing system. More details about this and what printers are available can be found here: https://intranet.psi.ch/de/computing/pull-printing .
|
||||
|
||||
## Configuration
|
||||
|
||||
Enable printing on a system (printing is usually enabled by default on desktop systems):
|
||||
```yaml
|
||||
base::enable_print_client: true
|
||||
```
|
||||
|
||||
Special printing configuration:
|
||||
```yaml
|
||||
|
||||
# Configure your own printers
|
||||
base::printers:
|
||||
'C5500':
|
||||
- 'Findme'
|
||||
'C400':
|
||||
- 'ODGA_006'
|
||||
|
||||
# set default printer - default if not specified: Findme
|
||||
base::default_printer: 'ODGA_006'
|
||||
```
|
||||
Reference in New Issue
Block a user