Loading backup config files

Basic Information:

Printer Model: Two Trees SP5 V3
MCU / Printerboard:MKS Robin nano E3 V3
Host / SBC BTT Pad 7
klippy.log NA

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

…Due to a failing SD card I’ve had to reinstall Klipper on my Pad 7. I had made a copy of all my .cfg files so I don’t have to start completely from scratch but I don’t know how to get them uploaded to the SBC.
TIA

Open the frontend of your choice (OctoPrint/Fluidd/Mainsail), open the (empty or minimal) printer.cfg in the frontend’s editor and copy&paste your config into it. Then save.

Thanks, that was my last resort if there wasn’t a way to upload files. Still simple enough.

1 Like

If you are on a windows PC then WinSCP is the tool you need. It logs into the Host (Pi) via ssh then opens the remote (and local) file system in a 2 pane graphical file manager. There is a Mac equivalent but I forget the name.

The other tool I use is DiskGenius. Load your sd card into a reader and plug it into your PC and windows will want to format it, DON’T. Fire up DiskGenius and it will show the Linux partition and will allow you to read/write files, including those owned by root. It will also create an image of the card as a backup AND will mount the image as a virtual drive with read/write access.

There also windows addins that will make ext4 work natively but I prefer to use the above tools as portable apps and leave windows alone. It is fragile enough as is.

You might want to add NotePad++ to your tool set.

If you add the “NppFTP” plugin, you also get a graphical view of the Host file system and allows you to easily upload/download/edit files on your PC.

https://notepad-plus-plus.org/

Yes Notepad++ is the goto editor for Wdoze. I hadent explored add in modules. Thanks for the tip.

For a mid level user I prefer to point them to the built in editors in Fluidd, Mainsail, or Klipperscreen. But you can’t grab the /printer_data folder with them. AND DiskGenius will allow you to get the /printer_data folder from an SD card that won’t boot.

1 Like