#Unable to open file after installing Klipper on old Laptop
23 messages · Page 1 of 1 (latest)
Log in using SSH or any terminal app if you have any desktop Environment, and type in sudo chown -R someuser /home/someuser . Someuser is your user login
unfortunately still the same error. after I logged in with ssh it just asked for my password and nothing happened after that.
Please fix your tags #readme
Mainsail is just the webgui, your problem most likely is related to moonraker. Therefore please send your moonraker.log
i think its this one formy printer
Did you try to print something during that log?
Yes, I tried that, but every time I want to start printing the console tells me unable to open file. Although I can set the printer to home position and create the bed mesh but printing files, hasn't worked yet due to this error
Ok, weird, as I don't see such an error inside the log. Send your klippy.log too, please
Nvm found it ^^
GCode path received from Klipper does not match expected location.
Received: '/home/klipper/printer_data/gcodes'
Expected: '/home/klipper/printer_1_data/gcodes'
Modify the [virtual_sdcard] section Klipper's configuration to correct this error.
So fix your printer.cfg, to fix this error
I was already at the point with virtual SDcrad. I tried several paths but unfortunately it usually didn't work.Or do I just have to delete this point in my printer.cfg?
Oh, you mean I should insert this code from you under the point virtualsdcard?
Send your klippy.log please
Send your printer.cfg
I think you might have it on the wrong spot and it gets overwritten by an include
You don't have a virtual_sdcard configured....
Add this below your mainsail include```
[virtual_sdcard]
path: ~/printer_1_data/gcodes
on_error_gcode: CANCEL_PRINT
Omg thank you very much, it works !
Then please close this post 😄