move printing to desktop

This commit is contained in:
2024-12-10 11:41:00 +01:00
parent b345870c38
commit 602e765903
2 changed files with 4 additions and 4 deletions
@@ -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'
```