forked from Controls/gitea-pages
move printing to desktop
This commit is contained in:
+3
-3
@@ -5,19 +5,19 @@ Printing at PSI usually goes via the Findme printing system. More details about
|
||||
|
||||
Enable printing on a system (printing is usually enabled by default on desktop systems):
|
||||
```yaml
|
||||
base::enable_print_client: true
|
||||
base::enable_printing: true
|
||||
```
|
||||
|
||||
Special printing configuration:
|
||||
```yaml
|
||||
|
||||
# Configure your own printers
|
||||
base::printers:
|
||||
printing::printers:
|
||||
'C5500':
|
||||
- 'Findme'
|
||||
'C400':
|
||||
- 'ODGA_006'
|
||||
|
||||
# set default printer - default if not specified: Findme
|
||||
base::default_printer: 'ODGA_006'
|
||||
printing::default_printer: 'ODGA_006'
|
||||
```
|
||||
Reference in New Issue
Block a user