Basic Information:
Printer Model: CR10-S
MCU / Printerboard:
Host / SBC Pi 4 w/KlipperScreen
klippy.log I would give it to you if I could find it
Hello! I recently tried to setup exclude object in Mainsail and after I added the
[file_manager]
enable_object_processing: True
line of code to my moonraker.config as instructed by this guide, Mainsail and KlipperScreen won’t connect to Moonraker. I added the code at the very bottom of the .config, and I would gladly provide my Klippy.log and my Moonraker.log, but the only way that I can get them is by ssh from my laptop, and I don’t know what to ssh to get them. Help appreciated!
Rather than ssh, I just use rcp from a terminal on my laptop.
cd ~/3dprinter_troubleshoot
rcp pi@192.168.0.38:/home/pi/printer_data/logs/klippy.log .
You will be prompted for the printers password. The file will end up in 3dprinter_troubleshoot in your home (assuming you have created it).
Use rcp -rA to copy a load of files/folders at the same time keeping their creation dates etc. This is how I keep a local copy of all the printer configs etc in case of any problems. Every time you make changes to your printer just create a local versioned backup this way as you have a lot more tools for troubleshooting on your laptop than the printer.
klippy.log (48.2 KB)
moonraker.log (292.2 KB)
Found them by using WinSCP. I’m trying to now find moonraker.config
to delete the lines of code for exclude object so I can at least use my printer, but I would still like to have exclude object.
/home/pi/printer_data/config/moonraker.conf
There is no .config
Sorry, I meant .conf
. I deleted the lines of code as mentioned, and now Moonraker works. I then realized that in moonraker.conf
, I added the code on the very bottom of the file when the code was already there and all I needed to do was change enable_object_processing: False
to enable_object_processing: True
.