Notepad++ Configuration Editor (Windows)
- Install Notepad++
- Under the “Plugins” tab, select “Plugins Admin”
- Search for “NppFTP”, select the check box, and click “Install”
- Restart Notepad++ if necessary
- On the right, there will be a new section. Click the gear icon and select “Profile Settings”
- In the bottom left, select “Add New” and name the profile as you wish
- In the Hostname dialog, enter the IP address of your Raspberry Pi
-
In Connection Type, select/enter:
- Connection type: SFTP
- Port: 22
- Username: pi
- Password: *** (default is raspberry)
- Close the dialog box, select the blue symbol, and select the name of the profile you just created
- Notepad++ will connect to your Raspberry Pi and display the file structure
- Navigate to
/home/pi
and open printer.cfg - Make any applicable edits and then save the file
Remember to restart klipper from the Octoprint terminal to see your changes take effect!