This commit is contained in:
Christian Navolskyi 2026-03-03 00:24:29 +07:00 committed by GitHub
commit adac978dfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,8 +198,9 @@ Another option is to use a desktop editor that supports editing files
over the "scp" and/or "sftp" protocols. There are freely available tools
that support this (eg, Notepad++, WinSCP, and Cyberduck).
Load the printer config file in the editor and then save it as a file
named "printer.cfg" in the home directory of the pi user
(ie, /home/pi/printer.cfg).
named "printer.cfg" under `~/printer_data/config`, where `~` is your
users home directory (i.e. for the user `pi`,
/home/pi/printer_data/config/printer.cfg).
Alternatively, one can also copy and edit the file directly on the
host via SSH. That may look something like the following (be