"Reset" printer?

I just got a Sovol SV07 plus, ran a few test prints and then decided to see if I could tune it in better. I found a few references to “Christian Vick’s Klipper additions” and thought I’d see what that could do. Once I did that I started getting error messages about the print bed not heating up and chased that rabbit hole until I got tired. I just want to take my printer back to “out of the box” settings. How can I do that? (Thanks in advance from a Sovol newbie)

Hi,

You’ll find all you want there:

Simply comment out the INCLUDE lines you added to printer.cfg.

 # Klipper Printer Additions Start
[include printer_additions/___module_loader.cfg]
# Klipper Printer Additions End

#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.

To

 # Klipper Printer Additions Start
#[include printer_additions/___module_loader.cfg]
# Klipper Printer Additions End

#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.

FWIW I love the CV add ins. There are 3 typos in one of the files. Read the comments at printables. Locate and edit the file and everything works.