variable_ safe_ home_ x: 0 encountered an error

12 Replies
blacksmithforlife
blacksmithforlife•14mo ago
Did you modify any other files besides printer.cfg?
afraid-scarlet
afraid-scarlet•14mo ago
not have
afraid-scarlet
afraid-scarlet•14mo ago
blacksmithforlife
blacksmithforlife•14mo ago
if you ssh into your machine, does the RatOS directory show any changes?
cd /home/pi/printer_data/config/RatOS
git status
cd /home/pi/printer_data/config/RatOS
git status
afraid-scarlet
afraid-scarlet•14mo ago
No description
blacksmithforlife
blacksmithforlife•14mo ago
@miklschmidt no sure what is going on here - config looks good?
miklschmidt
miklschmidt•14mo ago
@xxrobot a hard reset of klipper can cause this. Go to the configurator, top right corner there's a menu (just below the moonraker/klipper status), click that and choose the symlinks option. Then restart klipper and you should be good to go.
afraid-scarlet
afraid-scarlet•14mo ago
Wow, it's solved
miklschmidt
miklschmidt•14mo ago
Yeah when klipper is hard reset the entire thing is deleted and recloned You'll loose the automatic mcu updates as well. I should probably have an easy fix for that too.
afraid-scarlet
afraid-scarlet•13mo ago
ok.This method is also very useful What is an easier way? Now I have encountered that I cannot enter the configuration manager page😂
miklschmidt
miklschmidt•13mo ago
sudo ~/printer_data/config/RatOS/scripts/ratos-update.sh
sudo ~/printer_data/config/RatOS/scripts/ratos-update.sh
afraid-scarlet
afraid-scarlet•13mo ago
ok,Thanks