mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-06 01:54:42 -07:00
Merge 6d48e07f66 into 7a44726492
This commit is contained in:
commit
adac978dfc
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue